natefoo / slurm-drmaa

DRMAA for Slurm: Implementation of the DRMAA C bindings for Slurm
GNU General Public License v3.0
48 stars 22 forks source link

qos and nodelist options #75

Closed crutching closed 1 year ago

crutching commented 1 year ago

I'm using job resource parameters in Galaxy to allow us to dynamically set slurm qos rankings. I have a job configuration that specifies one node where a certain kind of job can run on, using nodelist. When specifying both qos and nodelist, qos is left off of the parameter list. This is not the case elsewhere when nodelist is not used, for instance we commonly use --exclude and the --qos parameter is correctly applied.