diff options
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); |