Skip to content
Snippets Groups Projects
Commit 957dbef4 authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Merge branch 'feat-global-partition' into 'master'

Feat global partition

See merge request rc/bc_uab_jupyterlab!10
parents 8372cb42 c742bbf4
No related branches found
No related tags found
1 merge request!10Feat global partition
<%-
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
...@@ -91,19 +94,9 @@ attributes: ...@@ -91,19 +94,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" ]
- [ "intel-dcb", "intel-dcb" ]
- [ "amperenodes", "amperenodes" ]
- [ "amperenodes-medium", "amperenodes-medium" ]
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment