Skip to content
Snippets Groups Projects

Feat global partition

Closed Bo-Chun Chen requested to merge github/fork/diedpigs/feat-global-partition into master
2 files
+ 8
12
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 6
10
 
<%-
 
partitions = OodAppkit.clusters[:SLURM_CLUSTER].custom_config[:partitions]
 
-%>
# Batch Connect app configuration file
# Batch Connect app configuration file
#
#
# @note Used to define the submitted cluster, title, description, and
# @note Used to define the submitted cluster, title, description, and
@@ -84,16 +87,9 @@ attributes:
@@ -84,16 +87,9 @@ attributes:
widget: select
widget: select
label: Partition
label: Partition
options:
options:
- [ "express", "express" ]
<%- partitions.each do |p| -%>
- [ "short", "short" ]
- [ "<%= p %>", "<%= p %>" ]
- [ "medium", "medium" ]
<%- end -%>
- [ "long", "long" ]
- [ "interactive", "interactive" ]
- [ "pascalnodes", "pascalnodes" ]
- [ "pascalnodes-medium", "pascalnodes-medium" ]
- [ "largemem", "largemem" ]
- [ "largemem-long", "largemem-long" ]
- [ "amd-hdr100", "amd-hdr100" ]
# All of the attributes that make up the Dashboard form (in respective order),
# All of the attributes that make up the Dashboard form (in respective order),
# and made available to the submit configuration file and the template ERB
# and made available to the submit configuration file and the template ERB
Loading