Skip to content

Commit 61b77c2

Browse files
authored
Merge pull request E3SM-Project#2300 from E3SM-Project/jgfouca/fix_crusher
Fix crusher-scream to use new filesystem
2 parents 709c430 + ded3a4b commit 61b77c2

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

cime_config/machines/config_batch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@
661661
</batch_system>
662662

663663
<batch_system MACH="crusher-scream-gpu" type="slurm">
664-
<batch_submit>/gpfs/alpine/cli133/world-shared/e3sm/tools/sbatch/throttle</batch_submit>
664+
<batch_submit>/lustre/orion/cli133/world-shared/e3sm/tools/sbatch/throttle</batch_submit>
665665
<directives>
666666
<directive> -S 0</directive>
667667
</directives>

cime_config/machines/config_machines.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -713,11 +713,11 @@
713713
<COMPILERS>crayclang-scream</COMPILERS>
714714
<MPILIBS>mpich</MPILIBS>
715715
<PROJECT>CLI133_crusher</PROJECT>
716-
<CIME_OUTPUT_ROOT>/gpfs/alpine/cli133/proj-shared/$ENV{USER}/e3sm_scratch/crusher</CIME_OUTPUT_ROOT>
717-
<DIN_LOC_ROOT>/gpfs/alpine/cli115/world-shared/e3sm/inputdata</DIN_LOC_ROOT>
718-
<DIN_LOC_ROOT_CLMFORC>/gpfs/alpine/cli115/world-shared/e3sm/inputdata/atm/datm7</DIN_LOC_ROOT_CLMFORC>
716+
<CIME_OUTPUT_ROOT>/lustre/orion/cli133/proj-shared/$ENV{USER}/e3sm_scratch/crusher</CIME_OUTPUT_ROOT>
717+
<DIN_LOC_ROOT>/lustre/orion/cli115/world-shared/e3sm/inputdata</DIN_LOC_ROOT>
718+
<DIN_LOC_ROOT_CLMFORC>/lustre/orion/cli115/world-shared/e3sm/inputdata/atm/datm7</DIN_LOC_ROOT_CLMFORC>
719719
<DOUT_S_ROOT>$CIME_OUTPUT_ROOT/archive/$CASE</DOUT_S_ROOT>
720-
<CCSM_CPRNC>/gpfs/alpine/cli133/world-shared/e3sm/tools/cprnc/cprnc</CCSM_CPRNC>
720+
<CCSM_CPRNC>/lustre/orion/cli133/world-shared/e3sm/tools/cprnc/cprnc</CCSM_CPRNC>
721721
<GMAKE_J>8</GMAKE_J>
722722
<NTEST_PARALLEL_JOBS>1</NTEST_PARALLEL_JOBS>
723723
<BATCH_SYSTEM>slurm</BATCH_SYSTEM>
@@ -801,7 +801,7 @@
801801
<env name="OMP_PLACES">threads</env>
802802
</environment_variables>
803803
<environment_variables compiler="crayclang-scream" mpilib="mpich">
804-
<env name="ADIOS2_DIR">/gpfs/alpine/cli133/world-shared/3rdparty/adios2/2.8.3.patch/cray-mpich-8.1.17/crayclang-14.0.2</env>
804+
<env name="ADIOS2_DIR">/lustre/orion/cli133/world-shared/3rdparty/adios2/2.8.3.patch/cray-mpich-8.1.17/crayclang-14.0.2</env>
805805
</environment_variables>
806806
</machine>
807807

@@ -816,11 +816,11 @@
816816
<COMPILERS>crayclang-scream</COMPILERS>
817817
<MPILIBS>mpich</MPILIBS>
818818
<PROJECT>CLI133_crusher</PROJECT>
819-
<CIME_OUTPUT_ROOT>/gpfs/alpine/cli133/proj-shared/$ENV{USER}/e3sm_scratch/crusher</CIME_OUTPUT_ROOT>
820-
<DIN_LOC_ROOT>/gpfs/alpine/cli115/world-shared/e3sm/inputdata</DIN_LOC_ROOT>
821-
<DIN_LOC_ROOT_CLMFORC>/gpfs/alpine/cli115/world-shared/e3sm/inputdata/atm/datm7</DIN_LOC_ROOT_CLMFORC>
819+
<CIME_OUTPUT_ROOT>/lustre/orion/cli133/proj-shared/$ENV{USER}/e3sm_scratch/crusher</CIME_OUTPUT_ROOT>
820+
<DIN_LOC_ROOT>/lustre/orion/cli115/world-shared/e3sm/inputdata</DIN_LOC_ROOT>
821+
<DIN_LOC_ROOT_CLMFORC>/lustre/orion/cli115/world-shared/e3sm/inputdata/atm/datm7</DIN_LOC_ROOT_CLMFORC>
822822
<DOUT_S_ROOT>$CIME_OUTPUT_ROOT/archive/$CASE</DOUT_S_ROOT>
823-
<CCSM_CPRNC>/gpfs/alpine/cli133/world-shared/e3sm/tools/cprnc/cprnc</CCSM_CPRNC>
823+
<CCSM_CPRNC>/lustre/orion/cli133/world-shared/e3sm/tools/cprnc/cprnc</CCSM_CPRNC>
824824
<GMAKE_J>8</GMAKE_J>
825825
<NTEST_PARALLEL_JOBS>1</NTEST_PARALLEL_JOBS>
826826
<BATCH_SYSTEM>slurm</BATCH_SYSTEM>
@@ -889,7 +889,7 @@
889889
<env name="OMP_PLACES">threads</env>
890890
</environment_variables>
891891
<environment_variables compiler="crayclang-scream" mpilib="mpich">
892-
<env name="ADIOS2_DIR">/gpfs/alpine/cli133/world-shared/3rdparty/adios2/2.8.3.patch/cray-mpich-8.1.17/crayclang-14.0.2</env>
892+
<env name="ADIOS2_DIR">/lustre/orion/cli133/world-shared/3rdparty/adios2/2.8.3.patch/cray-mpich-8.1.17/crayclang-14.0.2</env>
893893
</environment_variables>
894894
</machine>
895895

0 commit comments

Comments
 (0)