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

add reservation

parent 17ea3d5e
Branches main
No related tags found
No related merge requests found
......@@ -5,7 +5,10 @@ form:
- desktop
- account
- custom_queue
- bc_num_hours
- 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