Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bc_uab_matlab
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bo-Chun Chen
bc_uab_matlab
Commits
d7bba231
Commit
d7bba231
authored
1 year ago
by
Ravi Tripathi
Browse files
Options
Downloads
Patches
Plain Diff
Adding amperenodes partition to Ansys interactive app
parent
dd9b0ab5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
form.yml.erb
+11
-0
11 additions, 0 deletions
form.yml.erb
submit.yml.erb
+2
-2
2 additions, 2 deletions
submit.yml.erb
with
13 additions
and
2 deletions
form.yml.erb
+
11
−
0
View file @
d7bba231
...
...
@@ -30,6 +30,13 @@ attributes:
max: 128
step: 1
bc_num_gpus:
label: Number of GPUs
value: 1
min: 1
max: 4
step: 1
bc_partition:
widget: select
label: Partition
...
...
@@ -45,6 +52,9 @@ attributes:
- [ "largemem-long", "largemem-long" ]
- [ "amd-hdr100", "amd-hdr100" ]
- [ "intel-dcb", "intel-dcb" ]
- [ "amperenodes-debug", "amperenodes-debug" ]
- [ "amperenodes", "amperenodes" ]
- [ "amperenodes-medium", "amperenodes-medium" ]
version:
widget: select
...
...
@@ -74,6 +84,7 @@ form:
- version
- bc_num_hours
- bc_partition
- bc_num_gpus
- bc_num_slots
- bc_num_mems
- bc_email_on_started
...
...
This diff is collapsed.
Click to expand it.
submit.yml.erb
+
2
−
2
View file @
d7bba231
...
...
@@ -17,8 +17,8 @@ script:
- "--partition=
<%=
bc_partition
%>
"
- "--time=
<%=
bc_num_hours
.
blank?
?
1
:
bc_num_hours
.
to_i
%>
:00:00"
- "--job-name=ood-matlab-
<%=
version
.
split
(
"/"
)[
-
1
]
%>
"
<%-
if
bc_partition
.
include?
"pascalnodes"
-%>
- "--gres=gpu:
1
"
<%-
if
bc_partition
.
include?
"pascalnodes"
or
bc_partition
.
include?
"amperenodes"
-%>
- "--gres=gpu:
<%=
bc_num_gpus
.
blank?
?
1
:
bc_num_gpus
.
to_i
%>
"
<%-
end
-%>
<%-
if
bc_email_on_started
==
"1"
-%>
- "--mail-type=BEGIN"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment