Opened 22 months ago
Closed 22 months ago
#1444 closed enhancement (fixed)
Implement support for submitting jobs to a specific Slurm partition (=queue)
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v4.42 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
This is done by adding -p <name-of-partion>
to the parameter list for sbatch
.
It should be possible to define usable partions in the reggie-config.xml
file similar to how priorities are defined. The information need to be propagated to each wizard and displayed as a selection list for the user.
When auto-confirm is used, the new jobs should use the same partition only if the job is started on the same cluster. If a new cluster is selected, the default partition should be used.
Change History (7)
comment:1 by , 22 months ago
comment:7 by , 22 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 6977: