/[MITgcm]/MITgcm_contrib/llc_hires/llc_1080/code-async/readme.txt
ViewVC logotype

Diff of /MITgcm_contrib/llc_hires/llc_1080/code-async/readme.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by dimitri, Sun Sep 29 22:43:01 2013 UTC revision 1.3 by dimitri, Wed Feb 27 20:56:33 2019 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   1080
6  #define NUM_Y   56160L                     // get rid of this someday  #define NUM_Y   14040L                     // get rid of this someday
7  #define NUM_Z   90  #define NUM_Z   90
8  #define MULTDIM  7  #define MULTDIM  7
9    
# 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 = 1080;
16     tileSizeX = 180;      tileSizeX = 90;
17     tileSizeY = 180;      tileSizeY = 90;
18     xGhosts = 8;      xGhosts = 8;
19     yGhosts = 8;      yGhosts = 8;
20    
21  One tile per rank is recommended, mostly for pickup input performance,  One tile per rank is recommended, mostly for pickup input performance,
22  but it is not strictly necessary.  but it is not strictly necessary.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22