Skip to content

Commit

Permalink
Merge Pull Request #3012 from E3SM-Project/scream/bartgol/eamxx/fix-m…
Browse files Browse the repository at this point in the history
…appy-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
  • Loading branch information
E3SM-Bot authored Sep 24, 2024
2 parents 42d4c02 + 788eefa commit 8aa209f
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 8aa209f

Please sign in to comment.