-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform.yml
108 lines (101 loc) · 2.27 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
101
102
103
104
105
106
107
108
---
title: Remote Desktop Ros-Gazebo
cluster: "academic"
attributes:
desktop: "myxfce"
semester: FALL2023
course: seas/ros-gazebo
bc_vnc_idle: 0
node_type: null
bc_num_slots: null
bc_vnc_resolution:
value: "1024x768"
required: true
bc_account: null
custom_time:
label: "Allocated Time (expressed in MM , or HH:MM:SS , or DD-HH:MM)."
value: "04:00:00"
widget: text_field
bc_queue: "academic"
bc_num_hours: null
custom_email_address:
label: email for status notification
widget: text_field
custom_memory_per_node:
label: Memory Allocation in GB
value: 16
min: 4
step: 1
max: 250
widget: number_field
custom_num_cores:
label: Number of cores
value: 4
min: 1
step: 1
max: 64
widget: number_field
help: "Number of Cpus per task"
custom_num_tasks:
label: Number of mpi tasks
value: 1
min: 1
step: 1
max: 64
help: "Number of mpi tasks. If you don't know what this means leave it at 1"
custom_num_gpus: 0
custom_reservation: null
custom_desktop:
label: "Custom Desktop Folder"
widget: check_box
value: 0
help: |
**_Checking this box will create a desktop folder unique to this job_**
centos_version: turbovnc-ros-gazebo_second.sif
use_intel: False
use_abaqus: False
use_matlab: False
use_comsol: False
use_lumerical: False
use_stata: False
intel_version: intel/21.2.0-fasrc01
abaqus_version: abaqus-2019.sqs
matlab_version: matlab/R2022b-fasrc01
comsol_version: comsol-teaching/5.6-fasrc01
lumerical_version: lumerical-teaching/2021R2_R2_7bf43e7149-fasrc01
stata_version: stata/17.0-fasrc01
vscode_version: vscode/1.49-fasrc01
git_version: git/2.17.0-fasrc01
form:
- bc_vnc_idle
- desktop
- semester
- course
- bc_vnc_resolution
- bc_num_slots
- node_type
- bc_queue
- custom_memory_per_node
- custom_num_cores
- custom_num_tasks
- custom_num_gpus
- bc_num_hours
- custom_time
- custom_desktop
- custom_reservation
- bc_account
- centos_version
- use_intel
- use_abaqus
- use_matlab
- use_comsol
- use_lumerical
- use_stata
- intel_version
- abaqus_version
- matlab_version
- comsol_version
- lumerical_version
- stata_version
- vscode_version
- git_version