From 6952f4809666f9db5629183be2a7c678e7c0eb89 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 11 Apr 2006 15:01:58 -0500 Subject: [svn-r12224] Purpose: Bug fix. Description: When MPE is used, the test generates huge Clog files in /tmp that could fill up the disk (like in Copper.) Solution: Turned off MPE logging. Platforms tested: heping (pp) and copper(pp) Misc. update: --- testpar/t_cache.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testpar/t_cache.c b/testpar/t_cache.c index 5e969a8..b30236c 100644 --- a/testpar/t_cache.c +++ b/testpar/t_cache.c @@ -3339,6 +3339,11 @@ main(int argc, char **argv) int max_nerrors; MPI_Init(&argc, &argv); +#ifdef H5_HAVE_MPE + /* turn off MPE logging since this test generates big cpilog files that */ + /* fill up /tmp. */ + MPE_Stop_log(); +#endif H5_HAVE_MPE MPI_Comm_size(MPI_COMM_WORLD, &mpi_size); MPI_Comm_rank(MPI_COMM_WORLD, &mpi_rank); -- cgit v0.12