Ignore:
Timestamp:
Feb 27, 2018 3:02:57 PM (6 years ago)
Author:
knoop
Message:

Bugfix: wrong placement of include 'mpif.h' corrected

File:
1 edited

Legend:

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

    r2801 r2841  
    2525! -----------------
    2626! $Id$
     27! Bugfix: wrong placement of include 'mpif.h' corrected
     28!
     29! 2801 2018-02-14 16:01:55Z thiele
    2730! Introduce particle transfer in nested models.
    2831!
     
    112115    USE kinds
    113116
    114 #if defined( __mpifh )
    115     INCLUDE "mpif.h"
    116 #else
     117#if !defined( __mpifh )
    117118    USE MPI
    118119#endif
     
    124125
    125126    IMPLICIT NONE
     127
     128#if defined( __mpifh )
     129    INCLUDE "mpif.h"
     130#endif
    126131
    127132    TYPE pmc_layout
Note: See TracChangeset for help on using the changeset viewer.