Skip to content

Commit

Permalink
Must 'module load python' for cheyenne runs
Browse files Browse the repository at this point in the history
  • Loading branch information
cacraigucar committed Nov 19, 2021
1 parent c627baa commit b62a2b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ M src/physics/cam/zm_conv.F90
M src/physics/cam/zm_conv_intr.F90
- Changes to modify launch parcel defintion for ZM deep convection

M test/system/test_driver.sh
- Add "module load python" for cheyenne runs

If there were any failures reported from running test_driver.sh on any test
platform, and checkin with these failures has been OK'd by the gatekeeper,
then copy the lines from the td.*.status files for the failed tests to the
Expand Down
2 changes: 2 additions & 0 deletions test/system/test_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ if [ "${cesm_test_suite}" != "none" -a -n "${cesm_test_mach}" ]; then
module load python
fi


for cesm_test in ${cesm_test_suite}; do
testargs="--xml-category ${cesm_test} --xml-machine ${cesm_test_mach} --retry 2"

Expand Down Expand Up @@ -561,6 +562,7 @@ if [ "${cesm_test_suite}" != "none" -a -n "${cesm_test_mach}" ]; then

if [ "${hostname:0:2}" == "ch" ]; then
echo "cd ${script_dir}" >> ${submit_script_cime}
echo "module load python" >> ${submit_script_cime}
echo './create_test' ${testargs} >> ${submit_script_cime}
chmod u+x ${submit_script_cime}
qsub ${submit_script_cime}
Expand Down

0 comments on commit b62a2b0

Please sign in to comment.