-
Notifications
You must be signed in to change notification settings - Fork 0
/
form.yml
49 lines (41 loc) · 1019 Bytes
/
form.yml
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
---
cluster: "o2"
form:
- bc_account
- bc_queue
- bc_num_hours
- num_cores
- memory
- bc_vnc_resolution
- bc_email_on_started
attributes:
bc_account:
label: "Account"
value: ""
required: true
help: "This is your O2 Slurm Account, use the command **sshare -U -u $USER** in O2 to see your slurm account"
bc_queue:
label: "Partition"
value: "priority"
required: true
help: "Select any of the O2 partitions, **except interactive**"
bc_num_hours:
label: "WallTime requested in hours"
value: "1"
required: true
help: "Enter the desired Wall Time compatible with the partition you selected, see https://wiki.rc.hms.harvard.edu/display/O2 for more information"
num_cores:
widget: "number_field"
label: "Number of Cores"
value: "1"
min: 1
max: 20
memory:
widget: "number_field"
label: "Total Memory in GB (for the job)"
min: 1
max: 150
step: 1
required: true
bc_vnc_resolution:
required: true