You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Argument mismatches are checked much more strictly with the later GNU versions, these were converted from errors to warnings using compiler flags. We should fix all these codes so that we can remove the compiler flags to convert errors to warnings - we want to be able to see these errors.
One source for this warnings is the use of outdated MPI interfaces via include mpif.h or use mpi. This can be fixed with use mpi_f09.
The text was updated successfully, but these errors were encountered:
Description
Argument mismatches are checked much more strictly with the later GNU versions, these were converted from errors to warnings using compiler flags. We should fix all these codes so that we can remove the compiler flags to convert errors to warnings - we want to be able to see these errors.
One source for this warnings is the use of outdated MPI interfaces via
include mpif.h
oruse mpi
. This can be fixed withuse mpi_f09
.The text was updated successfully, but these errors were encountered: