Ignore:
Timestamp:
Jul 29, 2020 9:37:56 AM (4 years ago)
Author:
raasch
Message:

support for MPI Fortran77 interface (mpif.h) removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/data_output_binary_module.f90

    r4597 r4629  
    2424! -----------------
    2525! $Id$
     26! support for MPI Fortran77 interface (mpif.h) removed
     27!
     28! 4597 2020-07-09 19:21:53Z gronemeier
    2629! change: update argument list of routine binary_init_dimension due to changes in interface
    2730!
     
    6265    USE kinds
    6366
    64 #if defined( __parallel ) && !defined( __mpifh )
     67#if defined( __parallel )
    6568    USE MPI
    6669#endif
     
    6871    IMPLICIT NONE
    6972
    70 #if defined( __parallel ) && defined( __mpifh )
    71     INCLUDE "mpif.h"
    72 #endif
    7373
    7474    CHARACTER(LEN=*), PARAMETER ::  config_file_name = 'BINARY_TO_NETCDF_CONFIG'  !< name of config file
Note: See TracChangeset for help on using the changeset viewer.