mfwehner@lbl_gov
Member
My cam5 aquaplanet script (cesm1_2_2) that successfully built on edison.nersc.gov on February 14, 2015 now fails to compile on March 3, 2015. Probably due to some upgrade that I missed.The error message in the log file is /global/u1/m/mwehner/cesm1_2_2/models/drv/driver/ccsm_comp_mod.F90(46): error #7002: 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
-------^
/global/u1/m/mwehner/cesm1_2_2/models/drv/driver/ccsm_comp_mod.F90(46): error #6580: Name in only-list does not exist. [OCN_INIT_MCT]
use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct
---------------------------^
/global/u1/m/mwehner/cesm1_2_2/models/drv/driver/ccsm_comp_mod.F90(46): error #6580: Name in only-list does not exist. [OCN_RUN_MCT]
use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct
-----------------------------------------^
/global/u1/m/mwehner/cesm1_2_2/models/drv/driver/ccsm_comp_mod.F90(46): error #6580: Name in only-list does not exist. [OCN_FINAL_MCT]
use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct
------------------------------------------------------^
/global/u1/m/mwehner/cesm1_2_2/models/drv/driver/ccsm_comp_mod.F90(1130): error #6406: Conflicting attributes or multiple declaration of name. [OCN_INIT_MCT]
Suggestions?Michael
use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct
-------^
/global/u1/m/mwehner/cesm1_2_2/models/drv/driver/ccsm_comp_mod.F90(46): error #6580: Name in only-list does not exist. [OCN_INIT_MCT]
use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct
---------------------------^
/global/u1/m/mwehner/cesm1_2_2/models/drv/driver/ccsm_comp_mod.F90(46): error #6580: Name in only-list does not exist. [OCN_RUN_MCT]
use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct
-----------------------------------------^
/global/u1/m/mwehner/cesm1_2_2/models/drv/driver/ccsm_comp_mod.F90(46): error #6580: Name in only-list does not exist. [OCN_FINAL_MCT]
use ocn_comp_mct, only: ocn_init_mct, ocn_run_mct, ocn_final_mct
------------------------------------------------------^
/global/u1/m/mwehner/cesm1_2_2/models/drv/driver/ccsm_comp_mod.F90(1130): error #6406: Conflicting attributes or multiple declaration of name. [OCN_INIT_MCT]
Suggestions?Michael