]> git.openfabrics.org - ~tnikolova/docs/.git/commitdiff
Update qib/psm/qperf release notes for 3.12
authorMike Marciniszyn <mike.marciniszyn@intel.com>
Fri, 23 May 2014 12:01:27 +0000 (08:01 -0400)
committerMike Marciniszyn <mike.marciniszyn@intel.com>
Fri, 23 May 2014 12:01:27 +0000 (08:01 -0400)
Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com>
release_notes/psm_release_notes.txt
release_notes/qib_release_notes.txt
release_notes/qperf_release_notes.txt

index b2b08e5314ddc3c4e397db83d93e678f52840dbb..8fb940150b6b36059788215677751fb6a0240862 100644 (file)
@@ -1,7 +1,7 @@
               Open Fabrics Enterprise Distribution (OFED)
-                    PSM in OFED 3.5 Release Notes
+                    PSM in OFED 3.12 Release Notes
 
-                          December 2012
+                          May 2014
 
 ======================================================================
 1. Overview
@@ -10,7 +10,7 @@
 The Performance Scaled Messaging (PSM) API is Intel's low-level user-level
 communications interface for the Intel(R) True Scale Fabric family of products.
 
-The PSM libraries are included in the infinipath-psm-3.1-364.1140_open.src.rpm
+The PSM libraries are included in the infinipath-psm-3.2-2_ga8c3e3e_open.src.rpm
 source RPM and get built and installed as part of a default OFED
 install process.
 
@@ -25,8 +25,8 @@ with PSM support are as follows:
 Open MPI:
 
 - Download a recent Open MPI tar ball from 
-   http://www.open-mpi.org/software/ompi/v1.6/ .
-  Versions 1.6.1 & 1.6.3 has been tested with PSM from this OFED release.
+   http://www.open-mpi.org/software/ompi/v1.8/ .
+  Version 1.8.1 has been tested with PSM from this OFED release.
 - Untar the file and cd to the Open MPI directory.  Then
   ./configure --with-psm --prefix=<install directory>
   make
@@ -36,14 +36,28 @@ MVAPICH2:
 
 - Download a recent MVAPICH2 tar ball from
    http://mvapich.cse.ohio-state.edu/download/mvapich2/
-  Version 1.8.1 has been tested with PSM from this OFED release.
-- Untar the file and go to the mvapich2-1.x.x directory
+  Version 1.9 has been tested with PSM from this OFED release.
+- Untar the file and go to the mvapich2-1.x directory
 - Execute the configure and make commands as follows:
   ./configure --prefix=<install directory> --with-device=ch3:psm \
    --enable-shared
   make
   make install
 
+Once these MPIs are built, using mpirun/mpiexec will result in the use
+of PSM by default -- no additional options needed.  Also if you have two 
+Intel True Scale HCAs per node, both of them will be used by default 
+when you run with 2 or more ranks per node.  No option is necessary on 
+the mpirun/mpiexec command.
+
+If you want to use just one of the HCAs, set the IPATH_UNIT variable to:
+export IPATH_UNIT=0   (or =1)
+If you have two Intel True Scale HCAs per node, and want to get additional 
+bandwidth performance even when only one MPI rank is active per node, set:
+export PSM_MULTIRAIL=0
+For most applications, it is better not to use this PSM_MULTIRAIL variable 
+since it increases MPI latency somewhat, but it is helpful for a minority 
+of applications that require additional bandwidth from single ranks.
 
 
 * To configure with a different compiler suite than the native GCC suite on your
index 9cbbc317033967c688b2c71cf5f603ed00290f48..079d270d938d3da260a34fdeef211ea8c14571ba 100644 (file)
@@ -1,7 +1,7 @@
              Open Fabrics Enterprise Distribution (OFED)
-                   qib in OFED 3.5 Release Notes
+                   qib in OFED 3.12 Release Notes
 
-                         December 2012
+                         May 2014
 
 ======================================================================
 1. Overview
@@ -20,7 +20,7 @@ Fabric HCAs, also known as QLogic TrueScale PCI-Express HCAs, including,
     - QLE7280 (x16 PCIe Gen1) 
     
 
-The qib driver has been updated for OFED 3.5.
+The qib driver has been updated for OFED 3.12.
 
 The qib kernel driver obsoletes the ipath kernel driver but is
 compatible with libipathverbs so no new user level components are needed.
index 28a51143473f6395432b525e382f7a561ace2aec..9a4588f97dccfdfcf889992dd42898ac8544f645 100644 (file)
@@ -1,6 +1,7 @@
-Distribution
-    Open Fabrics Enterprise Distribution (OFED) 1.5, December 2009
+             Open Fabrics Enterprise Distribution (OFED)
+                   qperf in OFED 3.12 Release Notes
 
+                         May 2014
 Summary
     qperf - Measure RDMA and IP performance