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

With gfortran 10.x.x, errors in MPAS-Ocean build #323

Closed
xylar opened this issue Mar 1, 2022 · 1 comment
Closed

With gfortran 10.x.x, errors in MPAS-Ocean build #323

xylar opened this issue Mar 1, 2022 · 1 comment
Labels
bug Something isn't working ocean

Comments

@xylar
Copy link
Collaborator

xylar commented Mar 1, 2022

When I try to build MPAS-Ocean in standalone with gfortran 10.3.0, I'm seeing errors like:

mpas_dmpar.F:5081:25:

 5081 |           call MPI_Irecv(commListPtr % ibuffer, commListPtr % nList, MPI_INTEGERKIND, commListPtr % procID, commListPtr % procID, dminfo % comm, commListPtr % reqID, mpi_ierr)
      |                         1
......
 7858 |             call MPI_Irecv(commListPtr % rbuffer, commListPtr % nList, MPI_REALKIND, commListPtr % procID, commListPtr % procID, &
      |                           2
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(8)).

I suspect this needs to be fixed in the Makefile (and thus on E3SM-Project/E3SM) but I'm documenting it here to start with.

Likely related to:
E3SM-Project/E3SM#3954

Possible solution in:
E3SM-Project/E3SM#4817

@xylar
Copy link
Collaborator Author

xylar commented Mar 20, 2022

closed via E3SM-Project/E3SM#4821
and #326

@xylar xylar closed this as completed Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ocean
Projects
None yet
Development

No branches or pull requests

1 participant