/[MITgcm]/MITgcm/eesupp/inc/CPP_EEOPTIONS.h
ViewVC logotype

Diff of /MITgcm/eesupp/inc/CPP_EEOPTIONS.h

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

revision 1.28 by jmc, Tue Sep 4 14:40:08 2007 UTC revision 1.31 by jmc, Sun Apr 26 02:34:40 2009 UTC
# Line 59  C     a different file for each tile) an Line 59  C     a different file for each tile) an
59  C--   Flag to turn off the writing of error message to ioUnit zero  C--   Flag to turn off the writing of error message to ioUnit zero
60  #undef DISABLE_WRITE_TO_UNIT_ZERO  #undef DISABLE_WRITE_TO_UNIT_ZERO
61    
62    C--   Flag to turn on checking for errors from all threads and procs
63    C     (calling S/R STOP_IF_ERROR) before stopping.
64    #define USE_ERROR_STOP
65    
66  C--   Flag turns off MPI_SEND ready_to_receive polling in the  C--   Flag turns off MPI_SEND ready_to_receive polling in the
67  C     gather_* subroutines to speed up integrations.  C     gather_* subroutines to speed up integrations.
68  #undef DISABLE_MPI_READY_TO_RECEIVE  #undef DISABLE_MPI_READY_TO_RECEIVE
# Line 118  C--   Alternative way of doing global su Line 122  C--   Alternative way of doing global su
122  C     but instead, explicit MPI send & recv calls.  C     but instead, explicit MPI send & recv calls.
123  #undef GLOBAL_SUM_SEND_RECV  #undef GLOBAL_SUM_SEND_RECV
124    
125    C--   Alternative way of doing global sum on a single CPU
126    C     to eliminate tiling-dependent roundoff errors.
127    C     Note: This is slow.
128    #undef  CG2D_SINGLECPU_SUM
129    
130  #endif /* _CPP_EEOPTIONS_H_ */  #endif /* _CPP_EEOPTIONS_H_ */
131    
132  #include "CPP_EEMACROS.h"  #include "CPP_EEMACROS.h"

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.31

  ViewVC Help
Powered by ViewVC 1.1.22