We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
-fallow-argument-mismatch
closed via E3SM-Project/E3SM#4821 and #326
Sorry, something went wrong.
No branches or pull requests
When I try to build MPAS-Ocean in standalone with gfortran 10.3.0, I'm seeing errors like:
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
The text was updated successfully, but these errors were encountered: