Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 32 additions & 29 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,21 @@ NETWORKING SUPPORT / OPTIONS
same server. See http://runtime.bordeaux.inria.fr/knem/ for
details.

--with-libfabric=<directory>
Specify the directory where the OpenFabrics Interfaces libfabric
library and header files are located. This option is generally only
necessary if the libfabric headers and libraries are not in default
compiler/linker search paths.

Libfabric is the support library for OpenFabrics Interfaces-based
network adapters, such as Cisco usNIC, Intel Omniscale PSM, etc.

--with-libfabric-libdir=<directory>
Look in directory for the libfabric libraries. By default, Open MPI
will look in <libfabric directory>/lib and <libfabric
directory>/lib64, which covers most cases. This option is only
needed for special configurations.

--with-mxm=<directory>
Specify the directory where the Mellanox MXM library and header
files are located. This option is generally only necessary if the
Expand All @@ -861,24 +876,6 @@ NETWORKING SUPPORT / OPTIONS
look in <mxm directory>/lib and <mxm directory>/lib64, which covers
most cases. This option is only needed for special configurations.

--with-usnic
Abort configure if Cisco usNIC support cannot be built.

--with-verbs=<directory>
Specify the directory where the verbs (also know as OpenFabrics, and
previously known as OpenIB) libraries and header files are located.
This option is generally only necessary if the verbs headers and
libraries are not in default compiler/linker search paths.

"OpenFabrics" refers to operating system bypass networks, such as
InfiniBand, usNIC, iWARP, and RoCE (aka "IBoIP").

--with-verbs-libdir=<directory>
Look in directory for the verbs libraries. By default, Open MPI
will look in <verbs_directory>/lib and <verbs_ directory>/lib64,
which covers most cases. This option is only needed for special
configurations.

--with-portals4=<directory>
Specify the directory where the Portals4 libraries and header files
are located. This option is generally only necessary if the Portals4
Expand Down Expand Up @@ -912,20 +909,26 @@ NETWORKING SUPPORT / OPTIONS
look in <psm directory>/lib and <psm directory>/lib64, which covers
most cases. This option is only needed for special configurations.

--with-sctp=<directory>
Specify the directory where the SCTP libraries and header files are
located. This option is generally only necessary if the SCTP headers
and libraries are not in default compiler/linker search paths.
--with-scif=<dir>
Look in directory for Intel SCIF support libraries

SCTP is a special network stack over Ethernet networks.
--with-verbs=<directory>
Specify the directory where the verbs (also know as OpenFabrics, and
previously known as OpenIB) libraries and header files are located.
This option is generally only necessary if the verbs headers and
libraries are not in default compiler/linker search paths.

--with-sctp-libdir=<directory>
Look in directory for the SCTP libraries. By default, Open MPI will
look in <sctp directory>/lib and <sctp directory>/lib64, which covers
most cases. This option is only needed for special configurations.
"OpenFabrics" refers to operating system bypass networks, such as
InfiniBand, usNIC, iWARP, and RoCE (aka "IBoIP").

--with-scif=<dir>
Look in directory for Intel SCIF support libraries
--with-verbs-libdir=<directory>
Look in directory for the verbs libraries. By default, Open MPI
will look in <verbs_directory>/lib and <verbs_ directory>/lib64,
which covers most cases. This option is only needed for special
configurations.

--with-usnic
Abort configure if Cisco usNIC support cannot be built.

RUN-TIME SYSTEM SUPPORT

Expand Down