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
We could omit the line if num_tasks = None similarly to how the Slurm backend treats None for num_tasks specially, by requiring the users to explicitly set the self.job.options.
The text was updated successfully, but these errors were encountered:
We could omit the line if
num_tasks = None
similarly to how the Slurm backend treatsNone
fornum_tasks
specially, by requiring the users to explicitly set theself.job.options
.The text was updated successfully, but these errors were encountered: