Skip to content

Commit

Permalink
Change titan config.
Browse files Browse the repository at this point in the history
Explicitly set titan's CESMSCRATCHROOT to a subdirectory within
the user's home and ensure rundir gets set to a place that the
compute nodes can see.

[BFB]
  • Loading branch information
jgfouca committed Dec 3, 2015
1 parent ebcdd23 commit 0c5557f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cime/machines-acme/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -775,12 +775,12 @@
<TESTS>acme_developer</TESTS>
<COMPILERS>pgi,pgicuda,intel,cray</COMPILERS>
<MPILIBS>mpich,mpi-serial</MPILIBS>
<CESMSCRATCHROOT>$ENV{MEMBERWORK}/$PROJECT</CESMSCRATCHROOT>
<RUNDIR>$CESMSCRATCHROOT/$CASE/run</RUNDIR>
<EXEROOT>$CASEROOT/bld</EXEROOT>
<CESMSCRATCHROOT>$ENV{HOME}/acme_scratch/$PROJECT</CESMSCRATCHROOT>
<RUNDIR>$ENV{MEMBERWORK}/$PROJECT/$CASE/run</RUNDIR>
<EXEROOT>$CESMSCRATCHROOT/$CASE/bld</EXEROOT>
<DIN_LOC_ROOT>/lustre/atlas1/cli900/world-shared/cesm/inputdata</DIN_LOC_ROOT>
<DIN_LOC_ROOT_CLMFORC>/lustre/atlas1/cli900/world-shared/cesm/inputdata/atm/datm7</DIN_LOC_ROOT_CLMFORC>
<DOUT_S_ROOT>$CESMSCRATCHROOT/archive/$CASE</DOUT_S_ROOT>
<DOUT_S_ROOT>$ENV{MEMBERWORK}/$PROJECT/archive/$CASE</DOUT_S_ROOT>
<DOUT_L_MSROOT>csm/$CASE</DOUT_L_MSROOT>
<CCSM_BASELINE>/lustre/atlas1/cli900/world-shared/cesm/baselines</CCSM_BASELINE>
<CCSM_CPRNC>/lustre/atlas1/cli900/world-shared/cesm/tools/cprnc/cprnc.titan</CCSM_CPRNC>
Expand Down

0 comments on commit 0c5557f

Please sign in to comment.