-
Notifications
You must be signed in to change notification settings - Fork 3
/
form.yml
92 lines (92 loc) · 2.61 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
---
cluster:
- "cardinal"
form:
- version
- auto_accounts
- bc_num_hours
- bc_num_slots
- num_cores
- reserve_parallel_licenses
- node_type
- bc_vnc_resolution
- bc_email_on_started
- user_license_provider
- extern_license_server
- extern_license_file
attributes:
num_cores:
widget: "number_field"
label: "Number of cores"
help: |
Number of cores on node type (4 GB per core unless requesting whole
node). Leave blank if requesting full node.
min: 1
max: 28
step: 1
bc_num_slots:
help: |
Currently only Fluent and CFX have been tested to support multiple nodes.
bc_vnc_resolution:
required: true
reserve_parallel_licenses:
widget: check_box
checked_value: 1
unchecked_value: 0
label: "Reserve ANSYS Parallel Licenses"
help: |
- Ensure that enough parallel licenses are available for the number of nodes selected before starting the session.
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,
]
version:
widget: select
label: "ANSYS Workbench version"
help: "This defines the version of ANSYS you want to load."
options:
- [
"2024 R1", "ansys/2024R1",
]
user_license_provider:
widget: select
label: "License provider"
help: "Some users are required to provide their own license information"
options:
- [
'I can use the OSC license', 'osc',
data-hide-extern-license-server: true,
data-hide-extern-license-file: true,
]
- ['I need to use an external license', 'external']
extern_license_server:
label: "External License Server"
placeholder: port@ip
extern_license_file:
label: "External License File"
placeholder: port@ip