You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slurm version 24.11.0 introduced a bug with sbcast utility where
files are copied to the compute nodes' local file system under
/tmp instead of the tmpfs. The bug broke the spark-start script.
This workaround uses srun and cp to copy out the spark worker
script to the tmpfs of the compute nodes' instead of sbcast.
0 commit comments