From 62a64fa8dc386bb8317850ad78c8b32bf80e42cb Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Fri, 12 Aug 2022 10:30:58 -0500 Subject: [PATCH] edited form.yml.erb --- form.yml.erb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/form.yml.erb b/form.yml.erb index 5020b85..dd8532d 100644 --- a/form.yml.erb +++ b/form.yml.erb @@ -8,7 +8,7 @@ # under /etc/ood/config/clusters.d/*.yml # @example Use the Owens cluster at Ohio Supercomputer Center # cluster: "owens" -cluster: "SLURM_CLUSTER" +cluster: "SLURM_CLUSTER" # Title of the app displayed in the Dashboard title: "Jupyter Notebook" @@ -90,6 +90,11 @@ attributes: - [ "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), # and made available to the submit configuration file and the template ERB # files -- GitLab