Skip to content

Commit

Permalink
Update bot/test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
laraPPr authored Dec 19, 2024
1 parent 07a778c commit ab65920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ JOB_STORAGE=$(mktemp --directory --tmpdir=${STORAGE} bot_job_tmp_XXX)
echo "bot/test.sh: created unique base tmp storage directory at ${JOB_STORAGE}"

echo "bot/test.sh: MODULEPATH='${MODULEPATH}'"
echo "bot/test.sh: does it know that it is on a UGent cluster? HPCUGENT_FAMILY_CLUSTER='${HPCUGENT_FAMILY_CLUSTER}'"
if [ -z "$HPCUGENT_FAMILY_CLUSTER" ]; then
module purge --force
echo "bot/test.sh: MODULEPATH='${MODULEPATH}'"
Expand Down

0 comments on commit ab65920

Please sign in to comment.