Skip to content

Commit

Permalink
Change prod-util to prod_util on MSU.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Jan 26, 2024
1 parent e7ef7c4 commit 6dbca5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ elif [ $mac = O ] ; then
module use /work/noaa/epic/role-epic/spack-stack/orion/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core
module load stack-intel/2022.0.2
module load stack-intel-oneapi-mpi/2021.5.1
module load prod-util/2.1.1
module load prod_util/2.1.1
elif [ $mac3 = herc ] ; then
export machine=HERCULES
export homedir=${homedir:-"/work/noaa/epic/UPP"}
export rundir=${rundir:-"/work2/noaa/stmp/$USER"}
module use /work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core
module load stack-intel/2021.9.0
module load stack-intel-oneapi-mpi/2021.9.0
module load prod-util/2.1.1
module load prod_util/2.1.1
fi

#set working directory
Expand Down

0 comments on commit 6dbca5e

Please sign in to comment.