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

    r4603 r4629  
    2525! -----------------
    2626! $Id$
     27! support for MPI Fortran77 interface (mpif.h) removed
     28!
     29! 4603 2020-07-14 16:08:30Z suehring
    2730! Bugfix in initialization from ASCII file - x-length scales at the bottom boundary were not
    2831! initialized properly
     
    245248    USE kinds
    246249
    247 #if defined( __parallel )  &&  !defined( __mpifh )
     250#if defined( __parallel )
    248251    USE MPI
    249252#endif
     
    285288
    286289    IMPLICIT NONE
    287 
    288 #if defined( __parallel )  &&  defined( __mpifh )
    289     INCLUDE "mpif.h"
    290 #endif
    291 
    292290
    293291    INTEGER(iwp) ::  id_stg_left        !< left lateral boundary core id in case of turbulence generator
Note: See TracChangeset for help on using the changeset viewer.