@@ -850,6 +850,21 @@ NETWORKING SUPPORT / OPTIONS
850850 same server. See http://runtime.bordeaux.inria.fr/knem/ for
851851 details.
852852
853+ --with-libfabric=<directory>
854+ Specify the directory where the OpenFabrics Interfaces libfabric
855+ library and header files are located. This option is generally only
856+ necessary if the libfabric headers and libraries are not in default
857+ compiler/linker search paths.
858+
859+ Libfabric is the support library for OpenFabrics Interfaces-based
860+ network adapters, such as Cisco usNIC, Intel Omniscale PSM, etc.
861+
862+ --with-libfabric-libdir=<directory>
863+ Look in directory for the libfabric libraries. By default, Open MPI
864+ will look in <libfabric directory>/lib and <libfabric
865+ directory>/lib64, which covers most cases. This option is only
866+ needed for special configurations.
867+
853868--with-mxm=<directory>
854869 Specify the directory where the Mellanox MXM library and header
855870 files are located. This option is generally only necessary if the
@@ -863,24 +878,6 @@ NETWORKING SUPPORT / OPTIONS
863878 look in <mxm directory>/lib and <mxm directory>/lib64, which covers
864879 most cases. This option is only needed for special configurations.
865880
866- --with-usnic
867- Abort configure if Cisco usNIC support cannot be built.
868-
869- --with-verbs=<directory>
870- Specify the directory where the verbs (also know as OpenFabrics, and
871- previously known as OpenIB) libraries and header files are located.
872- This option is generally only necessary if the verbs headers and
873- libraries are not in default compiler/linker search paths.
874-
875- "OpenFabrics" refers to operating system bypass networks, such as
876- InfiniBand, usNIC, iWARP, and RoCE (aka "IBoIP").
877-
878- --with-verbs-libdir=<directory>
879- Look in directory for the verbs libraries. By default, Open MPI
880- will look in <verbs_directory>/lib and <verbs_ directory>/lib64,
881- which covers most cases. This option is only needed for special
882- configurations.
883-
884881--with-portals4=<directory>
885882 Specify the directory where the Portals4 libraries and header files
886883 are located. This option is generally only necessary if the Portals4
@@ -914,20 +911,26 @@ NETWORKING SUPPORT / OPTIONS
914911 look in <psm directory>/lib and <psm directory>/lib64, which covers
915912 most cases. This option is only needed for special configurations.
916913
917- --with-sctp=<directory>
918- Specify the directory where the SCTP libraries and header files are
919- located. This option is generally only necessary if the SCTP headers
920- and libraries are not in default compiler/linker search paths.
914+ --with-scif=<dir>
915+ Look in directory for Intel SCIF support libraries
921916
922- SCTP is a special network stack over Ethernet networks.
917+ --with-verbs=<directory>
918+ Specify the directory where the verbs (also know as OpenFabrics, and
919+ previously known as OpenIB) libraries and header files are located.
920+ This option is generally only necessary if the verbs headers and
921+ libraries are not in default compiler/linker search paths.
923922
924- --with-sctp-libdir=<directory>
925- Look in directory for the SCTP libraries. By default, Open MPI will
926- look in <sctp directory>/lib and <sctp directory>/lib64, which covers
927- most cases. This option is only needed for special configurations.
923+ "OpenFabrics" refers to operating system bypass networks, such as
924+ InfiniBand, usNIC, iWARP, and RoCE (aka "IBoIP").
928925
929- --with-scif=<dir>
930- Look in directory for Intel SCIF support libraries
926+ --with-verbs-libdir=<directory>
927+ Look in directory for the verbs libraries. By default, Open MPI
928+ will look in <verbs_directory>/lib and <verbs_ directory>/lib64,
929+ which covers most cases. This option is only needed for special
930+ configurations.
931+
932+ --with-usnic
933+ Abort configure if Cisco usNIC support cannot be built.
931934
932935RUN-TIME SYSTEM SUPPORT
933936
0 commit comments