Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -164,19 +164,22 @@ if [ "$MACHINE" == "ncar" ]; then
if [ ! "${HOST:0:5}" == "crhtc" ] && [ ! "${HOST:0:6}" == "casper" ]; then
module --force purge
. /glade/u/apps/derecho/23.09/spack/opt/spack/lmod/8.7.24/gcc/7.5.0/c645/lmod/lmod/init/sh
module load cesmdev/1.0 ncarenv/23.09
case $COMPILER in
"intel" )
module load cesmdev/1.0 ncarenv/23.09
module load craype intel/2023.2.1 mkl ncarcompilers/1.0.0 cmake cray-mpich/8.1.27 netcdf-mpi/4.9.2 parallel-netcdf/1.12.3 parallelio/2.6.2 esmf/8.6.0
;;
"gnu" )
module load cesmdev/1.0 ncarenv/23.09
module load craype gcc/12.2.0 cray-libsci/23.02.1.1 ncarcompilers/1.0.0 cmake cray-mpich/8.1.27 netcdf-mpi/4.9.2 parallel-netcdf/1.12.3 parallelio/2.6.2-debug esmf/8.6.0-debug
;;
"nvhpc" )
if [ $OFFLOAD -eq 1 ]; then
module load cesmdev/1.0 ncarenv/23.09
module load craype nvhpc/24.9 ncarcompilers/1.0.0 cmake cray-mpich/8.1.29 netcdf-mpi/4.9.2 parallel-netcdf/1.12.3 cuda/12.2.1
else
module load craype nvhpc/23.7 ncarcompilers/1.0.0 cmake cray-mpich/8.1.27 netcdf-mpi/4.9.2 parallel-netcdf/1.12.3
module load cesmdev/1.0 ncarenv/24.12
module load craype nvhpc/25.9 ncarcompilers/1.0.0 cmake cray-mpich/8.1.29 netcdf-mpi/4.9.3 parallel-netcdf/1.14.0
fi
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion examples/cesm_t232_marbl/job-derecho.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#PBS -N mom6_standalone
#PBS -A <PROJECT_CODE>
#PBS -A NCGD0067
#PBS -j oe
#PBS -k eod
#PBS -q main
Expand Down
Loading