summaryrefslogtreecommitdiffstats
path: root/testpar/t_mpi.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/t_mpi.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/t_mpi.c')
-rw-r--r--testpar/t_mpi.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/testpar/t_mpi.c b/testpar/t_mpi.c
index 02e406e..155eeae 100644
--- a/testpar/t_mpi.c
+++ b/testpar/t_mpi.c
@@ -23,6 +23,14 @@ int nerrors = 0;
int verbose = 0;
hid_t fapl; /* file access property list */
+/* protocols */
+static void test_mpio_overlap_writes(char *filename);
+static void test_mpio_offset(void);
+static void test_mpio_gb_file(char *filename);
+static void test_mpio_gb_file(char *filename);
+static int parse_options(int argc, char **argv);
+static void usage(void);
+
#define MPIO_TEST_WRITE_SIZE 1024*1024 /* 1 MB */
void
@@ -418,6 +426,8 @@ main(int argc, char **argv)
printf("MPI functionality tests\n");
printf("===================================\n");
}
+ h5_show_hostname();
+
fapl = H5Pcreate (H5P_FILE_ACCESS);
H5Pset_fapl_mpio(fapl, MPI_COMM_WORLD, MPI_INFO_NULL);