/[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.3 by cnh, Mon Jun 8 21:42:59 1998 UTC revision 1.5 by adcroft, Mon Jun 22 15:26:24 1998 UTC
# Line 23  C     |       identified, rebuild the co Line 23  C     |       identified, rebuild the co
23  C     |       options set at compile time.                       |  C     |       options set at compile time.                       |
24  C     \==========================================================/  C     \==========================================================/
25    
26    #ifndef _CPP_EEOPTIONS_H_
27    #define _CPP_EEOPTIONS_H_
28    
29  C     In general the following convention applies:  C     In general the following convention applies:
30  C     ALLOW  - indicates an feature will be included but it may  C     ALLOW  - indicates an feature will be included but it may
31  C     CAN      have a run-time flag to allow it to be switched  C     CAN      have a run-time flag to allow it to be switched
# Line 116  C     can use 4-byte precision, reducing Line 119  C     can use 4-byte precision, reducing
119  C     boosting performance because of a smaller working  C     boosting performance because of a smaller working
120  C     set size. However, on vector CRAY systems this degrades  C     set size. However, on vector CRAY systems this degrades
121  C     performance.  C     performance.
122  #define REAL4_IS_SLOW  #undef  REAL4_IS_SLOW
123    
124  #ifdef REAL4_IS_SLOW  #ifdef REAL4_IS_SLOW
125  #define real Real*8  #define real Real*8
# Line 173  C     precision when they see .Dnn which Line 176  C     precision when they see .Dnn which
176  #define _d D  #define _d D
177  #endif  #endif
178    
179  #define ALLOW_CD  #endif /* _CPP_EEOPTIONS_H_ */

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

  ViewVC Help
Powered by ViewVC 1.1.22