diff --git a/form.yml.erb b/form.yml.erb index 877cfa36517fea94931eebfc3c316614c3e26aed..4995e2d0a81591ab96631795be4f178f0166893b 100644 --- a/form.yml.erb +++ b/form.yml.erb @@ -5,6 +5,9 @@ form: - account - custom_queue - bc_num_hours + - num_nodes + - num_tasks + - num_gpus - reservation attributes: @@ -25,6 +28,26 @@ attributes: - "<%= group %>" <%- end %> + num_gpus: + label: "GPUs" + widget: select + options: + - "<%= 1 %>" + - "<%= 2 %>" + - "<%= 4 %>" + - "<%= 8 %>" + help: "The setting is only valid for the GPU node" + + num_nodes: + label: "Nodes" + value: "1" + required: true + + num_tasks: + label: "Tasks" + value: "128" + required: true + reservation: label: "Reservation" value: "none"