fireworks
fireworks copied to clipboard
The partition argument does nothing in the SLURM qadapter
The SLURM directive --partition is used on certain machines, but specifying partition: <NameOfPartition> in the qadapter does not cause the #SBATCH --partition=<NameOfPartition> to appear in the job submission script.
hehe. I fell for that aswell ... in case you haven't found it yourself, the keyword for setting the partition is queue: '[QUEUENAME]'
Oh, had no idea! I ended up hacking it by just adding it to the pre-rocket. Thanks!
If this isn't in the docs, it should be added then.