forked from OSC/bc_osc_abaqus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform.yml
65 lines (65 loc) · 2.05 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
---
title: "Abaqus on Notchpeak"
cluster: "notchpeak"
description: |
This app will launch a Abaqus GUI on one Notchpeak node. You will be
able to interact with Abaqus through a VNC session. Please, note that this license is limited to research groups that own the license. If the application does not start, this is most likely the problem. Contact us at helpdesk@chpc.utah.edu.
attributes:
bc_num_slots:
label: "Number of tasks"
min: 1
step: 1
help: |
Maximum of 32 tasks is allowed on notchpeak-shared-short partition
bc_num_hours:
value: 1
min: 1
step: 1
help: "Maximum notchpeak-shared-short walltime is 8 hours, general 72 hours, owner 14 days"
bc_vnc_resolution:
required: true
version:
widget: select
label: "COMSOL Multiphysics version"
help: "This defines the version of COMSOL you want to load."
options:
- [ "2016", "abaqus/2016" ]
- [ "2019", "abaqus/2019" ]
bc_account:
label: "Account"
value: "notchpeak-shared-short"
bc_queue:
label: "Partition"
value: "notchpeak-shared-short"
memtask:
widget: "text_field"
value: "default"
label: "Memory per job"
help: |
- **default** - Use default, 4 GB per task.
- **512M** - Use 512 MB.
- **128G** - Use 128 GB, this is the maximum on notchpeak-shared-short.
gpu_type:
label: "GPU type:count"
help: |
- GPU type:
- **none** - No GPU
- **k80** - Tesla K80 GPU(s) (double precision)
- **1080ti** - GeForce 1080 Ti GPU(s) (single precision)
- **2080ti** - GeForce 2080 Ti GPU(s) (single precision)
- **titanv** - GeForce Titan V GPU(s) (single precision)
- **c40** - Tesla C40 GPU (single precision)
- **v100** - Tesla V100 GPU(s) (double precision)
- GPU count:
- Specify count with :count after the GPU name (e.g. **v100:2**)
value: "none"
form:
- version
- bc_num_slots
- bc_num_hours
- memtask
- bc_account
- bc_queue
- gpu_type
- bc_vnc_resolution
- bc_email_on_started