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_handle_communicator_mod.f90

    r4360 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! 4360 2020-01-07 11:25:50Z suehring
    2730! Corrected "Former revisions" section
    2831!
     
    5255    USE kinds
    5356
    54 #if !defined( __mpifh )
    5557    USE MPI
    56 #endif
    5758
    5859    USE pmc_general,                                                            &
     
    6364    IMPLICIT NONE
    6465
    65 #if defined( __mpifh )
    66     INCLUDE "mpif.h"
    67 #endif
    6866
    6967    TYPE pmc_layout
Note: See TracChangeset for help on using the changeset viewer.