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. |
| 11 | If this happens, please add `-fallow-argument-mismatch` in the compile include file in `make.arch` to the line 'OPT = ....'. |
| 12 | gfortran 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. |