diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-01-22 23:10:38 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-01-22 23:10:38 (GMT) |
commit | c0c69d1a17bec0ed02a47e9e174ec81b7000c7f1 (patch) | |
tree | 42569b346e4f3bdca98f969a4e377c1ec1d72278 /testpar/t_file.c | |
parent | c84e2ff653a5889ae07f913f4b770f13ed84c1bb (diff) | |
download | hdf5-c0c69d1a17bec0ed02a47e9e174ec81b7000c7f1.zip hdf5-c0c69d1a17bec0ed02a47e9e174ec81b7000c7f1.tar.gz hdf5-c0c69d1a17bec0ed02a47e9e174ec81b7000c7f1.tar.bz2 |
[svn-r8095] Purpose:
Improvement.
Description:
Complete change of the verbose control to use the routines provided by
the test/libh5test.a.
Platforms tested:
Tested in Eirene (parallel).
Misc. update:
Diffstat (limited to 'testpar/t_file.c')
-rw-r--r-- | testpar/t_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_file.c b/testpar/t_file.c index a5cb85b..59ca232 100644 --- a/testpar/t_file.c +++ b/testpar/t_file.c @@ -44,7 +44,7 @@ test_split_comm_access(char *filename) hbool_t use_gpfs = FALSE; /* Use GPFS hints */ herr_t ret; /* generic return value */ - if (verbose) + if (VERBOSE_MED) printf("Split Communicator access test on file %s\n", filename); |