Skip to content
Snippets Groups Projects
Commit 0b5a450e authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

add reservation

parent c6a16673
No related branches found
Tags v2.0.0-beta.4
No related merge requests found
......@@ -6,6 +6,9 @@ form:
- account
- custom_queue
- bc_num_hours
- num_nodes
- num_tasks
- num_gpus
- reservation
attributes:
......@@ -19,11 +22,25 @@ attributes:
- "<%= 'qgpu' %>"
- "<%= 'qgpu_exp' %>"
ntasks_per_node:
label: "NTasks Per Node"
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: "1"
required: true
account:
label: "Project"
......
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