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/pmc_interface_mod.f90

    r4508 r4629  
    2020! Current revisions:
    2121! ------------------
    22 ! 
    23 ! 
     22!
     23!
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27! support for MPI Fortran77 interface (mpif.h) removed
     28!
     29! 4508 2020-04-24 13:32:20Z raasch
    2730! salsa variable name changed
    2831!
     
    257260
    258261#if defined( __parallel )
    259 #if !defined( __mpifh )
    260262    USE MPI
    261 #endif
    262263
    263264    USE pegrid,                                                                &
     
    301302    IMPLICIT NONE
    302303
    303 #if defined( __parallel )
    304 #if defined( __mpifh )
    305     INCLUDE "mpif.h"
    306 #endif
    307 #endif
    308304
    309305    PRIVATE
Note: See TracChangeset for help on using the changeset viewer.