signac-flow icon indicating copy to clipboard operation
signac-flow copied to clipboard

Support submitting to multiple partitions

Open cbkerr opened this issue 1 year ago • 1 comments

Feature description

I would like to submit operations so that the partition flag in SLURM looks like

#SBATCH --partition=gpu,gpu_mig40

Currently, specifying multiple partitions on the command line results in an error.

cbkerr avatar Mar 11 '24 15:03 cbkerr

This is supported by row.

The way signac-flow defines partitions makes this difficult to implement in flow.

joaander avatar May 28 '24 16:05 joaander