Skip to content

Commit

Permalink
add hugemem to cardinal desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Jan 8, 2025
1 parent a29f8ff commit abe88f3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions apps.awesim.org/apps/bc_desktop/cardinal.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ attributes:
- **Visualization Nodes** <br>
Visualization nodes are GPU enabled nodes with an X Server in the background
for 3D visualization using VirtualGL.

- **Huge Memory Nodes** <br>
Huge Memory nodes have 2 TB of memory for memory intensive workloads.
There are 16 of these machines on Cardinal.
Visit the OSC site for more [detailed information on the Cardinal cluster].
[detailed information on the Cardinal cluster]: https://www.osc.edu/resources/technical_support/supercomputers/cardinal
[NVIDIA Tesla H100 GPUs]: https://www.nvidia.com/en-us/data-center/h100/
Expand All @@ -104,5 +106,11 @@ attributes:
data-min-cores: 1,
data-max-cores: 96,
data-set-gpus: 1,
]
]
- [
"hugemem node", "hugemem",
data-min-cores: 43,
data-max-cores: 96,
data-set-gpus: 1,
]
submit: submit/slurm.yml.erb
12 changes: 10 additions & 2 deletions ondemand.osc.edu/apps/bc_desktop/cardinal.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ attributes:
- **Visualization Nodes** <br>
Visualization nodes are GPU enabled nodes with an X Server in the background
for 3D visualization using VirtualGL.

- **Huge Memory Nodes** <br>
Huge Memory nodes have 2 TB of memory for memory intensive workloads.
There are 16 of these machines on Cardinal.
Visit the OSC site for more [detailed information on the Cardinal cluster].
[detailed information on the Cardinal cluster]: https://www.osc.edu/resources/technical_support/supercomputers/cardinal
[NVIDIA Tesla H100 GPUs]: https://www.nvidia.com/en-us/data-center/h100/
Expand All @@ -104,5 +106,11 @@ attributes:
data-min-cores: 1,
data-max-cores: 96,
data-set-gpus: 1,
]
]
- [
"hugemem node", "hugemem",
data-min-cores: 43,
data-max-cores: 96,
data-set-gpus: 1,
]
submit: submit/slurm.yml.erb

0 comments on commit abe88f3

Please sign in to comment.