[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.4-253-g32dc8c1
mysql vizuser
noreply at mpich.org
Fri May 31 17:23:07 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 32dc8c1b689e98ed6a1289b11c81245312fdf761 (commit)
from a803acf6b206d59d09229605324f10b964f98e8f (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/32dc8c1b689e98ed6a1289b11c81245312fdf761
commit 32dc8c1b689e98ed6a1289b11c81245312fdf761
Author: Rajeev Thakur <thakur at mcs.anl.gov>
Date: Fri May 31 17:09:06 2013 -0500
remove check for committed type in Type_size_x. Fixes ticket #1774
diff --git a/src/mpi/datatype/type_size_x.c b/src/mpi/datatype/type_size_x.c
index 20588c9..2ab5bcb 100644
--- a/src/mpi/datatype/type_size_x.c
+++ b/src/mpi/datatype/type_size_x.c
@@ -95,7 +95,6 @@ int MPI_Type_size_x(MPI_Datatype datatype, MPI_Count *size)
MPID_Datatype *datatype_ptr = NULL;
MPID_Datatype_get_ptr(datatype, datatype_ptr);
MPID_Datatype_valid_ptr(datatype_ptr, mpi_errno);
- MPID_Datatype_committed_ptr(datatype_ptr, mpi_errno);
}
/* TODO more checks may be appropriate (counts, in_place, buffer aliasing, etc) */
-----------------------------------------------------------------------
Summary of changes:
src/mpi/datatype/type_size_x.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
hooks/post-receive
--
MPICH primary repository
More information about the commits
mailing list