Skip to content

Commit

Permalink
Merge Pull Request #2829 from E3SM-Project/scream/bartgol/eamxx/fix-w…
Browse files Browse the repository at this point in the history
…eaver-env-for-standalone-testing

Automatically Merged using E3SM Pull Request AutoTester
PR Title: EAMxx: fix weaver env setup for standalone testing
PR Author: bartgol
PR LABELS: BFB, AT: AUTOMERGE, bugfix, AT: Skip mappy, AT: Skip v1 Testing
  • Loading branch information
E3SM-Bot authored May 16, 2024
2 parents 335335f + 56dd496 commit 34845c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/eamxx/scripts/machines_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
["mpicxx","mpifort","mpicc"],
"salloc -N 1 srun -n1 --preserve-env",
"/home/projects/e3sm/scream/pr-autotester/master-baselines/blake/"),
"weaver" : (["source /etc/profile.d/modules.sh", "module purge", "module load cmake/3.25.1 git/2.39.1 python/3.10.8 py-netcdf4/1.5.8 gcc/11.3.0 cuda/11.8.0 openmpi netcdf-c netcdf-fortran parallel-netcdf netlib-lapack",
"weaver" : (["source /etc/profile.d/modules.sh", "module purge", "module load cmake/3.25.1 git/2.39.1 python/3.10.8 py-netcdf4/1.5.8 gcc/11.3.0 cuda/11.8.0 openmpi netcdf-c netcdf-fortran parallel-netcdf netlib-lapack", "export HDF5_USE_FILE_LOCKING=FALSE",
],
["mpicxx","mpifort","mpicc"],
"bsub -I -q rhel8 -n 4 -gpu num=4",
Expand Down

0 comments on commit 34845c0

Please sign in to comment.