Skip to content

Commit

Permalink
chore: fix makeslurm workload option reference (#9645)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidzr authored Jul 24, 2024
1 parent 4f81548 commit 004d9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/slurm/scripts/slurmcluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ while [[ $# -gt 0 ]]; do
-w | --workload-manager)
export OPT_WORKLOAD_MANAGER=$2
if [[ ! " $VALID_WORKLOAD_MANAGERS " =~ " $OPT_WORKLOAD_MANAGER " ]]; then
echo >&2 "usage $0: Missing or invalid workload manager specified for the '-r' option. Valid values are: ${VALID_WORKLOAD_MANAGERS}"
echo >&2 "usage $0: Missing or invalid workload manager specified for the '-w' option. Valid values are: ${VALID_WORKLOAD_MANAGERS}"
exit 1
fi
shift 2
Expand Down

0 comments on commit 004d9d0

Please sign in to comment.