-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform.yml.erb
97 lines (96 loc) · 2.65 KB
/
form.yml.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
---
attributes:
desktop: "xfce"
bc_queue:
label: "Partition selection"
value: "batch"
help: |
- `batch` - The normal general access partition
- `gpu` - The gpu partition
- *other partitions may be specified if your account has access*
bc_num_slots: 1
bc_num_cores:
widget: "number_field"
label: "Number of cores"
help: "Number of cores requested on a node (min 1, max 16)"
min: 1
max: 16
step: 1
value: "1"
id: "num_cores"
bc_num_hours:
widget: "number_field"
label: "Running time in hours"
help: "Maximum runtime in hours (min 1, max 8)"
min: 1
max: 8
step: 1
value: "1"
bc_memory:
widget: "number_field"
label: "Requested RAM in GBs"
help: "Maximum memory requested (min 4GB, max 62GBs)"
min: 4
max: 62
step: 1
value: "4"
id: "memory"
qos_type:
widget: select
label: "QoS type"
value: "short"
help: |
- `short` - Use the short QoS to increase job priority. Limits per user are 6 hour job run time, 2 jobs of 16CPUs or fewer.
- `normal` - Use the regular batch queue.
options:
- ["short", "short"]
- ["normal", "normal"]
bc_gres:
widget: "text_field"
label: "GRES"
help: "This field is used primarily for gpu submissions. You must specify a gres of at least `gpu` when using the GPU partition. Other possible values may b
e
[found here](https://hcc.unl.edu/docs/submitting_jobs/submitting_gpu_jobs/#requesting-gpu-resources-in-your-slurm-script)."
value: ''
bc_constraint:
widget: "text_field"
label: "Job Constraints"
help: "Additional constraints for the job. Primarily used for specifying a [GPU type](https://hcc.unl.edu/docs/submitting_jobs/submitting_gpu_jobs/#availabl
e
-gpus) or [node type](https://hcc.unl.edu/docs/submitting_jobs/partitions/#use-of-infiniband-or-opa)."
value: ''
bc_email_address:
widget: "email_field"
value: ""
label: "Email"
help: "Email address used for notifications"
bc_reservation:
widget: "text_field"
label: "Reservation"
help: "Submit to a specific reservation if your account has access."
value: ''
bc_vnc_idle: 0
bc_vnc_resolution:
required: true
slicer_version:
widget: select
label: "3D Slicer version"
help: "This defines the version of 3D Slicer you want to load."
options:
- [ "4.11.20210226", "3dslicer/4.11.20210226" ]
form:
- slicer_version
- desktop
- bc_vnc_idle
- bc_vnc_resolution
- bc_num_slots
- bc_num_cores
- bc_num_hours
- bc_memory
- qos_type
- bc_queue
- bc_reservation
- bc_gres
- bc_constraint
- bc_email_address
- bc_email_on_started