Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.1 by dimitri, Tue Oct 3 00:09:12 2017 UTC | revision 1.2 by dimitri, Tue Oct 3 02:33:26 2017 UTC | |
---|---|---|
# | Line 2 Right now some sizes need to be configur | Line 2 Right now some sizes need to be configur |
2 | ||
3 | recvTask.c lines 79-82 | recvTask.c lines 79-82 |
4 | ||
5 | #define NUM_X 4320 | #define NUM_X 90 |
6 | #define NUM_Y 56160L // get rid of this someday | #define NUM_Y 1170L // get rid of this someday |
7 | #define NUM_Z 90 | #define NUM_Z 50 |
8 | #define MULTDIM 7 | #define MULTDIM 7 |
9 | ||
10 | ||
# | Line 12 and | Line 12 and |
12 | ||
13 | readtile_mpiio.c lines 115-119 | readtile_mpiio.c lines 115-119 |
14 | ||
15 | facetElements1D = 4320; | facetElements1D = 90; |
16 | tileSizeX = 72; | tileSizeX = 30; |
17 | tileSizeY = 72; | tileSizeY = 30; |
18 | xGhosts = 8; | xGhosts = 8; |
19 | yGhosts = 8; | yGhosts = 8; |
20 |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |