Summary
Currently running on a cluster inside a compute node however it is desired to run on more than 1 node at the same time.
Information
How can we use SLURMGraph plugin to run on multiple compute nodes and MultiProc to fully populate the compute nodes? From the documentation, all we can see is:
workflow.run(plugin='SLURMGraph', plugin_args = {'dont_resubmit_completed_jobs': True})
How can we specify the number of compute nodes?