Skip to content

Commit 8aa209f

Browse files
authored
Merge Pull Request #3012 from E3SM-Project/scream/bartgol/eamxx/fix-mappy-env-setup
Automatically Merged using E3SM Pull Request AutoTester PR Title: Explicitly source the sems modules init script on mappy PR Author: bartgol PR LABELS: testing, AT: AUTOMERGE, AT: Skip weaver, AT: Skip v1 Testing
2 parents 42d4c02 + 788eefa commit 8aa209f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/eamxx/scripts/machines_specs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
["mpicxx","mpifort","mpicc"],
2929
"bsub -I -q rhel8 -n 4 -gpu num=4",
3030
"/home/projects/e3sm/scream/pr-autotester/master-baselines/weaver/"),
31-
"mappy" : (["module purge", "module load sems-cmake/3.27.9 sems-git/2.42.0 sems-gcc/11.4.0 sems-openmpi-no-cuda/4.1.6 sems-netcdf-c/4.9.2 sems-netcdf-cxx/4.2 sems-netcdf-fortran/4.6.1 sems-parallel-netcdf/1.12.3 sems-openblas",
31+
"mappy" : (["source /projects/sems/modulefiles/utils/sems-modules-init.sh",
32+
"module purge", "module load sems-cmake/3.27.9 sems-git/2.42.0 sems-gcc/11.4.0 sems-openmpi-no-cuda/4.1.6 sems-netcdf-c/4.9.2 sems-netcdf-cxx/4.2 sems-netcdf-fortran/4.6.1 sems-parallel-netcdf/1.12.3 sems-openblas",
3233
"export GATOR_INITIAL_MB=4000MB",
3334
],
3435
["mpicxx","mpifort","mpicc"],

0 commit comments

Comments
 (0)