diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-10-22 22:42:33 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-10-22 22:42:33 (GMT) |
commit | 1e1111587ddbd17c7f4b927b1aae28ccc2ef8a33 (patch) | |
tree | a913304e4285c49c73671e4b5696762ecfb9d4dd | |
parent | b930a32181cd274d4640cd304a7f59bfd1c2014f (diff) | |
download | hdf5-1e1111587ddbd17c7f4b927b1aae28ccc2ef8a33.zip hdf5-1e1111587ddbd17c7f4b927b1aae28ccc2ef8a33.tar.gz hdf5-1e1111587ddbd17c7f4b927b1aae28ccc2ef8a33.tar.bz2 |
[svn-r9454] Purpose:
Improvement.
Description:
Made all processes print hostname() by default so that it is easier
to spot problems.
Platforms tested:
Tested in copper only. It is a trivial small change.
Misc. update:
-rw-r--r-- | testpar/t_mpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_mpi.c b/testpar/t_mpi.c index 62aba13..71494d4 100644 --- a/testpar/t_mpi.c +++ b/testpar/t_mpi.c @@ -433,7 +433,7 @@ int test_mpio_1wMr(char *filename, int special_request) } /* show the hostname so that we can tell where the processes are running */ - if (VERBOSE_MED){ + if (VERBOSE_DEF){ if (gethostname(hostname, 128) < 0){ PRINTID; printf("gethostname failed\n"); |