Skip to content

Commit

Permalink
Update module load in the sfc_climo_gen utility.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Oct 28, 2024
1 parent 3fa0aa5 commit 1211785
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion util/sfc_climo_gen/sfc_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,11 @@ ulimit -s unlimited

source ${BASE_DIR}/sorc/machine-setup.sh > /dev/null 2>&1
module use ${BASE_DIR}/modulefiles
module load build.$target.intel
if [[ -f ${BASE_DIR}/modulefiles/build.$target.intelllvm.lua ]]; then
module load build.$target.intelllvm
else
module load build.$target.intel
fi
module list

rm -fr $WORK_DIR $SAVE_DIR
Expand Down

0 comments on commit 1211785

Please sign in to comment.