diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2004-10-22 22:42:05 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2004-10-22 22:42:05 (GMT) |
commit | 63a3195fac76c7e90adad89db58f4e1d198211f9 (patch) | |
tree | 79b651099eb58f048eb190bf9095ed57a9d83909 | |
parent | 4a6f857a047705ce2642d568ce719606f8278b22 (diff) | |
download | hdf5-63a3195fac76c7e90adad89db58f4e1d198211f9.zip hdf5-63a3195fac76c7e90adad89db58f4e1d198211f9.tar.gz hdf5-63a3195fac76c7e90adad89db58f4e1d198211f9.tar.bz2 |
[svn-r9453] 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"); |