summaryrefslogtreecommitdiffstats
path: root/src/H5Dio.c
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2017-01-13 14:14:38 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2017-01-13 14:14:38 (GMT)
commita3605cbdeb5f79c5753b848dfef1706988ba10e7 (patch)
treea27678d0e33455a6c165425704122f3091c853cd /src/H5Dio.c
parent089afc48561ba8838d6a515c6b00fc6f7032ca13 (diff)
downloadhdf5-a3605cbdeb5f79c5753b848dfef1706988ba10e7.zip
hdf5-a3605cbdeb5f79c5753b848dfef1706988ba10e7.tar.gz
hdf5-a3605cbdeb5f79c5753b848dfef1706988ba10e7.tar.bz2
Switch working branch from master to develop
Diffstat (limited to 'src/H5Dio.c')
-rw-r--r--src/H5Dio.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5Dio.c b/src/H5Dio.c
index f5087da..6a4e6ec 100644
--- a/src/H5Dio.c
+++ b/src/H5Dio.c
@@ -666,11 +666,6 @@ H5D__write(H5D_t *dataset, hid_t mem_type_id, const H5S_t *mem_space,
if(H5T_get_class(type_info.mem_type, TRUE) == H5T_REFERENCE &&
H5T_get_ref_type(type_info.mem_type) == H5R_DATASET_REGION)
HGOTO_ERROR(H5E_DATASET, H5E_UNSUPPORTED, FAIL, "Parallel IO does not support writing region reference datatypes yet")
-
- /* Can't write to chunked datasets with filters, in parallel */
- if(dataset->shared->layout.type == H5D_CHUNKED &&
- dataset->shared->dcpl_cache.pline.nused > 0)
- HGOTO_ERROR(H5E_IO, H5E_WRITEERROR, FAIL, "cannot write to chunked storage with filters in parallel")
} /* end if */
else {
/* Collective access is not permissible without a MPI based VFD */