diff options
-rw-r--r-- | testpar/t_cache.c | 5 |
1 files changed, 5 insertions, 0 deletions
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); |