summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-04-22 20:24:59 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-04-22 20:24:59 (GMT)
commit5aeda255dbfa459e27c7325d7f98da5e02fec841 (patch)
treea03dc3091a29dabd1c97de75ea5a249bd7c6e526 /testpar/testphdf5.c
parentb60521774f32a8ce04189e2176f162e7e9608f23 (diff)
downloadhdf5-5aeda255dbfa459e27c7325d7f98da5e02fec841.zip
hdf5-5aeda255dbfa459e27c7325d7f98da5e02fec841.tar.gz
hdf5-5aeda255dbfa459e27c7325d7f98da5e02fec841.tar.bz2
[svn-r5222] Purpose:
feture Description: add calls to show hostname. Platforms tested: eirene (linux 2.2) parallel.
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index db507b8..da77585 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -50,7 +50,7 @@ void pause_proc(void)
{
int pid;
- h5_stat_t statbuf;
+ h5_stat_t statbuf;
char greenlight[] = "go";
int maxloop = 10;
int loops = 0;
@@ -303,6 +303,8 @@ main(int argc, char **argv)
printf("PHDF5 TESTS START\n");
printf("===================================\n");
}
+ h5_show_hostname();
+
fapl = H5Pcreate (H5P_FILE_ACCESS);
H5Pset_fapl_mpio(fapl, MPI_COMM_WORLD, MPI_INFO_NULL);