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 ff7e3f37effa1132126dfe9616b8a563c61cc91b (commit) from 702baeed4b46166aea2b292ac556f0b2589cc8f3 (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/ff7e3f37effa1132126dfe9616b8a563c6... commit ff7e3f37effa1132126dfe9616b8a563c61cc91b Author: Ken Raffenetti <[email protected]> Date: Mon Jul 11 15:58:34 2016 -0500 test/mpi/topo: add sentinel value to baddims.h Ensure proper loop termniation when testing values from baddims.h. No reviewer. diff --git a/test/mpi/topo/baddims.h b/test/mpi/topo/baddims.h index 25b8130..cfe257a 100644 --- a/test/mpi/topo/baddims.h +++ b/test/mpi/topo/baddims.h @@ -75392,3 +75392,4 @@ { 884736, 16, {4,4,3,3,3,2,2,2,2,2,2,2,2,2,2,2}}, { 995328, 16, {4,3,3,3,3,3,2,2,2,2,2,2,2,2,2,2}}, { 884736, 17, {4,3,3,3,2,2,2,2,2,2,2,2,2,2,2,2,2}}, +{ 0, 0, {0}} /* sentinel value - must stay at the end! */ ----------------------------------------------------------------------- Summary of changes: test/mpi/topo/baddims.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- MPICH primary repository