summaryrefslogtreecommitdiffstats
path: root/test/links.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-01-21 18:57:55 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-01-21 18:57:55 (GMT)
commita24e3e5c8669fd205b75d264ca44e23fc1bfc651 (patch)
tree1f6a540706b4b7325a0d9cdeb895153fd7f0665b /test/links.c
parentde47d219c9be71e36d305994a48ede78b50e4a62 (diff)
downloadhdf5-a24e3e5c8669fd205b75d264ca44e23fc1bfc651.zip
hdf5-a24e3e5c8669fd205b75d264ca44e23fc1bfc651.tar.gz
hdf5-a24e3e5c8669fd205b75d264ca44e23fc1bfc651.tar.bz2
[svn-r25994] revert adding the has_mpi_atomicity feature flag and use the has_mpi
flag instead.
Diffstat (limited to 'test/links.c')
-rw-r--r--test/links.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/links.c b/test/links.c
index 00d8d04..6119bb3 100644
--- a/test/links.c
+++ b/test/links.c
@@ -4145,7 +4145,8 @@ external_set_elink_cb(hid_t fapl, hbool_t new_format)
op_data.target_file = filename2;
/* Core file driver has issues when used as the member file driver for a family file */
/* Family file driver cannot be used with family or multi drivers for member files */
- /* Also disable parallel member drivers, because IS_H5FD_MPI whould report FALSE, causing problems */
+ /* Also disable parallel member drivers, because H5F_HAS_FEATURE(H5FD_FEAT_HAS_MPI)
+ would report FALSE, causing problems */
base_driver = H5Pget_driver(fapl);
op_data.base_fapl = (base_driver == H5FD_FAMILY || base_driver == H5FD_MULTI
|| base_driver == H5FD_MPIO || base_driver == H5FD_CORE) ? H5P_DEFAULT : fapl;