Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Modified OOD Desktop
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
RC Data Science
community-ood-sandbox
Modified OOD Desktop
Commits
075a367f
Commit
075a367f
authored
2 weeks ago
by
Matthew K Defenderfer
Browse files
Options
Downloads
Patches
Plain Diff
change name of file to what's expected by OOD
parent
325f4c20
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
form.yml.erb
+53
-0
53 additions, 0 deletions
form.yml.erb
with
53 additions
and
0 deletions
form.yml.erb
0 → 100644
+
53
−
0
View file @
075a367f
<%-
partitions
=
OodAppkit
.
clusters
[
:SLURM_CLUSTER
].
custom_config
[
:partitions
]
-%>
---
title: "HPC Desktop"
cluster: SLURM_CLUSTER
submit: "submit/submit.yml.erb"
attributes:
desktop: "xfce"
bc_num_slots:
label: Number of CPU
value: 1
min: 1
max: 24
step: 1
bc_num_mems:
widget: "number_field"
label: Memory per CPU (GB)
value: 4
min: 1
max: 128
step: 1
bc_num_gpus:
widget: "number_field"
label: Number of GPUs
value: 1
min: 0
max: 4
step: 1
bc_partition:
widget: select
label: Partition
options:
<%-
partitions
.
each
do
|
p
|
-%>
- [ "
<%=
p
%>
", "
<%=
p
%>
" ]
<%-
end
-%>
bc_reservation:
widget: "text_field"
label: Reservation Name
form:
- desktop
- bc_num_hours
- bc_partition
- bc_reservation
- bc_num_gpus
- bc_num_slots
- bc_num_mems
- bc_email_on_started
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