Allow choosing a node for sbatch job
There's destination
argument in Trigger.run
method, but it's only used as a destination for ssh. Can we pass the same argument to get_sbatch_command
or add another one?
This needs to be added to the sbatch command to make it run on the selected node: f" --nodelist={job_destination}"
.