Commit d3be5217 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

add gp15 and gp16

parent 7612f354
Loading
Loading
Loading
Loading
+19 −4
Original line number Original line Diff line number Diff line
@@ -106,11 +106,13 @@ This section lists all nodes that have a DNS record and are available via SSH fr
    - `/`: 960 GB SSD (KINGSTON SA400S37960G)
    - `/`: 960 GB SSD (KINGSTON SA400S37960G)
    - `/home/`: 2 TB WD Red
    - `/home/`: 2 TB WD Red


## Compute nodes (gp[11-14])
## Compute nodes


Four compute nodes `gp11`-`gp14` are not accessible from the public network, they must be accessed from a login node (preferably `gp3.fjfi.cvut.cz`).
Compute nodes `gp[11-16]` are not accessible from the public network, they must be accessed from a login node (preferably `gp3.fjfi.cvut.cz`).
The compute nodes are reserved for jobs submitted via the [Slurm scheduler](./jobs.md).
The compute nodes are reserved for jobs submitted via the [Slurm scheduler](./jobs.md).


### gp[11-14]

- CPU:
- CPU:
[Intel Core i7-9800X](https://ark.intel.com/content/www/us/en/ark/products/189122/intel-core-i7-9800x-x-series-processor-16-5m-cache-up-to-4-50-ghz.html)
[Intel Core i7-9800X](https://ark.intel.com/content/www/us/en/ark/products/189122/intel-core-i7-9800x-x-series-processor-16-5m-cache-up-to-4-50-ghz.html)
  (8 cores @ 3.8-4.5 GHz, 16 MiB cache)
  (8 cores @ 3.8-4.5 GHz, 16 MiB cache)
@@ -122,17 +124,30 @@ The compute nodes are reserved for jobs submitted via the [Slurm scheduler](./jo
- Local storage:
- Local storage:
    - `/`: 960 GB SSD (KINGSTON SA400S37960G)
    - `/`: 960 GB SSD (KINGSTON SA400S37960G)


Note that the `gp14` node has different GPUs than the other nodes:
Note that the `gp14` node has different GPUs than the other nodes `gp[11-13]`:


- GPU:
- GPU:
[Nvidia GeForce RTX 5060 Ti](https://en.wikipedia.org/wiki/List_of_Nvidia_graphics_processing_units#RTX_50_series)
[Nvidia GeForce RTX 5060 Ti](https://en.wikipedia.org/wiki/List_of_Nvidia_graphics_processing_units#RTX_50_series)
  (4608 cores @ 2.60 GHz, 16 GiB GDDR7, compute capability 12.0)
  (4608 cores @ 2.60 GHz, 16 GiB GDDR7, compute capability 12.0)


### gp[15-16]

- CPU:
[AMD Ryzen 9 9950X](https://www.amd.com/en/products/processors/desktops/ryzen/9000-series/amd-ryzen-9-9950x.html)
  (16 cores @ 4.3-5.7 GHz, 64 MiB cache)
- RAM:
  4× 32 GiB DDR5 6000 MT/s CL30
- GPU:
[Nvidia GeForce RTX 5080](https://en.wikipedia.org/wiki/List_of_Nvidia_graphics_processing_units#RTX_50_series)
  (10752 cores @ 2.3 GHz, 16 GiB GDDR7, compute capability 12.0)
- Local storage:
    - `/`: 960 GB SSD (KINGSTON SA400S37960G)

## Network
## Network


There is a 10 Gbit Ethernet switch ([TP-Link T1700X-16TS](https://www.tp-link.com/us/business-networking/smart-switch/t1700x-16ts/)) that provides fast interconnection among the nodes:
There is a 10 Gbit Ethernet switch ([TP-Link T1700X-16TS](https://www.tp-link.com/us/business-networking/smart-switch/t1700x-16ts/)) that provides fast interconnection among the nodes:


- compute nodes `gp11`-`gp14`
- compute nodes `gp11`-`gp16`
- login nodes `gp1.fjfi.cvut.cz`-`gp7.fjfi.cvut.cz`
- login nodes `gp1.fjfi.cvut.cz`-`gp7.fjfi.cvut.cz`


Internet access from the compute nodes is provided via [NAT](https://en.wikipedia.org/wiki/Network_address_translation) on the login nodes connected to the 10 Gbit network.
Internet access from the compute nodes is provided via [NAT](https://en.wikipedia.org/wiki/Network_address_translation) on the login nodes connected to the 10 Gbit network.