mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-21 17:03:00 +00:00
slurm/dlr: don't runmodule load .... on csgpu cluster
This commit is contained in:
parent
4ac7082754
commit
bd2c6b1c3f
1 changed files with 2 additions and 1 deletions
|
@ -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 utilities/multi
|
||||||
module load readline/7.0
|
module load readline/7.0
|
||||||
module load gcc/10.2.0
|
module load gcc/10.2.0
|
||||||
|
|
Loading…
Reference in a new issue