/[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.27 by dimitri, Wed Nov 22 09:43:27 2006 UTC revision 1.29 by jahn, Tue Jan 8 23:57:55 2008 UTC
# Line 114  C--   Alternative formulation of BYTESWA Line 114  C--   Alternative formulation of BYTESWA
114  C     compiler flag -byteswapio on the Altix.  C     compiler flag -byteswapio on the Altix.
115  #undef FAST_BYTESWAP  #undef FAST_BYTESWAP
116    
117    C--   Alternative way of doing global sum without MPI allreduce call
118    C     but instead, explicit MPI send & recv calls.
119    #undef GLOBAL_SUM_SEND_RECV
120    
121    C--   Alternative way of doing global sum on a single CPU
122    C     to eliminate tiling-dependent roundoff errors.
123    C     Note: This is slow.
124    #undef  CG2D_SINGLECPU_SUM
125    
126  #endif /* _CPP_EEOPTIONS_H_ */  #endif /* _CPP_EEOPTIONS_H_ */
127    
128  #include "CPP_EEMACROS.h"  #include "CPP_EEMACROS.h"

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.29

  ViewVC Help
Powered by ViewVC 1.1.22