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

Remove gp9

parent 54775b28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ For example:

    ssh <username>@<nodename>.fjfi.cvut.cz

The available _node names_ are `gp1`, `gp2`, ..., `gp9`.
The available _node names_ are `gp1`, `gp2`, ..., `gp8`.
User authentication is done by _public-key cryptography_ using the key established during account registration.

> __Tip:__ If you later need to update your SSH key, you can use the same registration form to submit an account update request.
+1 −16
Original line number Diff line number Diff line
@@ -120,19 +120,6 @@ The main login node is __gp3.fjfi.cvut.cz__, which has the largest disk array an
    - `/`: 960 GB SSD (KINGSTON SA400S37960G)
    - `/mnt/gp8/`: 2× 1 TB WD Green (RAID 0)

### gp9.fjfi.cvut.cz

- CPU:
[Intel Xeon E5-2640 v4](https://ark.intel.com/content/www/us/en/ark/products/92984/intel-xeon-processor-e5-2640-v4-25m-cache-2-40-ghz.html)
  (10 cores @ 2.4-3.4 GHz, 25 MiB cache)
- RAM:
  8× 16 GiB DDR4 ECC 2400 MT/s
- GPU:
[Nvidia Tesla P100](https://en.wikipedia.org/wiki/List_of_Nvidia_graphics_processing_units#Tesla)
  (3584 cores @ 1.48 GHz, 16 GiB HBM2, compute capability 6.0)
- Local storage:
    - `/`: 4× 480 GB SSD (Intel SSDSC2BB48) (RAID0)

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

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`).
@@ -157,13 +144,11 @@ Note that the `gp14` node has different GPUs than the other nodes:

## 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 following 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`
- login nodes `gp1.fjfi.cvut.cz`-`gp8.fjfi.cvut.cz`

The node `gp9.fjfi.cvut.cz` is not connected to the 10 Gbit switch and its use for distributed computations is therefore very inefficient.

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.

## Storage