diff --git a/form.yml.erb b/form.yml.erb index 5020b8572ddd5df61033449b452a75f1f90053ae..dd8532d432a35d1e9d1e3f3400b4cef080c57ccb 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