error when build with ifort

weit08@lzu_cn

New Member
Hi,

When I build ccsm3.0 with ifort, I have the error information as follow:

Code:
fortcom: Error: cpl_mct_mod.F90, line 37: Error in opening the Library module file.   [M_MCTWORLD]
   use m_MCTWorld           ,only: cpl_mct_world_init     => init
-------^
fortcom: Error: cpl_mct_mod.F90, line 39: Error in opening the Library module file.   [M_ATTRVECT]
   use m_AttrVect           ,only: cpl_mct_aVect          => AttrVect
-------^
......


Any insight would be appreciated!
 
Back
Top