[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.1-88-gfaa18dd

mysql vizuser noreply at mpich.org
Wed Jan 30 13:53:12 CST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  faa18dd1b7ce815aa57f4a93c8da6e409a303735 (commit)
      from  2726919fb15aab469342332458e85a78ff661822 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/faa18dd1b7ce815aa57f4a93c8da6e409a303735

commit faa18dd1b7ce815aa57f4a93c8da6e409a303735
Author: Dave Goodell <goodell at mcs.anl.gov>
Date:   Wed Jan 30 13:45:08 2013 -0600

    update RELEASE_NOTES for the 3.0.2 release

diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 3bd579d..4d44831 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,15 +1,12 @@
 ----------------------------------------------------------------------
-                        Experimental Features
+                        KNOWN ISSUES
 ----------------------------------------------------------------------
 
- * New MPI-3 RMA functionality has been included in this release;
-   however, it is experimental and not yet supported.  Users may try
-   out this new feature, but they should not rely on its correctness
-   or performance.
+### Large counts
 
-----------------------------------------------------------------------
-			KNOWN ISSUES
-----------------------------------------------------------------------
+ * The new MPI-3 "large count" routines (e.g., MPI_Type_size_x) do not
+   work correctly due to 64-bit to 32-bit truncations occurring inside
+   the MPICH library.  We expect to fix this in upcoming releases.
 
 ### Known runtime failures
 
@@ -48,12 +45,6 @@
 
 ### Build Platforms
 
- * Builds using the native "make" program on OpenSolaris fail unknown
-   reasons.  A workaround is to use GNU Make instead.  See the following
-   ticket for more information:
-
-     https://trac.mpich.org/projects/mpich/ticket/1122
-
  * Build fails with Intel compiler suite 13.0, because of weak symbol
    issues in the compiler.  A workaround is to disable weak symbol
    support by passing --disable-weak-symbols to configure.  See the
@@ -64,6 +55,10 @@
 
 ### Process Managers
 
+ * Hydra has a bug related to stdin handling:
+
+     https://trac.mpich.org/projects/mpich/ticket/1782
+
  * The MPD process manager can only handle relatively small amounts of
    data on stdin and may also have problems if there is data on stdin
    that is not consumed by the program.

-----------------------------------------------------------------------

Summary of changes:
 RELEASE_NOTES |   23 +++++++++--------------
 1 files changed, 9 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list