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
I believe this is different from similar module related bugs that have been submitted by others. I am using the f18 driver. I believe Fortran modules are working, since I can get a simple program to work.
This occurs during compilation of the Fortran bindings for the latest stable version of mpich 3.3.2.
Start by compiling the mpi_constants.f90 which generates mpi_constants.mod, then compile mpi_base.f90
The text was updated successfully, but these errors were encountered:
naromero77
changed the title
invalid checksum on module when compiling mpich fortran bindings
f18 tooling driver modules requires extra flag to be usable
Feb 22, 2020
The f18 driver is intended to be temporary and a new driver based on the Clang driver code is currently being worked on. Perhaps we should keep an eye on this issue for the new driver?
I believe this is different from similar module related bugs that have been submitted by others. I am using the
f18
driver. I believe Fortran modules are working, since I can get a simple program to work.This occurs during compilation of the Fortran bindings for the latest stable version of mpich 3.3.2.
Start by compiling the mpi_constants.f90 which generates mpi_constants.mod, then compile mpi_base.f90
mpich_module_error.tar.gz
The text was updated successfully, but these errors were encountered: