a_anukesh@iitgn_ac_in
New Member
I am using the intel compiler to compile CESM 1.2.2. I get the following error during CESM run
----------------------------------------------------------------------------------------------------------------------------------------------------------------if ( -e env_test.xml ) then
end
source env_mach_specific
if ( 0 != 0 ) then
set fname = env_derived
cat
source env_derived
set MODELS = ( cpl atm lnd ice ocn glc wav rof )
set COMPONENTS = ( cpl xatm xlnd xice xocn xglc xwav xrof )
set NTASKS = ( 1 1 1 1 1 1 1 1 )
set NTHRDS = ( 1 1 1 1 1 1 1 1 )
set ROOTPE = ( 0 0 0 0 0 0 0 0 )
set PSTRID = ( 1 1 1 1 1 1 1 1 )
set NINST = ( 1 1 1 1 1 1 1 1 )
cp -f env_derived LockedFiles/env_derived.locked
set sdate = `date +"%Y-%m-%d %H:%M:%S"`
date +%Y-%m-%d %H:%M:%S
cd /home/anukesh/Documents/CESM_CASES/test6/run
set CESMLogFile = `ls -1t cesm.log* | head -1`
ls -1t cesm.log.160901-011700
head -1
if ( cesm.log.160901-011700 == ) then
set CPLLogFile = `echo $CESMLogFile | sed -e 's/cesm/cpl/'`
sed -e s/cesm/cpl/
echo cesm.log.160901-011700
if ( cpl.log.160901-011700 == ) then
grep SUCCESSFUL TERMINATION cpl.log.160901-011700
echo Model did not complete - see /home/anukesh/Documents/CESM_CASES/test6/run/cesm.log.160901-011700
Model did not complete - see /home/anukesh/Documents/CESM_CASES/test6/run/cesm.log.160901-011700
exit -1
anukesh@anukesh-ThinkCentre-M73:~/Documents/CESM_CASES/test6$ ./test6.run &>run.log
anukesh@anukesh-ThinkCentre-M73:~/Documents/CESM_CASES/test6$ cd bld
anukesh@anukesh-ThinkCentre-M73:~/Documents/CESM_CASES/test6/bld$ mpiexec -n 4 cesm.exe >& inside_bld_run.log
anukesh@anukesh-ThinkCentre-M73:~/Documents/CESM_CASES/test6/bld$ /opt/openmpi-2.0.0-intel/bin/mpiexec -n 4 cesm.exe >& inside_bld_run.log
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Please refer attached Macros, runtimeerror.log, CESM.log and (test run inside bld folder ) file for detailed error , please help me fix this and don't have much idea about what is in the CESM.log file, Is the model-run stopped beacuse of insuffucient input data, please provide some information regarding from the given file. The case "create_newcase -case /home/anukesh/Documents/CESM_CASES/test6 -res f45_g37 -compset X -mach userdefined"
----------------------------------------------------------------------------------------------------------------------------------------------------------------if ( -e env_test.xml ) then
end
source env_mach_specific
if ( 0 != 0 ) then
set fname = env_derived
cat
source env_derived
set MODELS = ( cpl atm lnd ice ocn glc wav rof )
set COMPONENTS = ( cpl xatm xlnd xice xocn xglc xwav xrof )
set NTASKS = ( 1 1 1 1 1 1 1 1 )
set NTHRDS = ( 1 1 1 1 1 1 1 1 )
set ROOTPE = ( 0 0 0 0 0 0 0 0 )
set PSTRID = ( 1 1 1 1 1 1 1 1 )
set NINST = ( 1 1 1 1 1 1 1 1 )
cp -f env_derived LockedFiles/env_derived.locked
set sdate = `date +"%Y-%m-%d %H:%M:%S"`
date +%Y-%m-%d %H:%M:%S
cd /home/anukesh/Documents/CESM_CASES/test6/run
set CESMLogFile = `ls -1t cesm.log* | head -1`
ls -1t cesm.log.160901-011700
head -1
if ( cesm.log.160901-011700 == ) then
set CPLLogFile = `echo $CESMLogFile | sed -e 's/cesm/cpl/'`
sed -e s/cesm/cpl/
echo cesm.log.160901-011700
if ( cpl.log.160901-011700 == ) then
grep SUCCESSFUL TERMINATION cpl.log.160901-011700
echo Model did not complete - see /home/anukesh/Documents/CESM_CASES/test6/run/cesm.log.160901-011700
Model did not complete - see /home/anukesh/Documents/CESM_CASES/test6/run/cesm.log.160901-011700
exit -1
anukesh@anukesh-ThinkCentre-M73:~/Documents/CESM_CASES/test6$ ./test6.run &>run.log
anukesh@anukesh-ThinkCentre-M73:~/Documents/CESM_CASES/test6$ cd bld
anukesh@anukesh-ThinkCentre-M73:~/Documents/CESM_CASES/test6/bld$ mpiexec -n 4 cesm.exe >& inside_bld_run.log
anukesh@anukesh-ThinkCentre-M73:~/Documents/CESM_CASES/test6/bld$ /opt/openmpi-2.0.0-intel/bin/mpiexec -n 4 cesm.exe >& inside_bld_run.log
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Please refer attached Macros, runtimeerror.log, CESM.log and (test run inside bld folder ) file for detailed error , please help me fix this and don't have much idea about what is in the CESM.log file, Is the model-run stopped beacuse of insuffucient input data, please provide some information regarding from the given file. The case "create_newcase -case /home/anukesh/Documents/CESM_CASES/test6 -res f45_g37 -compset X -mach userdefined"