[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1-135-g1a6b652

Service Account noreply at mpich.org
Wed Apr 2 14:13:38 CDT 2014


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  1a6b652432cc85a976eeaaf011d13fe7dcf302a3 (commit)
      from  91d023c16ca73968974a7780160239e41825e1c2 (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/1a6b652432cc85a976eeaaf011d13fe7dcf302a3

commit 1a6b652432cc85a976eeaaf011d13fe7dcf302a3
Author: Rob Latham <robl at mcs.anl.gov>
Date:   Mon Mar 31 10:08:53 2014 -0500

    Remove preprocessor defines no longer used
    
    No need for this Makefile.mk to add BGL_OPTIM flags to CFLAGS: nothing
    in the code uses them.
    
    Signed-off-by: Paul Coffman <pkcoff at us.ibm.com>

diff --git a/src/mpi/romio/adio/ad_gpfs/Makefile.mk b/src/mpi/romio/adio/ad_gpfs/Makefile.mk
index fdf94f5..72fedef 100644
--- a/src/mpi/romio/adio/ad_gpfs/Makefile.mk
+++ b/src/mpi/romio/adio/ad_gpfs/Makefile.mk
@@ -7,8 +7,6 @@
 
 if BUILD_AD_GPFS
 
-AM_CPPFLAGS += -DBGL_OPTIM_STEP1_2=1 -DBGL_OPTIM_STEP1_1=1
-
 noinst_HEADERS +=                                                    \
     adio/ad_gpfs/ad_gpfs_aggrs.h                                         \
     adio/ad_gpfs/ad_gpfs.h                                               \
diff --git a/src/mpi/romio/adio/ad_gpfs/bg/Makefile.mk b/src/mpi/romio/adio/ad_gpfs/bg/Makefile.mk
index c6436d0..f54727e 100644
--- a/src/mpi/romio/adio/ad_gpfs/bg/Makefile.mk
+++ b/src/mpi/romio/adio/ad_gpfs/bg/Makefile.mk
@@ -7,8 +7,6 @@
 
 if BUILD_AD_BG
 
-AM_CPPFLAGS += -DBGL_OPTIM_STEP1_2=1 -DBGL_OPTIM_STEP1_1=1
-
 noinst_HEADERS +=                                                    \
     adio/ad_gpfs/bg/ad_bg_aggrs.h                                         \
     adio/ad_gpfs/bg/ad_bg_pset.h

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

Summary of changes:
 src/mpi/romio/adio/ad_gpfs/Makefile.mk    |    2 --
 src/mpi/romio/adio/ad_gpfs/bg/Makefile.mk |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list