Skip to content
Snippets Groups Projects
network.md 1.84 KiB
Newer Older
David Hrbáč's avatar
David Hrbáč committed
# Network
Lukáš Krupčík's avatar
Lukáš Krupčík committed

David Hrbáč's avatar
David Hrbáč committed
All compute and login nodes of Salomon are interconnected by 7D Enhanced hypercube [InfiniBand](http://en.wikipedia.org/wiki/InfiniBand) network and by Gigabit [Ethernet](http://en.wikipedia.org/wiki/Ethernet)
David Hrbáč's avatar
David Hrbáč committed
network. Only [InfiniBand](http://en.wikipedia.org/wiki/InfiniBand) network may be used to transfer user data.
Lukáš Krupčík's avatar
Lukáš Krupčík committed

David Hrbáč's avatar
David Hrbáč committed
## InfiniBand Network

David Hrbáč's avatar
David Hrbáč committed
All compute and login nodes of Salomon are interconnected by 7D Enhanced hypercube [Infiniband](http://en.wikipedia.org/wiki/InfiniBand) network (56 Gbps). The network topology is a [7D Enhanced hypercube](7d-enhanced-hypercube/).
Lukáš Krupčík's avatar
Lukáš Krupčík committed

Read more about schematic representation of the Salomon cluster [IB single-plain topology](ib-single-plane-topology/)
([hypercube dimension](7d-enhanced-hypercube/) 0).
Lukáš Krupčík's avatar
Lukáš Krupčík committed

The compute nodes may be accessed via the Infiniband network using ib0 network interface, in address range 10.17.0.0 (mask 255.255.224.0). The MPI may be used to establish native Infiniband connection among the nodes.
Lukáš Krupčík's avatar
Lukáš Krupčík committed

The network provides **2170MB/s** transfer rates via the TCP connection (single stream) and up to **3600MB/s** via native Infiniband protocol.
Lukáš Krupčík's avatar
Lukáš Krupčík committed

David Hrbáč's avatar
David Hrbáč committed
## Example
Lukáš Krupčík's avatar
Lukáš Krupčík committed

Lukáš Krupčík's avatar
Lukáš Krupčík committed
$ qsub -q qexp -l select=4:ncpus=16 -N Name0 ./myjob
$ qstat -n -u username
Lukáš Krupčík's avatar
Lukáš Krupčík committed
                                                            Req'd Req'd   Elap
Job ID          Username Queue    Jobname    SessID NDS TSK Memory Time S Time
Lukáš Krupčík's avatar
Lukáš Krupčík committed
--------------- -------- --  |---|---| ------ --- --- ------ ----- - -----
Lukáš Krupčík's avatar
Lukáš Krupčík committed
15209.isrv5     username qexp     Name0        5530   4 96    --  01:00 R 00:00
Lukáš Krupčík's avatar
Lukáš Krupčík committed
   r4i1n0/0*24+r4i1n1/0*24+r4i1n2/0*24+r4i1n3/0*24
Lukáš Krupčík's avatar
Lukáš Krupčík committed

In this example, we access the node r4i1n0 by Infiniband network via the ib0 interface.
Lukáš Krupčík's avatar
Lukáš Krupčík committed

Lukáš Krupčík's avatar
Lukáš Krupčík committed
$ ssh 10.17.35.19
Lukáš Krupčík's avatar
Lukáš Krupčík committed

Lukáš Krupčík's avatar
Lukáš Krupčík committed
In this example, we get
David Hrbáč's avatar
David Hrbáč committed
information of the Infiniband network.
Lukáš Krupčík's avatar
Lukáš Krupčík committed

Lukáš Krupčík's avatar
Lukáš Krupčík committed
$ ifconfig
....
inet addr:10.17.35.19....
....

$ ip addr show ib0

....
inet 10.17.35.19....
....