File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 1
- <%-
2
- groups = OodSupport::User.new.groups.sort_by(&:id).tap { |groups|
3
- groups.unshift(groups.delete(OodSupport::Process.group))
4
- }.map(&:name).grep(/^P./)
5
- -%>
6
1
---
7
2
cluster :
8
3
- " owens"
9
4
form :
10
5
- version
11
- - account
6
+ - auto_accounts
12
7
- bc_num_hours
13
8
- bc_num_slots
14
9
- num_cores
@@ -34,13 +29,6 @@ attributes:
34
29
Currently only Fluent and CFX have been tested to support multiple nodes.
35
30
bc_vnc_resolution :
36
31
required : true
37
- account:
38
- label: "Project"
39
- widget: select
40
- options:
41
- <%- groups.each do |group| -%>
42
- - "<%= group %> "
43
- <%- end -%>
44
32
reserve_parallel_licenses :
45
33
widget : check_box
46
34
checked_value : 1
@@ -82,6 +70,7 @@ attributes:
82
70
label : " ANSYS Workbench version"
83
71
help : " This defines the version of ANSYS you want to load."
84
72
options :
73
+ - [ "2023 R2", "ansys/2023R2" ]
85
74
- [ "2022 R2", "ansys/2022R2" ]
86
75
- [ "2022 R1", "ansys/2022R1" ]
87
76
- [ "2021 R2", "ansys/2021R2" ]
Original file line number Diff line number Diff line change 37
37
batch_connect:
38
38
template: "vnc"
39
39
script:
40
- accounting_id: "<%= account %> "
41
40
native:
42
41
<%- slurm_args.each do |arg| %>
43
42
- "<%= arg %> "
You can’t perform that action at this time.
0 commit comments