Changes between Version 2 and Version 3 of FAQ_PDAF


Ignore:
Timestamp:
May 17, 2021, 12:03:53 PM (3 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ_PDAF

    v2 v3  
    99=== Compilation with gfortran fails with an error about a `Type mismatch` related to MPI_allreduce or some other MPI function ===
    1010
    11 If this happens, please specifcy `-fallow-argument-mismatch` in the compile include file in `make.arch` in the line 'OPT = ....'.
    12 gfortran from version 10 checks the arguments more strictly than older version of gfotran. The apparent argument mismatch is actually allowed in the call to functions of MPI.
     11If this happens, please add `-fallow-argument-mismatch` in the compile include file in `make.arch` to the line 'OPT = ....'.
     12gfortran from version 10 checks the arguments more strictly than older versions of gfortran. The apparent argument mismatch is actually allowed in the call to functions of MPI.
    1313