-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform.yml
100 lines (86 loc) · 2.39 KB
/
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
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
98
99
100
---
form:
- jupyterlab_switch
- an_extra_args
- jupyterlab_version
- cluster
- ha_modules
- ha_partition
- ha_tasks
- ha_cpus
- ha_gpus
- ha_mem
- ha_reservation
- ha_qos
- bc_account
- bc_num_hours
- email
- bc_email_on_started
attributes:
jupyterlab_version:
label: "Version of JupyterLab."
help: "<small>Supported version of Jupyter available."
widget: select
options:
- ["jupyterlab (3.0.16), notebook (6.4.0)", "anaconda/2020.02"]
- ["jupyterlab (4.2.5), notebook (7.2.2)", "miniforge3/24.3.0-0"]
value: "anaconda/2020.02"
jupyterlab_switch:
widget: "check_box"
label: "Use JupyterLab instead of Jupyter Notebook?"
help: |
<small>JupyterLab is the next generation of Jupyter, and is completely compatible with existing Jupyter Notebooks.</small>
ha_modules:
label: "Additional modules (optional)"
help: "<small>Space separated list of additional modules to load</small>"
an_extra_args:
label: "Additional Jupyter arguments (optional)"
cluster:
widget: "select"
options:
- ["Standard", "hawk"]
- ["AMD cluster", "hawkloginamd"]
ha_partition:
label: "Partition"
value: "dev"
required: true
help: "<small>Partition to submit the job to</small>"
widget: text_field
ha_tasks:
label: "Tasks"
widget: "number_field"
help: "<small>Number of tasks (e.g. MPI tasks)</small>"
required: true
min: 1
value: 1
ha_cpus:
label: "#CPUs per task"
widget: "number_field"
help: "<small>Number of CPU cores per task to allocate</small>"
required: true
min: 1
value: "1"
ha_gpus:
label: "#GPUs (optional)"
widget: "number_field"
help: "<small>Number of GPUs to allocate (don't forget to select a partition with GPUs)</small>"
min: 1
max: 2
value: ""
ha_mem:
label: "Memory (GB) (optional)"
widget: "number_field"
help: "<small>Amount of memory to allocate</small>"
ha_reservation:
label: "Reservation (optional)"
help: "<small>For special occassions a reservation may be given</small>"
ha_qos:
label: "QOS (optional)"
help: "<small>For special job limits a QOS may be given</small>"
bc_account:
label: "Project code"
bc_num_hours:
label: "Runtime (in hours)"
email:
label: "Email address"
help: "<small>Address used to send start of job notification</small>"