cam_iitd10@gmail_com
Member
Sir,
While building CAM4, ./configure is done successfully and then on executing gmake, I am getting the following error.
fortcom: Error: ccsm_driver.F90, line 46: Error in opening the compiled module file. Check INCLUDE paths. [OCN_COMP_MCT]
use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct
-------^
fortcom: Error: /shome/2009ast3222/ccsm4_working_copy/models/drv/driver/ccsm_driver.F90, line 653: Conflicting attributes or multiple declaration of name. [OCN_INIT_MCT]
call ocn_init_mct( EClock_o, cdata_oo, x2o_oo, o2x_oo, NLFilename=NLFilename )
-----------^
fortcom: Error: /shome/2009ast3222/ccsm4_working_copy/models/drv/driver/ccsm_driver.F90, line 1615: Conflicting attributes or multiple declaration of name. [OCN_RUN_MCT]
call ocn_run_mct( EClock_o, cdata_oo, x2o_oo, o2x_oo)
--------------^
fortcom: Error: /shome/2009ast3222/ccsm4_working_copy/models/drv/driver/ccsm_driver.F90, line 2333: Conflicting attributes or multiple declaration of name. [OCN_FINAL_MCT]
call ocn_final_mct( )
-----------^
fortcom: Error: ccsm_driver.F90, line 46: Name in only-list does not exist. [OCN_INIT_MCT]
use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct
---------------------------^
fortcom: Error: ccsm_driver.F90, line 46: Name in only-list does not exist. [OCN_RUN_MCT]
use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct
-----------------------------------------^
fortcom: Error: ccsm_driver.F90, line 46: Name in only-list does not exist. [OCN_FINAL_MCT]
use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct
------------------------------------------------------^
compilation aborted for /shome/2009ast3222/ccsm4_working_copy/models/drv/driver/ccsm_driver.F90 (code 1)
gmake: *** [ccsm_driver.o] Error 1
I am not getting what i should do.
Please help
While building CAM4, ./configure is done successfully and then on executing gmake, I am getting the following error.
fortcom: Error: ccsm_driver.F90, line 46: Error in opening the compiled module file. Check INCLUDE paths. [OCN_COMP_MCT]
use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct
-------^
fortcom: Error: /shome/2009ast3222/ccsm4_working_copy/models/drv/driver/ccsm_driver.F90, line 653: Conflicting attributes or multiple declaration of name. [OCN_INIT_MCT]
call ocn_init_mct( EClock_o, cdata_oo, x2o_oo, o2x_oo, NLFilename=NLFilename )
-----------^
fortcom: Error: /shome/2009ast3222/ccsm4_working_copy/models/drv/driver/ccsm_driver.F90, line 1615: Conflicting attributes or multiple declaration of name. [OCN_RUN_MCT]
call ocn_run_mct( EClock_o, cdata_oo, x2o_oo, o2x_oo)
--------------^
fortcom: Error: /shome/2009ast3222/ccsm4_working_copy/models/drv/driver/ccsm_driver.F90, line 2333: Conflicting attributes or multiple declaration of name. [OCN_FINAL_MCT]
call ocn_final_mct( )
-----------^
fortcom: Error: ccsm_driver.F90, line 46: Name in only-list does not exist. [OCN_INIT_MCT]
use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct
---------------------------^
fortcom: Error: ccsm_driver.F90, line 46: Name in only-list does not exist. [OCN_RUN_MCT]
use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct
-----------------------------------------^
fortcom: Error: ccsm_driver.F90, line 46: Name in only-list does not exist. [OCN_FINAL_MCT]
use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct
------------------------------------------------------^
compilation aborted for /shome/2009ast3222/ccsm4_working_copy/models/drv/driver/ccsm_driver.F90 (code 1)
gmake: *** [ccsm_driver.o] Error 1
I am not getting what i should do.
Please help