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
When using SlurmCluster.optimize_parallel_cluster_gpu, is there a way to turn off the auto-resubmit for continuation? Would simply setting cluster.minutes_to_checkpoint_before_walltime = 0 do the trick?
When using
SlurmCluster.optimize_parallel_cluster_gpu, is there a way to turn off the auto-resubmit for continuation? Would simply settingcluster.minutes_to_checkpoint_before_walltime = 0do the trick?