/[MITgcm]/MITgcm_contrib/llc_hires/llc_90/code-async/recvTask.c
ViewVC logotype

Diff of /MITgcm_contrib/llc_hires/llc_90/code-async/recvTask.c

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

revision 1.1 by dimitri, Tue Oct 3 00:09:12 2017 UTC revision 1.2 by dimitri, Tue Oct 3 02:33:27 2017 UTC
# Line 76  int numRanksPerNode = 0; Line 76  int numRanksPerNode = 0;
76  // the following 3 values are required here. Could be sent over or read in  // the following 3 values are required here. Could be sent over or read in
77  // with some rearrangement in init routines  // with some rearrangement in init routines
78  //  //
79  #define NUM_X   4320  #define NUM_X   90
80  #define NUM_Y   56160L                     // get rid of this someday  #define NUM_Y   1170L                     // get rid of this someday
81  #define NUM_Z   90  #define NUM_Z   50
82  #define MULTDIM  7  #define MULTDIM  7
83  #define twoDFieldSizeInBytes  (NUM_X * NUM_Y * 1 * datumSize)  #define twoDFieldSizeInBytes  (NUM_X * NUM_Y * 1 * datumSize)
84  #define threeDFieldSizeInBytes  (twoDFieldSizeInBytes * NUM_Z)  #define threeDFieldSizeInBytes  (twoDFieldSizeInBytes * NUM_Z)

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

  ViewVC Help
Powered by ViewVC 1.1.22