Skip to content

Commit

Permalink
Removing form.js and adding dynamic js features in form.yml.erb file. (
Browse files Browse the repository at this point in the history
…#14)

* Removing form.js and adding dynamic js features in form.yml.erb file.

* Adjusting min.

* Need the other mins since hugemem has a min set.
  • Loading branch information
Oglopf authored Dec 16, 2021
1 parent 1bc012e commit fcf9dd5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 63 deletions.
60 changes: 0 additions & 60 deletions form.js

This file was deleted.

18 changes: 15 additions & 3 deletions form.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,21 @@ attributes:
available RAM as well as 48 cores. There are 16 of these nodes on
Owens. These nodes always reserve the entire node.
options:
- "any"
- "vis"
- "hugemem"
- [
'any', 'any',
data-max-num-cores: 28,
data-min-num-cores: 1,
]
- [
'vis', 'vis',
data-max-num-cores: 28,
data-min-num-cores: 1,
]
- [
'hugemem', 'hugemem',
data-max-num-cores: 48,
data-min-num-cores: 48,
]
version:
widget: select
label: "Abaqus/CAE version"
Expand Down

0 comments on commit fcf9dd5

Please sign in to comment.