@@ -606,16 +606,17 @@ Network Support
606606 - "cm" supports a smaller number of networks (and they cannot be
607607 used together), but may provide better overall MPI performance:
608608
609- - InfiniPath PSM
609+ - QLogic InfiniPath / Intel True Scale PSM
610+ - Intel Omni-Path PSM2
610611 - Mellanox MXM
611612 - Portals4
612- - OpenFabrics Interfaces ("libfabric")
613+ - OpenFabrics Interfaces ("libfabric" tag matching )
613614
614- Open MPI will, by default, choose to use "cm" when the InfiniPath
615- PSM or the Mellanox MXM MTL can be used. Otherwise, "ob1" will be
616- used and the corresponding BTLs will be selected. Users can force
617- the use of ob1 or cm if desired by setting the "pml" MCA parameter
618- at run-time:
615+ Open MPI will, by default, choose to use "cm" when one of the
616+ above transports can be used. Otherwise, "ob1" will be used and
617+ the corresponding BTLs will be selected. Users can force the use
618+ of ob1 or cm if desired by setting the "pml" MCA parameter at
619+ run-time:
619620
620621 shell$ mpirun --mca pml ob1 ...
621622 or
@@ -857,7 +858,7 @@ NETWORKING SUPPORT / OPTIONS
857858 compiler/linker search paths.
858859
859860 Libfabric is the support library for OpenFabrics Interfaces-based
860- network adapters, such as Cisco usNIC, Intel Omniscale PSM, etc.
861+ network adapters, such as Cisco usNIC, Intel True Scale PSM, etc.
861862
862863--with-libfabric-libdir=<directory>
863864 Look in directory for the libfabric libraries. By default, Open MPI
@@ -898,9 +899,9 @@ NETWORKING SUPPORT / OPTIONS
898899 Set configuration values for Portals 4
899900
900901--with-psm=<directory>
901- Specify the directory where the InfiniPath PSM library and
902- header files are located. This option is generally only necessary
903- if the InfiniPath headers and libraries are not in default
902+ Specify the directory where the QLogic InfiniPath / Intel True Scale
903+ PSM library and header files are located. This option is generally
904+ only necessary if the PSM headers and libraries are not in default
904905 compiler/linker search paths.
905906
906907 PSM is the support library for QLogic InfiniPath and Intel TrueScale
@@ -911,6 +912,20 @@ NETWORKING SUPPORT / OPTIONS
911912 look in <psm directory>/lib and <psm directory>/lib64, which covers
912913 most cases. This option is only needed for special configurations.
913914
915+ --with-psm2=<directory>
916+ Specify the directory where the Intel Omni-Path PSM2 library and
917+ header files are located. This option is generally only necessary
918+ if the PSM2 headers and libraries are not in default compiler/linker
919+ search paths.
920+
921+ PSM is the support library for Intel Omni-Path network adapters.
922+
923+ --with-psm2-libdir=<directory>
924+ Look in directory for the PSM2 libraries. By default, Open MPI will
925+ look in <psm2 directory>/lib and <psm2 directory>/lib64, which
926+ covers most cases. This option is only needed for special
927+ configurations.
928+
914929--with-scif=<dir>
915930 Look in directory for Intel SCIF support libraries
916931
@@ -1626,10 +1641,8 @@ MPI implementations!
16261641Compiling the extensions
16271642------------------------
16281643
1629- Open MPI extensions are not enabled by default; they must be enabled
1630- by Open MPI's configure script. The --enable-mpi-ext command line
1631- switch accepts a comma-delimited list of extensions to enable, or, if
1632- it is specified without a list, all extensions are enabled.
1644+ Open MPI extensions are all enabled by default; they can be disabled
1645+ via the --disable-mpi-ext command line switch.
16331646
16341647Since extensions are meant to be used by advanced users only, this
16351648file does not document which extensions are available or what they
0 commit comments