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
The gihub workflow run fails with "Cannot open module file ‘mpi_f08.mod’ for reading" error. See #770
To Reproduce:
What compilers/machines are you seeing this with? Github workflow run
Give explicit steps to reproduce the behavior.
Look at any recent workflow log file
Additional context
In addition to fixing this issue we should also remove GNU compiler flag '-fallow-argument-mismatch'. Not needed anymore.
Output
/home/runner/work/fv3atm/fv3atm/fv3atm/ccpp/framework/src/ccpp_types.F90:22:9:
22 | use mpi_f08, only: MPI_Comm
| 1
Fatal Error: Cannot open module file ‘mpi_f08.mod’ for reading at (1): No such file or directory
compilation terminated.
The text was updated successfully, but these errors were encountered:
Description
The gihub workflow run fails with "Cannot open module file ‘mpi_f08.mod’ for reading" error. See #770
To Reproduce:
What compilers/machines are you seeing this with? Github workflow run
Give explicit steps to reproduce the behavior.
Additional context
In addition to fixing this issue we should also remove GNU compiler flag '-fallow-argument-mismatch'. Not needed anymore.
Output
The text was updated successfully, but these errors were encountered: