Skip to content

Commit

Permalink
Next version (#47)
Browse files Browse the repository at this point in the history
* use auto_accounts

* add version 2023R2
  • Loading branch information
johrstrom authored May 31, 2024
1 parent e9b98f8 commit 778a7f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
15 changes: 2 additions & 13 deletions form.yml.erb → form.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
<%-
groups = OodSupport::User.new.groups.sort_by(&:id).tap { |groups|
groups.unshift(groups.delete(OodSupport::Process.group))
}.map(&:name).grep(/^P./)
-%>
---
cluster:
- "owens"
form:
- version
- account
- auto_accounts
- bc_num_hours
- bc_num_slots
- num_cores
Expand All @@ -34,13 +29,6 @@ attributes:
Currently only Fluent and CFX have been tested to support multiple nodes.
bc_vnc_resolution:
required: true
account:
label: "Project"
widget: select
options:
<%- groups.each do |group| -%>
- "<%= group %>"
<%- end -%>
reserve_parallel_licenses:
widget: check_box
checked_value: 1
Expand Down Expand Up @@ -82,6 +70,7 @@ attributes:
label: "ANSYS Workbench version"
help: "This defines the version of ANSYS you want to load."
options:
- [ "2023 R2", "ansys/2023R2" ]
- [ "2022 R2", "ansys/2022R2" ]
- [ "2022 R1", "ansys/2022R1" ]
- [ "2021 R2", "ansys/2021R2" ]
Expand Down
1 change: 0 additions & 1 deletion submit.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
batch_connect:
template: "vnc"
script:
accounting_id: "<%= account %>"
native:
<%- slurm_args.each do |arg| %>
- "<%= arg %>"
Expand Down

0 comments on commit 778a7f4

Please sign in to comment.