slurm/dlr: correct logging msg

This commit is contained in:
Starbeamrainbowlabs 2024-11-14 21:37:11 +00:00
parent bd2c6b1c3f
commit 2b69d2c4f2
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -31,7 +31,7 @@ if command_exists module && [[ "${SLURM_CLUSTER_NAME}" != "cs-cluster" ]]; then
module load python/anaconda/4.6/miniconda/3.7 module load python/anaconda/4.6/miniconda/3.7
else 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 fi