diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-04-25 14:27:36 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-04-25 14:27:36 (GMT) |
commit | d76dfb1985412de2f30d7d92b6de2206d92202f4 (patch) | |
tree | e3cbd07861d27bc997c5ce78e2e6f2b8f708b023 /testpar/testphdf5.h | |
parent | 7f6ece132944e729433b8ce79975877946c03ab1 (diff) | |
download | hdf5-d76dfb1985412de2f30d7d92b6de2206d92202f4.zip hdf5-d76dfb1985412de2f30d7d92b6de2206d92202f4.tar.gz hdf5-d76dfb1985412de2f30d7d92b6de2206d92202f4.tar.bz2 |
[svn-r6755] Purpose:
feature
Description:
added test_fapl_mpiposix_dup to verify the MPIPOSIX is making
duplicates of Communicator correctly.
Platforms tested:
Did not h5committested because these are all MPI code and well protected
by HAVE_PARALLEL.
Tested in eirene and modi4, both parallel mode.
Misc. update:
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r-- | testpar/testphdf5.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h index ced5841..d7634bd 100644 --- a/testpar/testphdf5.h +++ b/testpar/testphdf5.h @@ -121,6 +121,7 @@ void multiple_group_read(char *filename, int ngroups); void collective_group_write(char *filename, int ngroups); void independent_group_read(char *filename, int ngroups); void test_fapl_mpio_dup(void); +void test_fapl_mpiposix_dup(void); void test_split_comm_access(char *filename); void dataset_writeInd(char *filename); void dataset_writeAll(char *filename); |