From 2b69d2c4f274a414ded73d629384ebd2e401e581 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 14 Nov 2024 21:37:11 +0000 Subject: [PATCH] slurm/dlr: correct logging msg --- aimodel/slurm-TEST-deeplabv3p-rainfall.job | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aimodel/slurm-TEST-deeplabv3p-rainfall.job b/aimodel/slurm-TEST-deeplabv3p-rainfall.job index 3e1559c..e0842f5 100755 --- a/aimodel/slurm-TEST-deeplabv3p-rainfall.job +++ b/aimodel/slurm-TEST-deeplabv3p-rainfall.job @@ -31,7 +31,7 @@ if command_exists module && [[ "${SLURM_CLUSTER_NAME}" != "cs-cluster" ]]; then module load python/anaconda/4.6/miniconda/3.7 else - echo "[slurm_runner]: module command not present, not loading modules" >&2; + echo "[slurm_runner]: module command not present or csgpu cluster detected, not loading modules" >&2; fi