From edd0e4a18ea752d6e10b3a4167627cfbe027aee7 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 19 Jun 2002 08:30:24 -0500 Subject: [svn-r5669] Purpose: Code cleanup Description: Remove debugging printf Platforms tested: IRIX64 6.5 (modi4) w/parallel --- testpar/t_mdset.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testpar/t_mdset.c b/testpar/t_mdset.c index 46e2117..a29b8ae 100644 --- a/testpar/t_mdset.c +++ b/testpar/t_mdset.c @@ -76,7 +76,9 @@ void multiple_dset_write(char *filename, int ndatasets) H5Dclose (dataset); if (! ((n+1) % 10)) { +#ifdef VERBOSE printf("created %d datasets\n", n+1); +#endif /* VERBOSE */ MPI_Barrier(MPI_COMM_WORLD); } } @@ -136,7 +138,9 @@ void multiple_group_write(char *filename, int ngroups) H5Gclose(gid); if(! ((m+1) % 10)) { +#ifdef VERBOSE printf("created %d groups\n", m+1); +#endif /* VERBOSE */ MPI_Barrier(MPI_COMM_WORLD); } } -- cgit v0.12