diff options
Diffstat (limited to 'test/links.c')
-rw-r--r-- | test/links.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/links.c b/test/links.c index 0f5e2dc..d3ca5e4 100644 --- a/test/links.c +++ b/test/links.c @@ -4148,8 +4148,7 @@ external_set_elink_cb(hid_t fapl, hbool_t new_format) /* Also disable parellel member drivers, because IS_H5FD_MPI whould 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_MPIPOSIX - || base_driver == H5FD_CORE) ? H5P_DEFAULT : fapl; + || base_driver == H5FD_MPIO || base_driver == H5FD_CORE) ? H5P_DEFAULT : fapl; op_data.fam_size = ELINK_CB_FAM_SIZE; op_data.code = 0; |