[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1b1-87-ga1b3657
mysql vizuser
noreply at mpich.org
Wed Oct 9 14:09:36 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 a1b3657ef7310c0b54eb8cd9ea4eec610cc6d631 (commit)
via 7d94f24ca6c91e14ce7e600d7a0faba012b480cb (commit)
from 4a13e98629fd3bd8d2004ab5f5ea7c6e851bce57 (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/a1b3657ef7310c0b54eb8cd9ea4eec610cc6d631
commit a1b3657ef7310c0b54eb8cd9ea4eec610cc6d631
Author: Rob Latham <robl at mcs.anl.gov>
Date: Wed Oct 9 13:58:54 2013 -0500
clang finds an incorrect header guard
bglockless feature file should not define anything pvfs2 related.
diff --git a/src/mpi/romio/adio/ad_bglockless/ad_bglockless.h b/src/mpi/romio/adio/ad_bglockless/ad_bglockless.h
index 594dec2..cf753bc 100644
--- a/src/mpi/romio/adio/ad_bglockless/ad_bglockless.h
+++ b/src/mpi/romio/adio/ad_bglockless/ad_bglockless.h
@@ -6,7 +6,7 @@
*/
#ifndef AD_BGLOCKLESS_INCLUDE
-#define AD_PVFS2_INCLUDE
+#define AD_BGLOCKLESS_INCLUDE
int ADIOI_BGLOCKLESS_Feature(ADIO_File fd, int flag);
http://git.mpich.org/mpich.git/commitdiff/7d94f24ca6c91e14ce7e600d7a0faba012b480cb
commit 7d94f24ca6c91e14ce7e600d7a0faba012b480cb
Author: Rob Latham <robl at mcs.anl.gov>
Date: Wed Oct 9 13:58:16 2013 -0500
removed unused variable
this guy no longer gets used now that there's common hint processing
code
diff --git a/src/mpi/romio/adio/ad_bg/ad_bg_hints.c b/src/mpi/romio/adio/ad_bg/ad_bg_hints.c
index 1866df5..65aaea7 100644
--- a/src/mpi/romio/adio/ad_bg/ad_bg_hints.c
+++ b/src/mpi/romio/adio/ad_bg/ad_bg_hints.c
@@ -57,7 +57,7 @@ void ADIOI_BG_SetInfo(ADIO_File fd, MPI_Info users_info, int *error_code)
MPI_Info info;
char *value;
- int flag, intval, tmp_val, nprocs=0, nprocs_is_valid = 0;
+ int flag, intval, nprocs=0, nprocs_is_valid = 0;
static char myname[] = "ADIOI_BG_SETINFO";
int did_anything = 0;
-----------------------------------------------------------------------
Summary of changes:
src/mpi/romio/adio/ad_bg/ad_bg_hints.c | 2 +-
src/mpi/romio/adio/ad_bglockless/ad_bglockless.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list