File: index.rst

package info (click to toggle)
openmpi 5.0.8-4
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 201,684 kB
  • sloc: ansic: 613,078; makefile: 42,353; sh: 11,194; javascript: 9,244; f90: 7,052; java: 6,404; perl: 5,179; python: 1,859; lex: 740; fortran: 61; cpp: 20; tcl: 12
file content (28 lines) | stat: -rw-r--r-- 918 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Networking support
==================

Open MPI supports a variety of different networking transports for
off-node communication.  Not all transports are supported or available
on every platform.  Many require specialized hardware, operating
system drivers, and/or userspace network transport libraries.

When Open MPI is being configured, it will search for a variety of
network transport libraries (and corresponding development header
files).  By default, if ``configure`` can find a network transport
library and its development header files, it will include support for
that library.  If ``configure`` does not find a library or its header
files, it will simply skip that library (and Open MPI will simply not
build support for that library).

.. note:: The sections listed below are by no means comprehensive.

.. toctree::
   :maxdepth: 1

   ofi
   tcp
   shared-memory
   ib-and-roce
   iwarp
   cuda
   rocm