Skip to content

Commit

Permalink
Updates Cardinal to accept up to 96 GPUs (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
HazelGrant authored Jun 14, 2024
1 parent 1b69c93 commit 5a9e794
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps.awesim.org/apps/bc_desktop/cardinal.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ attributes:
- [
"any", "any",
data-min-cores: 1,
data-max-cores: 80,
data-max-cores: 96,
data-set-gpus: 0,
]
- [
Expand Down Expand Up @@ -143,7 +143,7 @@ attributes:
- [
"hugemem", "hugemem",
data-min-cores: 20,
data-max-cores: 80,
data-max-cores: 96,
data-set-gpus: 0,
]
submit: submit/slurm.yml.erb
4 changes: 2 additions & 2 deletions ondemand.osc.edu/apps/bc_desktop/cardinal.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ attributes:
- [
"any", "any",
data-min-cores: 1,
data-max-cores: 80,
data-max-cores: 96,
data-set-gpus: 0,
]
- [
Expand Down Expand Up @@ -143,7 +143,7 @@ attributes:
- [
"hugemem", "hugemem",
data-min-cores: 20,
data-max-cores: 80,
data-max-cores: 96,
data-set-gpus: 0,
]
submit: submit/slurm.yml.erb

0 comments on commit 5a9e794

Please sign in to comment.