/[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.2 by cnh, Thu Apr 23 20:59:34 1998 UTC revision 1.8 by cnh, Sat Sep 5 17:52:12 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 59  C                              system F9 Line 62  C                              system F9
62  #endif  #endif
63    
64  #ifdef TARGET_DEC  #ifdef TARGET_DEC
65  #define USE_KAP_THREADING  #undef  USE_KAP_THREADING
66  #endif  #endif
67    
68  #ifdef TARGET_SGI  #ifdef TARGET_SGI
# Line 168  C     unless .Dnn is specified. CRAY vec Line 171  C     unless .Dnn is specified. CRAY vec
171  C     precision when they see .Dnn which runs very slowly!  C     precision when they see .Dnn which runs very slowly!
172  #ifdef REAL_D0_IS_16BYTES  #ifdef REAL_D0_IS_16BYTES
173  #define _d  #define _d
174    #define _F64( a ) a
175  #endif  #endif
176  #ifndef REAL_D0_IS_16BYTES  #ifndef REAL_D0_IS_16BYTES
177  #define _d D  #define _d D
178    #define _F64( a ) DFLOAT( a )
179  #endif  #endif
180    
181    #endif /* _CPP_EEOPTIONS_H_ */

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

  ViewVC Help
Powered by ViewVC 1.1.22