Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkappel committed Nov 3, 2023
1 parent e90eec9 commit 655486c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linker/utilities/spark_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def build_cluster_launch_script() -> TextIO:
script=$HOME/.spark_temp/${{SLURM_JOBID}}_$( basename -- "$0" )
cp "$this" "$script"
srun "$script 'multi_job'"
srun "$script multi_job"
# If run by srun, then decide by $SLURM_PROCID whether we are master or worker
else
if [ "$SLURM_PROCID" -eq 0 ]; then
Expand Down

0 comments on commit 655486c

Please sign in to comment.