-
Notifications
You must be signed in to change notification settings - Fork 3
/
form.yml
58 lines (58 loc) · 1.49 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
---
cluster:
- "cardinal"
form:
- version
- auto_accounts
- bc_num_hours
- num_cores
- bc_num_slots
- node_type
- bc_vnc_resolution
- bc_email_on_started
attributes:
version:
widget: select
options:
- ['2022', 'abaqus/2022']
- ['2024', 'abaqus/2024']
num_cores:
widget: "number_field"
label: "Number of cores"
help: |
Number of cores (dependent on Node Type). Leave blank if requesting full node.
min: 0
max: 28
step: 1
bc_num_slots: 1
bc_vnc_resolution:
required: true
node_type:
widget: select
label: "Node type"
help: |
- **any** - (*96 cores*) Use any available Cardinal node. This reduces the
wait time as there are no node requirements.
- **vis** - (*96 cores*) Use a Cardinal node that has an [NVIDIA NVIDIA H100
GPU](https://www.nvidia.com/en-us/data-center/h100/) with an X server
running in the background. This utilizes the GPU for hardware
accelerated 3D visualization.
- **hugemem** - (*96 cores*) Use an Cardinal node that has 2TB of
available RAM as well as 96 cores. There are 16 of these nodes on
Cardinal.
options:
- [
'any', 'any',
data-max-num-cores: 96,
data-min-num-cores: 1,
]
- [
'vis', 'vis',
data-max-num-cores: 96,
data-min-num-cores: 1,
]
- [
'hugemem', 'hugemem',
data-max-num-cores: 96,
data-min-num-cores: 47,
]