-
Notifications
You must be signed in to change notification settings - Fork 0
/
form.yml
64 lines (63 loc) · 1.48 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
---
cluster: "farm"
form:
- modules
- auto_accounts
- auto_queues
- cores
- mem
- gpu_num
- bc_num_hours
- extra_modules
- working_dir
- extra_jupyter_args
- bc_email_on_started
attributes:
modules: "conda/base/latest"
extra_jupyter_args: ""
extra_modules:
widget: text_area
label: "Additional Modules"
help: |
If needed, enter any additional modules to be loaded separated by spaces (i.e cuda/11.7.1 nvhpc/23.1 )
auto_accounts:
help: |
Select the slurm group account (i.e adamgrp)
auto_queues:
help: |
Select a slurm partition. **We strongly recommend a high priority partition**
cores:
widget: "number_field"
label: "Number of cores"
value: 8
min: 1
max: 256
help: |
Enter the number of cores needed for your job
mem:
widget: "number_field"
label: "Amount of memory"
value: 32
min: 4
max: 4096
help: |
Enter the amount of RAM in GB you need for your job
gpu_num:
widget: "number_field"
label: "Number of GPUs"
value: 0
min: 0
max: 8
help: |
Enter the amount of GPUs needed for your job
bc_num_hours:
max: 60
help: |
Your job will be automatically killed after this amount of time
working_dir:
label: "Working Directory"
data-filepicker: true
data-target-file-type: dirs # Valid values are: files, dirs, or both
readonly: false
help: |
Select the directory wherein you want to work (defaults to $HOME)