Description of problem: It seems gcc and gfortan are newer than libnetcdf. So netcdf.mod is a module version 4 and gfortran expect now a version 6 module. netcdf need to be re-compiled by gcc to be used by gfortran Here is the log i got: gfortran lect_EOF.f90 -I/usr/include -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lm -lz lect_EOF.f90:3.16: use netcdf 1 Fatal Error: Wrong module version '4' (expected '6') for file 'netcdf.mod' opened at (1)
CC: (none) => dmorganec, fundawangSource RPM: lib64netcdf => netcdf
fixed in latest netcdf
Status: NEW => RESOLVEDResolution: (none) => FIXED