Select multiple partition

Hi there,

Referencing to this :

I tried to activate multi-selection for the partition (auto_queues) field on the intercative session, but there was an error, is this possible?

Example:

  auto_queues:
    html_options:
      multiple: "true"
      size: 5

We do not support mutli-selection. What’s more is that auto_queues would likely break even if you could just because it was written to expect only 1 field and wouldn’t separate multiple fields with commas or however sbatch expects it.

1 Like