Skip to content
Snippets Groups Projects
Commit 62a64fa8 authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

edited form.yml.erb

parent a3dfe2bd
No related branches found
No related tags found
1 merge request!1Feat jupyterlab
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
# under /etc/ood/config/clusters.d/*.yml # under /etc/ood/config/clusters.d/*.yml
# @example Use the Owens cluster at Ohio Supercomputer Center # @example Use the Owens cluster at Ohio Supercomputer Center
# cluster: "owens" # cluster: "owens"
cluster: "SLURM_CLUSTER" cluster: "SLURM_CLUSTER"
# Title of the app displayed in the Dashboard # Title of the app displayed in the Dashboard
title: "Jupyter Notebook" title: "Jupyter Notebook"
...@@ -90,6 +90,11 @@ attributes: ...@@ -90,6 +90,11 @@ attributes:
- [ "long", "long" ] - [ "long", "long" ]
- [ "interactive", "interactive" ] - [ "interactive", "interactive" ]
- [ "pascalnodes", "pascalnodes" ] - [ "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
# files # files
......
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