Skip to content

Commit

Permalink
correct Cardina's node_type help text (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Dec 27, 2024
1 parent 7fe237f commit e2dff57
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
19 changes: 8 additions & 11 deletions apps.awesim.org/apps/bc_desktop/cardinal.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,19 @@ attributes:
label: "Node type"
help: |
- **Standard Compute** <br>
These are standard HPC machines. There are 224 with 40 cores and
340 with 48. They all have 192 GB of RAM. Chosing any will decrease
These are standard HPC machines. There are 326 of these machines with
96 cores. They all have 512 GB of RAM. Chosing any will decrease
your wait time.
- **GPU Enabled** <br>
These are HPC machines with [NVIDIA Tesla V100 GPUs]. They have the same
40 core machines have 2 GPUs with 16 GB of RAM and 48 core machines have 2
with 32 GB of RAM. Densegpu types have 4 GPUs with 16 GB of RAM.
These are HPC machines with [NVIDIA Tesla H100 GPUs]. They have 96
cores and 1 TB of RAM.
- **Visualization Nodes** <br>
Visualization nodes are GPU enabled nodes with an X Server in the background
for 3D visualization using VirtualGL.
- **Large Memory** <br>
These are HPC machines with very large amounts of memory. Largmem nodes
have 48 cores with 768 GB of RAM. Hugemem nodes have 80 cores with 3 TB of RAM.

Visit the OSC site for more [detailed information on the Pitzer cluster].
[detailed information on the Pitzer cluster]: https://www.osc.edu/resources/technical_support/supercomputers/pitzer
[NVIDIA Tesla V100 GPUs]: https://www.nvidia.com/en-us/data-center/v100/
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/
options:
- [
"any", "any",
Expand Down
19 changes: 8 additions & 11 deletions ondemand.osc.edu/apps/bc_desktop/cardinal.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,19 @@ attributes:
label: "Node type"
help: |
- **Standard Compute** <br>
These are standard HPC machines. There are 224 with 40 cores and
340 with 48. They all have 192 GB of RAM. Chosing any will decrease
These are standard HPC machines. There are 326 of these machines with
96 cores. They all have 512 GB of RAM. Chosing any will decrease
your wait time.
- **GPU Enabled** <br>
These are HPC machines with [NVIDIA Tesla V100 GPUs]. They have the same
40 core machines have 2 GPUs with 16 GB of RAM and 48 core machines have 2
with 32 GB of RAM. Densegpu types have 4 GPUs with 16 GB of RAM.
These are HPC machines with [NVIDIA Tesla H100 GPUs]. They have 96
cores and 1 TB of RAM.
- **Visualization Nodes** <br>
Visualization nodes are GPU enabled nodes with an X Server in the background
for 3D visualization using VirtualGL.
- **Large Memory** <br>
These are HPC machines with very large amounts of memory. Largmem nodes
have 48 cores with 768 GB of RAM. Hugemem nodes have 80 cores with 3 TB of RAM.

Visit the OSC site for more [detailed information on the Pitzer cluster].
[detailed information on the Pitzer cluster]: https://www.osc.edu/resources/technical_support/supercomputers/pitzer
[NVIDIA Tesla V100 GPUs]: https://www.nvidia.com/en-us/data-center/v100/
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/
options:
- [
"any", "any",
Expand Down

0 comments on commit e2dff57

Please sign in to comment.