[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.3-49-gd4aa328

mysql vizuser noreply at mpich.org
Tue Apr 23 16:41:53 CDT 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  d4aa328f8e4ea24afdc60dc3d64182961828c178 (commit)
      from  c03fdd083f606d35199b98426a4d48ff8708ac31 (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/d4aa328f8e4ea24afdc60dc3d64182961828c178

commit d4aa328f8e4ea24afdc60dc3d64182961828c178
Author: Pavan Balaji <balaji at mcs.anl.gov>
Date:   Tue Apr 23 16:34:45 2013 -0500

    Update CHANGES file about compiler reordering.
    
    Added a warning in the CHANGES file about the potential ABI breakage
    because of the compiler reordering if CC and friends are not added.
    
    Reviewed by goodell.

diff --git a/CHANGES b/CHANGES
index 94af968..51b88e3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,14 @@
                                Changes in 3.0.4
 ===============================================================================
 
+ # BUILD SYSTEM: Reordered the default compiler search to prefer Intel
+   and PG compilers over GNU compilers because of the performance
+   difference.
+
+   WARNING: If you do not explicitly specify the compiler you want
+   through CC and friends, this might break ABI for you relative to
+   the previous 3.0.x release.
+
  # OVERALL: Added support to manage per-communicator eager-rendezvous
    thresholds.
 

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

Summary of changes:
 CHANGES |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list