Fortran version error

freddyzhangy

Freddy Zhang
New Member
Hello,

I have run into an issue when building CESM1.2.2.1 where a module cannot be read because it was created by a different GNU Fortran version. The current Fortran version on my machine is 7.3.0. Should I change my Fortran compiler version on my machine, or is there a better way of resolving this error? If I should change my Fortran compiler, what version should I change it to? I have attached my Macros and the build log when I try to build the case.

Thanks,
Freddy
 

Attachments

freddyzhangy

Freddy Zhang
New Member
EDIT: I have been looking around and found out that the shr_kind_mod.mod file uses module version 10. I'm pretty sure the fortran compiler on my machine should be able to read files with version 10. Is there a way to check which module versions my fortran compiler can run?

Thanks
 
Back
Top