daniloceano
Member
Hello, I've seen PIO1.f90 error & which presents the same issue, but the solution there didn't work for me.
I am trying to compile using:
Which gives me:
Attached are the configuration file with export for all libraries and the complete error log.
Any suggestions?
I am trying to compile using:
Code:
danilocs@svante2:/scr1/danilocs/MPAS/MPAS-Model$ make -j4 gfortran CORE=init_atmosphere PRECISION=single DEBUG=true USE_PIO2=true > log_build.txt
Which gives me:
Code:
gfortran: error: pio1.f90: No such file or directory
gfortran: error: pio2.f90: No such file or directory
make[6]: warning: -jN forced in submake: disabling jobserver mode.
make[6]: warning: -jN forced in submake: disabling jobserver mode.
mpas_log.F:42:7:
42 | use mpas_derived_types
| 1
Fatal Error: Cannot read module file 'mpas_derived_types.mod' opened at (1), because it was created by a different version of GNU Fortran
compilation terminated.
make[3]: *** [mpas_log.o] Error 1
make[2]: *** [frame] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [mpas_main] Error 2
make: *** [gfortran] Error 2
Attached are the configuration file with export for all libraries and the complete error log.
Any suggestions?