chrisbs@umich_edu
New Member
Hi,I am porting CESM1.0.6 to a new machine (generic linux intel). I am on step 5 (running the job) of the “porting using a generic machine” instructions. Our cluster uses a SLURM management system for submitting jobs to the queue. I have modified the .run script accordingly (as far as I can tell). I have attached the .run script. After submitting the job the log file reads: CCSM_COMPSET=X_PRESENT_DAY (X)COMP_ATM=xatmCOMP_LND=xlndCOMP_ICE=xiceCOMP_GLC=xglcCOMP_OCN=xocnCOMP_CPL=cplCCSM_LCOMPSET=X_PRESENT_DAYCCSM_SCOMPSET=XCOMP_RUN_BARRIERS=FALSECOMP_INTERFACE=MCTBUILD_COMPLETE=TRUESMP_BUILD=a0l0i0o0g0c0SMP_VALUE=a0l0i0o0g0c0------------------------------------------------------------------------- CCSM BUILDNML SCRIPT STARTING - To prestage restarts, untar a restart.tar file into /scratch/users/chriss1//test1/run - Create modelio namelist input files CCSM BUILDNML SCRIPT HAS FINISHED SUCCESSFULLY------------------------------------------------------------------------- CCSM PRESTAGE SCRIPT STARTING - CCSM input data directory, DIN_LOC_ROOT_CSMDATA, is /home/chriss1/cesm_input - Case input data directory, DIN_LOC_ROOT, is /home/chriss1/cesm_input - Checking the existence of input datasets in DIN_LOC_ROOT CCSM PRESTAGE SCRIPT HAS FINISHED SUCCESSFULLYWed Jan 21 10:08:36 PST 2015 -- CSM EXECUTION BEGINS HEREWed Jan 21 10:08:46 PST 2015 -- CSM EXECUTION HAS FINISHEDModel did not complete - see /scratch/users/chriss1//test1/run/cpl.log.150121-100810 The cpl.log file in my run directory gives the following error message: (seq_mct_drv) : Initialize each component: atm, lnd, ocn, and ice(shr_sys_flush) WARNING: no implementation for this architecture(seq_mct_drv) : Initialize atm component(shr_sys_flush) WARNING: no implementation for this architecture(shr_sys_flush) WARNING: no implementation for this architecture Additionally, the ccsm.log file reads: srun: error: sh-2-11: tasks 0-7: Segmentation faultsrun: error: sh-2-12: tasks 8-15: Segmentation fault I’m not sure what the “WARNING: no implementation for this architecture” statement means. Any help with this problem would be great. Please let me know any other information you may need to assist me. Thanks!