[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:
This commit is contained in:
Albert Cheng 2004-10-22 17:42:05 -05:00
parent 4a6f857a04
commit 63a3195fac

View File

@ -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");