Changeset 903


Ignore:
Timestamp:
06/13/19 16:45:43 (5 years ago)
Author:
adurocher
Message:

trunk : Added ifdef to compile with mpif.h instead for mpi.mod

Location:
codes/icosagcm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/trunk/bld.cfg

    r901 r903  
    5353bld::excl_dep        use::omp_lib 
    5454bld::excl_dep        use::mpi 
     55bld::excl_dep        inc::mpif.h 
    5556bld::excl_dep        use::xios 
    5657bld::excl_dep        %USE_IOIPSL 
  • codes/icosagcm/trunk/src/parallel/mpi_mod.F90

    r901 r903  
    22 
    33#ifdef CPP_USING_MPI 
    4   !INCLUDE 'mpif.h' 
     4#ifdef CPP_USE_MPIF_H 
     5  INCLUDE 'mpif.h' 
     6#else 
    57  use mpi 
     8#endif 
    69#else 
    710  INTEGER :: MPI_COMM_WORLD 
Note: See TracChangeset for help on using the changeset viewer.