summaryrefslogtreecommitdiffstats
path: root/testpar/t_mpi.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2004-10-22 22:42:05 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2004-10-22 22:42:05 (GMT)
commit63a3195fac76c7e90adad89db58f4e1d198211f9 (patch)
tree79b651099eb58f048eb190bf9095ed57a9d83909 /testpar/t_mpi.c
parent4a6f857a047705ce2642d568ce719606f8278b22 (diff)
downloadhdf5-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:
Diffstat (limited to 'testpar/t_mpi.c')
-rw-r--r--testpar/t_mpi.c2
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");