New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 2019 for branches/DEV_r1879_FCM/NEMOGCM/EXTERNAL/AGRIF/AGRIF_FILES/modutil.F – NEMO

Ignore:
Timestamp:
2010-07-20T19:48:19+02:00 (14 years ago)
Author:
rblod
Message:

Put back the changes for Agrif on fcm branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1879_FCM/NEMOGCM/EXTERNAL/AGRIF/AGRIF_FILES/modutil.F

    r1901 r2019  
    6262      External :: procname 
    6363C 
    64 #ifdef AGRIF_MPI 
     64#ifdef key_mpp_mpi 
    6565      Logical      :: mpi_was_called 
    6666      Integer      :: code, ierr 
    67 #include "mpif.h" 
     67      INCLUDE 'mpif.h' 
    6868C 
    6969C 
     
    670670C             definition of the probdim and modtypes variables 
    671671C 
    672 #ifdef AGRIF_MPI 
    673 #include "mpif.h" 
     672#ifdef key_mpp_mpi 
     673      INCLUDE 'mpif.h' 
    674674      Agrif_MPIPREC = MPI_DOUBLE_PRECISION 
    675675#endif 
Note: See TracChangeset for help on using the changeset viewer.