[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2-222-gbc23316
Service Account
noreply at mpich.org
Mon Feb 22 15:34:54 CST 2016
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 bc23316352c8a2b5a8925d90dd82c245a8c087f8 (commit)
from a4163344aacdab2be0ed01a3c3121da58033dabd (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/bc23316352c8a2b5a8925d90dd82c245a8c087f8
commit bc23316352c8a2b5a8925d90dd82c245a8c087f8
Author: Rob Latham <robl at mcs.anl.gov>
Date: Mon Feb 22 15:00:54 2016 -0600
avoid declaring variables in the disable-romio case
No reviewer
diff --git a/src/mpi/comm/comm_split_type.c b/src/mpi/comm/comm_split_type.c
index bde494d..1636db8 100644
--- a/src/mpi/comm/comm_split_type.c
+++ b/src/mpi/comm/comm_split_type.c
@@ -53,10 +53,10 @@ int MPIR_Comm_split_type_impl(MPID_Comm * comm_ptr, int split_type, int key,
MPIR_Info_get_impl(info_ptr, "nbhd_common_dirname", MPI_MAX_INFO_VAL, hintval,
&flag);
if (flag) {
+#ifdef HAVE_ROMIO
MPI_Comm dummycomm;
MPID_Comm * dummycomm_ptr;
-#ifdef HAVE_ROMIO
mpi_errno = MPIR_Comm_split_filesystem(comm_ptr->handle, key,
hintval, &dummycomm);
MPID_Comm_get_ptr(dummycomm, dummycomm_ptr);
-----------------------------------------------------------------------
Summary of changes:
src/mpi/comm/comm_split_type.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list