Open vkarak opened 2 weeks ago
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.
num_tasks = None
None
num_tasks
self.job.options
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
.