@@ -604,16 +604,17 @@ Network Support
604604 - "cm" supports a smaller number of networks (and they cannot be
605605 used together), but may provide better overall MPI performance:
606606
607- - InfiniPath PSM
607+ - QLogic InfiniPath / Intel True Scale PSM
608+ - Intel Omni-Path PSM2
608609 - Mellanox MXM
609610 - Portals4
610- - OpenFabrics Interfaces ("libfabric")
611+ - OpenFabrics Interfaces ("libfabric" tag matching )
611612
612- Open MPI will, by default, choose to use "cm" when the InfiniPath
613- PSM or the Mellanox MXM MTL can be used. Otherwise, "ob1" will be
614- used and the corresponding BTLs will be selected. Users can force
615- the use of ob1 or cm if desired by setting the "pml" MCA parameter
616- at run-time:
613+ Open MPI will, by default, choose to use "cm" when one of the
614+ above transports can be used. Otherwise, "ob1" will be used and
615+ the corresponding BTLs will be selected. Users can force the use
616+ of ob1 or cm if desired by setting the "pml" MCA parameter at
617+ run-time:
617618
618619 shell$ mpirun --mca pml ob1 ...
619620 or
@@ -855,7 +856,7 @@ NETWORKING SUPPORT / OPTIONS
855856 compiler/linker search paths.
856857
857858 Libfabric is the support library for OpenFabrics Interfaces-based
858- network adapters, such as Cisco usNIC, Intel Omniscale PSM, etc.
859+ network adapters, such as Cisco usNIC, Intel True Scale PSM, etc.
859860
860861--with-libfabric-libdir=<directory>
861862 Look in directory for the libfabric libraries. By default, Open MPI
@@ -896,9 +897,9 @@ NETWORKING SUPPORT / OPTIONS
896897 Set configuration values for Portals 4
897898
898899--with-psm=<directory>
899- Specify the directory where the InfiniPath PSM library and
900- header files are located. This option is generally only necessary
901- if the InfiniPath headers and libraries are not in default
900+ Specify the directory where the QLogic InfiniPath / Intel True Scale
901+ PSM library and header files are located. This option is generally
902+ only necessary if the PSM headers and libraries are not in default
902903 compiler/linker search paths.
903904
904905 PSM is the support library for QLogic InfiniPath and Intel TrueScale
@@ -909,6 +910,20 @@ NETWORKING SUPPORT / OPTIONS
909910 look in <psm directory>/lib and <psm directory>/lib64, which covers
910911 most cases. This option is only needed for special configurations.
911912
913+ --with-psm2=<directory>
914+ Specify the directory where the Intel Omni-Path PSM2 library and
915+ header files are located. This option is generally only necessary
916+ if the PSM2 headers and libraries are not in default compiler/linker
917+ search paths.
918+
919+ PSM is the support library for Intel Omni-Path network adapters.
920+
921+ --with-psm2-libdir=<directory>
922+ Look in directory for the PSM2 libraries. By default, Open MPI will
923+ look in <psm2 directory>/lib and <psm2 directory>/lib64, which
924+ covers most cases. This option is only needed for special
925+ configurations.
926+
912927--with-scif=<dir>
913928 Look in directory for Intel SCIF support libraries
914929
@@ -1625,10 +1640,8 @@ MPI implementations!
16251640Compiling the extensions
16261641------------------------
16271642
1628- Open MPI extensions are not enabled by default; they must be enabled
1629- by Open MPI's configure script. The --enable-mpi-ext command line
1630- switch accepts a comma-delimited list of extensions to enable, or, if
1631- it is specified without a list, all extensions are enabled.
1643+ Open MPI extensions are all enabled by default; they can be disabled
1644+ via the --disable-mpi-ext command line switch.
16321645
16331646Since extensions are meant to be used by advanced users only, this
16341647file does not document which extensions are available or what they
0 commit comments