Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub workflow run fails #804

Closed
DusanJovic-NOAA opened this issue Mar 20, 2024 · 1 comment
Closed

GitHub workflow run fails #804

DusanJovic-NOAA opened this issue Mar 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@DusanJovic-NOAA
Copy link
Collaborator

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.

  1. 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.
@DusanJovic-NOAA DusanJovic-NOAA added the bug Something isn't working label Mar 20, 2024
@DusanJovic-NOAA
Copy link
Collaborator Author

Fixed in #811

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant