Skip to content

Commit 778a7f4

Browse files
authored
Next version (#47)
* use auto_accounts * add version 2023R2
1 parent e9b98f8 commit 778a7f4

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

form.yml.erb renamed to form.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
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-
-%>
61
---
72
cluster:
83
- "owens"
94
form:
105
- version
11-
- account
6+
- auto_accounts
127
- bc_num_hours
138
- bc_num_slots
149
- num_cores
@@ -34,13 +29,6 @@ attributes:
3429
Currently only Fluent and CFX have been tested to support multiple nodes.
3530
bc_vnc_resolution:
3631
required: true
37-
account:
38-
label: "Project"
39-
widget: select
40-
options:
41-
<%- groups.each do |group| -%>
42-
- "<%= group %>"
43-
<%- end -%>
4432
reserve_parallel_licenses:
4533
widget: check_box
4634
checked_value: 1
@@ -82,6 +70,7 @@ attributes:
8270
label: "ANSYS Workbench version"
8371
help: "This defines the version of ANSYS you want to load."
8472
options:
73+
- [ "2023 R2", "ansys/2023R2" ]
8574
- [ "2022 R2", "ansys/2022R2" ]
8675
- [ "2022 R1", "ansys/2022R1" ]
8776
- [ "2021 R2", "ansys/2021R2" ]

submit.yml.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
batch_connect:
3838
template: "vnc"
3939
script:
40-
accounting_id: "<%= account %>"
4140
native:
4241
<%- slurm_args.each do |arg| %>
4342
- "<%= arg %>"

0 commit comments

Comments
 (0)