Running CESM 1.2.2 on Stampede2

Hi all:I would like to run CESM 1.2.2 or CESM1.2.2.1 on Stampede2.This is my case:./create_newcase --case /work/05409/ccchang3/cases/F2000_test_old --compset F_2000_CAM5 --res f02_g16 --mach stampede The case was built. However, when I tried to run ./cesm_setup in /work/05409/ccchang3/cases/F2000_test_oldIt shows...Creating Macros file for stampede/home1/05409/ccchang3/cesm1_2_2_1/scripts/ccsm_utils/Machines/config_compilers.xml intel stampedeCreating batch script F2000_test_old.run/etc/profile.d/tacc_modules.csh: No such file or directory.Locking file env_mach_pes.xmlCreating user_nl_xxx files for components and cplRunning preview_namelist script/etc/profile.d/tacc_modules.csh: No such file or directory.ERROR: /work/05409/ccchang3/cases/F2000_test_old/preview_namelists failed: 65280Does anyone know where this error comes from? Thanks!!!       Jay
 

jedwards

CSEG and Liaisons
Staff member
cesm 2.1.1 is fully supported on stamepede - cesm 1.2.2 is not, please consider updating.The original stampede system which was supported in 1.2.2 had a file /etc/profile.d/tacc_modules.csh which does not exist on stampede2.You can try replacing this withsource /opt/apps/lmod/lmod/init/csh
But I suspect you are also going to have a host of other problems to work on.
 
Hi Jedwards:I would like to conduct high-resolution seasonal simulations driven by prescribed SST (F2000 configuration).However, the CESM2 seems to only support 0.9*1.25 degree grid spacing...When I typed source /opt/apps/lmod/lmod/init/cshit shows...-bash: setenv: command not found-bash: setenv: command not found-bash: setenv: command not found-bash: setenv: command not found-bash: setenv: command not found-bash: setenv: command not found-bash: /opt/apps/lmod/lmod/init/csh: line 52: syntax error: unexpected end of fileCan you help me with this? Thanks...       Jay
 
Hi all:BTW, does anyone have an idea when Cheyenne will be available?It should return on 1 July, but it didn't...Stampede2 is actually my backup supercomputer used to do simulations.I have some allocations on Cheyenne.      Jay
 

jedwards

CSEG and Liaisons
Staff member
You can't source a csh file from the command line if your default shell is bash, however cesm 1.2.2 uses csh in it's env_mach_sepecific file and if you source it from there it will work correctly.    Cheyenne should be availeble tomorrow.  
 
Back
Top