Skip to content

Commit

Permalink
Merge pull request ufs-community#2 from dustinswales/hotfix_cheyenneLMOD
Browse files Browse the repository at this point in the history
From jkbk2004:fix/cheyenne-lmod
  • Loading branch information
grantfirl authored Oct 25, 2022
2 parents 03be763 + afb4fbf commit 80995ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/fv3_conf/fv3_qsub.IN_cheyenne
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ echo -n " $( date +%s )," > job_timestamp.txt
set +x
MACHINE_ID=cheyenne
source ./module-setup.sh
module use $( pwd -P )
mkdir modulefiles
mv *.lua modulefiles
module use modulefiles
module load modules.fv3
module list
set -x
Expand Down

0 comments on commit 80995ff

Please sign in to comment.