[mpich] MPICH primary repository branch, master, updated. v3.1rc3-14-gc48f6b1
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 c48f6b1b52b98a28ffe0d796a5b2f3cdcc46fb77 (commit) from 16005083a56c442d3a0c167d65544b73f60bc044 (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/c48f6b1b52b98a28ffe0d796a5b2f3cdcc... commit c48f6b1b52b98a28ffe0d796a5b2f3cdcc46fb77 Author: Pavan Balaji <[email protected]> Date: Sun Feb 9 19:31:22 2014 -0600 Protect assumption of MPI-I/O availability. Only set error handler on the file when MPI-I/O is enabled. Fixes #2019. Signed-off-by: Ken Raffenetti <[email protected]> diff --git a/test/mpi/cxx/util/mtest.cxx b/test/mpi/cxx/util/mtest.cxx index a4689b4..b3db910 100644 --- a/test/mpi/cxx/util/mtest.cxx +++ b/test/mpi/cxx/util/mtest.cxx @@ -76,7 +76,9 @@ void MTest_Init( void ) provided = MPI::Init_thread( threadLevel ); } +#if defined(HAVE_MPI_IO) MPI::FILE_NULL.Set_errhandler(MPI::ERRORS_THROW_EXCEPTIONS); +#endif /* Check for debugging control */ if (getenv( "MPITEST_DEBUG" )) { ----------------------------------------------------------------------- Summary of changes: test/mpi/cxx/util/mtest.cxx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org