meir02ster@gmail_com
Member
Hi, all,
Recently, I was trying to run cam4 with ifort 11.0 and netcdf 4. It failed at the building process. Here is part of the Make.out file reporting error. I wish someone can help me to diagnose this issue at this forum. It seems to complain about netcdf but I believe the version of ifort and netcdf are pretty new enough.
"
/u/home/rum06003/ccsm4_0/models/atm/cam/src/control/error_messages.F90(92): error #7013: This module file was not generated by any release of this compiler. [NETCDF]
use netcdf
---------^
/u/home/rum06003/ccsm4_0/models/atm/cam/src/control/error_messages.F90(102): error #6404: This name does not have a type, and must have an explicit type. [NF90_NOERR]
if ( ret .ne. NF90_NOERR ) then
--------------------^
/u/home/rum06003/ccsm4_0/models/atm/cam/src/control/error_messages.F90(108): error #6404: This name does not have a type, and must have an explicit type. [NF90_STRERROR]
write(iulog,*) nf90_strerror( ret )
------------------------^
compilation aborted for /u/home/rum06003/ccsm4_0/models/atm/cam/src/control/error_messages.F90 (code 1)
gmake: *** [error_messages.o] Error 1
gmake: *** Waiting for unfinished jobs....
"
Thanks,
Rui
Recently, I was trying to run cam4 with ifort 11.0 and netcdf 4. It failed at the building process. Here is part of the Make.out file reporting error. I wish someone can help me to diagnose this issue at this forum. It seems to complain about netcdf but I believe the version of ifort and netcdf are pretty new enough.
"
/u/home/rum06003/ccsm4_0/models/atm/cam/src/control/error_messages.F90(92): error #7013: This module file was not generated by any release of this compiler. [NETCDF]
use netcdf
---------^
/u/home/rum06003/ccsm4_0/models/atm/cam/src/control/error_messages.F90(102): error #6404: This name does not have a type, and must have an explicit type. [NF90_NOERR]
if ( ret .ne. NF90_NOERR ) then
--------------------^
/u/home/rum06003/ccsm4_0/models/atm/cam/src/control/error_messages.F90(108): error #6404: This name does not have a type, and must have an explicit type. [NF90_STRERROR]
write(iulog,*) nf90_strerror( ret )
------------------------^
compilation aborted for /u/home/rum06003/ccsm4_0/models/atm/cam/src/control/error_messages.F90 (code 1)
gmake: *** [error_messages.o] Error 1
gmake: *** Waiting for unfinished jobs....
"
Thanks,
Rui