Skip to content

Commit

Permalink
EAMxx: explicitly source the sems modules init script in mappy standa…
Browse files Browse the repository at this point in the history
…lone testing env setup
  • Loading branch information
bartgol committed Sep 24, 2024
1 parent 7bbdcb8 commit 788eefa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/eamxx/scripts/machines_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
["mpicxx","mpifort","mpicc"],
"bsub -I -q rhel8 -n 4 -gpu num=4",
"/home/projects/e3sm/scream/pr-autotester/master-baselines/weaver/"),
"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",
"mappy" : (["source /projects/sems/modulefiles/utils/sems-modules-init.sh",
"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",
"export GATOR_INITIAL_MB=4000MB",
],
["mpicxx","mpifort","mpicc"],
Expand Down

0 comments on commit 788eefa

Please sign in to comment.