Skip to content
Snippets Groups Projects

Feat global partition

Closed Bo-Chun Chen requested to merge github/fork/diedpigs/feat-global-partition into master
1 file
+ 7
11
Compare changes
  • Side-by-side
  • Inline
+ 7
11
<%-
partitions = OodAppkit.clusters[:SLURM_CLUSTER].custom_config[:partitions]
-%>
---
cluster: "SLURM_CLUSTER"
cluster: "SLURM_CLUSTER"
attributes:
bc_num_hours:
value: 1
@@ -23,16 +26,9 @@ attributes:
widget: select
label: Partition
options:
- [ "express", "express" ]
- [ "short", "short" ]
- [ "medium", "medium" ]
- [ "long", "long" ]
- [ "interactive", "interactive" ]
- [ "pascalnodes", "pascalnodes" ]
- [ "pascalnodes-medium", "pascalnodes-medium" ]
- [ "largemem", "largemem" ]
- [ "largemem-long", "largemem-long" ]
- [ "amd-hdr100", "amd-hdr100" ]
<%- partitions.each do |p| -%>
- [ "<%= p %>", "<%= p %>" ]
<%- end -%>
version:
widget: select
Loading