[mpich] MPICH primary repository branch, master, updated. v3.2-223-ge50245c
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 e50245c2b5a40e26877127f6ba4dd21fc5895f1a (commit) from bc23316352c8a2b5a8925d90dd82c245a8c087f8 (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/e50245c2b5a40e26877127f6ba4dd21fc5... commit e50245c2b5a40e26877127f6ba4dd21fc5895f1a Author: Yanfei Guo <[email protected]> Date: Mon Feb 22 15:49:33 2016 -0600 test/mpi/cxx/comm: fix incorrect reference bug No reviewer. diff --git a/test/mpi/cxx/comm/commname2.cxx b/test/mpi/cxx/comm/commname2.cxx index 16890b1..56febbf 100644 --- a/test/mpi/cxx/comm/commname2.cxx +++ b/test/mpi/cxx/comm/commname2.cxx @@ -74,7 +74,7 @@ int main( int argc, char **argv ) errs++; cout << "comm[" << i << "] gave name " << name << "\n"; } - MTestFreeComm ( comm[i] ); + MTestFreeComm ( *comm[i] ); } MTest_Finalize( errs ); ----------------------------------------------------------------------- Summary of changes: test/mpi/cxx/comm/commname2.cxx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org