Changes between Initial Version and Version 1 of FAQ_PDAF


Ignore:
Timestamp:
Mar 20, 2021, 7:28:45 AM (3 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ_PDAF

    v1 v1  
     1= Frequently Asked Questions =
     2
     3
     4=== Compilation with gfortran fails because of unrecognized command line option `-fallow-argument-mismatch` ===
     5
     6If this happens, please delete this option in the compile include file in `make.arch`. This option is necessary for compilation with gfortran 10, but older versions of gfortran don't seem to even know this option.
     7
     8=== Compilation with gfortran fails with an error about a `Type mismatch` related to MPI_allreduce or some other MPI function ===
     9
     10If this happens, please specifcy `-fallow-argument-mismatch` in the compile include file in `make.arch` in the line 'OPT = ....'.
     11gfortran 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.
     12