/[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.18 by cnh, Fri Sep 21 03:54:35 2001 UTC revision 1.20 by adcroft, Fri Jan 23 19:19:27 2004 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3    
   These lines are here to deliberately cause a compile-time error.  
   If you see these lines in your .F files or the compiler shows them  
   as an error then it means you have not placed your configuration  
   files in the appropriate place.  
   You need to place you own copy of CPP_EEOPTIONS.h in the include  
   path for the model.  
   
4  CBOP  CBOP
5  C     !ROUTINE: CPP_EEOPTIONS.h  C     !ROUTINE: CPP_EEOPTIONS.h
6  C     !INTERFACE:  C     !INTERFACE:
# Line 60  C     undef this option. Line 53  C     undef this option.
53  #undef  FMTFTN_IO_THREADSAFE  #undef  FMTFTN_IO_THREADSAFE
54    
55  C--   Control MPI based parallel processing  C--   Control MPI based parallel processing
56  #undef  ALLOW_USE_MPI  CXXX We no longer select the use of MPI via this file (CPP_EEOPTIONS.h)
57  #undef  ALWAYS_USE_MPI  CXXX To use MPI, use an appropriate genmake2 options file or use
58    CXXX genmake2 -mpi .
59    CXXX #undef  ALLOW_USE_MPI
60    CXXX #undef  ALWAYS_USE_MPI
61    
62  C--   Control use of communication that might overlap computation.  C--   Control use of communication that might overlap computation.
63  C     Under MPI selects/deselects "non-blocking" sends and receives.  C     Under MPI selects/deselects "non-blocking" sends and receives.
# Line 103  C           filled in some way. Line 99  C           filled in some way.
99  #define CAN_PREVENT_X_PERIODICITY  #define CAN_PREVENT_X_PERIODICITY
100  #define CAN_PREVENT_Y_PERIODICITY  #define CAN_PREVENT_Y_PERIODICITY
101    
102    C--   Select the new EXCH2 (wrapper2) exchange software
103    C     Note: this is a temporarily mis-named CPP-macro that will be renamed
104    C     later.
105    #undef  USE_W2
106    
107  #endif /* _CPP_EEOPTIONS_H_ */  #endif /* _CPP_EEOPTIONS_H_ */
108    
109  #include "CPP_EEMACROS.h"  #include "CPP_EEMACROS.h"

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.20

  ViewVC Help
Powered by ViewVC 1.1.22