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

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

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

revision 1.10 by dimitri, Tue Apr 6 21:03:14 2004 UTC revision 1.11 by ce107, Thu Jan 13 00:10:39 2005 UTC
# Line 121  C     performance. Line 121  C     performance.
121  #define _EXCH_XYZ_RL(a,b) CALL EXCH_XYZ_RL ( a, b )  #define _EXCH_XYZ_RL(a,b) CALL EXCH_XYZ_RL ( a, b )
122    
123  #define _MPI_TYPE_R4 MPI_REAL  #define _MPI_TYPE_R4 MPI_REAL
124  #ifdef TARGET_SGI  #if (defined (TARGET_SGI) || defined (TARGET_AIX))
125  #define _MPI_TYPE_R8 MPI_DOUBLE_PRECISION  #define _MPI_TYPE_R8 MPI_DOUBLE_PRECISION
126  #else  #else
127  #define _MPI_TYPE_R8 MPI_REAL8  #define _MPI_TYPE_R8 MPI_REAL8

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.22