]> git.openfabrics.org - ~ardavis/ofed_docs/.git/commitdiff
Updated Open MPI release notes
authorJeff Squyres <jsquyres@cisco.com>
Wed, 9 Dec 2009 16:07:29 +0000 (18:07 +0200)
committerVladimir Sokolovsky <vlad@mellanox.co.il>
Wed, 9 Dec 2009 16:07:29 +0000 (18:07 +0200)
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
MPI_README.txt
open_mpi_release_notes.txt

index 13027c23654729a53a31051441d350006cee2735..4833f23777c57f544e2ed3064e3d0105a43196cc 100644 (file)
@@ -18,7 +18,7 @@ Table of Contents
 ===============================================================================
 Three MPI stacks are included in this release of OFED:
 - MVAPICH 1.1.0-3143
-- Open MPI 1.3.4
+- Open MPI 1.4
 - MVAPICH2 1.2p1
 
 Setup, compilation and run information of MVAPICH, Open MPI and MVAPICH2 is
@@ -194,7 +194,7 @@ rsh, add to the mpirun_rsh command the parameter: -rsh
 ===============================================================================
 
 Open MPI is a next-generation MPI implementation from the Open MPI
-Project (http://www.open-mpi.org/).  Version 1.3.4 of Open MPI is
+Project (http://www.open-mpi.org/).  Version 1.4 of Open MPI is
 included in this release, which is also available directly from the
 main Open MPI web site.
 
@@ -343,12 +343,12 @@ http://www.open-mpi.org/faq/).
 
 Example 1: Running the OSU bandwidth:
 
-    > cd /usr/mpi/gcc/openmpi-1.3.4/tests/osu_benchmarks-3.0
+    > cd /usr/mpi/gcc/openmpi-1.4/tests/osu_benchmarks-3.0
     > mpirun -np <N> -hostfile <HOSTFILE> osu_bw
 
 Example 2: Running the Intel MPI Benchmark benchmarks:
 
-    > cd /usr/mpi/gcc/openmpi-1.3.4/tests/IMB-3.1
+    > cd /usr/mpi/gcc/openmpi-1.4/tests/IMB-3.1
     > mpirun -np <N> -hostfile <HOSTFILE> IMB-MPI1
 
     --> Note that the version of IMB-EXT that ships in this version of
@@ -357,7 +357,7 @@ Example 2: Running the Intel MPI Benchmark benchmarks:
 
 Example 3: Running the Presta benchmarks:
 
-    > cd /usr/mpi/gcc/openmpi-1.3.4/tests/presta-1.4.0
+    > cd /usr/mpi/gcc/openmpi-1.4/tests/presta-1.4.0
     > mpirun -np <N> -hostfile <HOSTFILE> com -o 100
 
 3.5 More Open MPI Information
index 26df25c2a3013b11c67e9968d797fc55c822d2ef..63ac611c6351b0b4c71f211c7599b691b9962a17 100644 (file)
@@ -164,9 +164,20 @@ line options and installation instructions.
 
 ** Changelog summary
 
-Showing versions 1.2.7 - 1.3.4; see the "NEWS" file in an Open MPI
+Showing versions 1.2.7 - 1.4; see the "NEWS" file in an Open MPI
 distribution for the full list.
 
+1.4
+---
+
+The *only* change in the Open MPI v1.4 release (as compared to v1.3.4)
+was to update the embedded version of Libtool's libltdl to address a
+potential security vulnerability.  Specifically: Open MPI v1.3.4 was
+created with GNU Libtool 2.2.6a; Open MPI v1.4 was created with GNU
+Libtool 2.2.6b.  There are no other changes between Open MPI v1.3.4
+and v1.4.
+
+
 1.3.4
 -----