From bd2c6b1c3f2db052d3b56b58ae561b96052c0a07 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 14 Nov 2024 21:34:04 +0000 Subject: [PATCH] slurm/dlr: don't runmodule load .... on csgpu cluster --- aimodel/slurm-TEST-deeplabv3p-rainfall.job | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aimodel/slurm-TEST-deeplabv3p-rainfall.job b/aimodel/slurm-TEST-deeplabv3p-rainfall.job index 7f5ba81..3e1559c 100755 --- a/aimodel/slurm-TEST-deeplabv3p-rainfall.job +++ b/aimodel/slurm-TEST-deeplabv3p-rainfall.job @@ -21,7 +21,8 @@ command_exists() { ####################################################### -if command_exists module; then +# No modules on the CS cluster +if command_exists module && [[ "${SLURM_CLUSTER_NAME}" != "cs-cluster" ]]; then module load utilities/multi module load readline/7.0 module load gcc/10.2.0