mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-24 02:03:01 +00:00
slurm/dlr: correct logging msg
This commit is contained in:
parent
bd2c6b1c3f
commit
2b69d2c4f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue