Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Batch Connect - IT4I - ParaView
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ood
Batch Connect - IT4I - ParaView
Commits
0b5a450e
Commit
0b5a450e
authored
6 months ago
by
Lukáš Krupčík
Browse files
Options
Downloads
Patches
Plain Diff
add reservation
parent
c6a16673
No related branches found
Branches containing commit
Tags
v2.0.0-beta.4
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
form.yml.erb
+19
-2
19 additions, 2 deletions
form.yml.erb
with
19 additions
and
2 deletions
form.yml.erb
+
19
−
2
View file @
0b5a450e
...
...
@@ -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'
%>
"
n
tasks_per_node
:
label: "
NTasks Per Node"
n
um_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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment