We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf270b commit 51995cbCopy full SHA for 51995cb
src/slurmmanager.jl
@@ -10,6 +10,7 @@ mutable struct SlurmManager <: ClusterManager
10
launch_timeout::Float64
11
srun_post_exit_sleep::Float64
12
srun_proc
13
+ custom_worker_flag::Cmd
14
15
function SlurmManager(; launch_timeout=60.0, srun_post_exit_sleep=0.01)
16
0 commit comments