diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-09-02 17:59:48 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-09-02 17:59:48 (GMT) |
commit | 62750441cdfbf17f7fa5db3bbf1320c1dc5be838 (patch) | |
tree | bb75e97ce7a1688d5f2b1e513e7bfbad619e7727 /testpar | |
parent | eef0cf26941072f449a8e332babcf21ee9eea128 (diff) | |
download | hdf5-62750441cdfbf17f7fa5db3bbf1320c1dc5be838.zip hdf5-62750441cdfbf17f7fa5db3bbf1320c1dc5be838.tar.gz hdf5-62750441cdfbf17f7fa5db3bbf1320c1dc5be838.tar.bz2 |
Add comment to add tests later to verify conflicting values for MPI-specific properties on multiple opens.
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_file.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testpar/t_file.c b/testpar/t_file.c index f1aff19..204095b 100644 --- a/testpar/t_file.c +++ b/testpar/t_file.c @@ -736,6 +736,11 @@ open_file(const char *filename, hid_t fapl, int metadata_write_strategy, return nerrors; } +/* + * NOTE: See HDFFV-10894 and add tests later to verify MPI-specific properties in the + * incoming fapl that could conflict with the existing values in H5F_shared_t on + * multiple opens of the same file. + */ void test_file_properties(void) { |