Remove use of H5E_CANTDISTRIBUTE error

This commit is contained in:
Jordan Henderson 2017-07-05 08:48:24 -05:00
parent 3ce78d0d8d
commit a2cdec5ab3
2 changed files with 1 additions and 2 deletions

View File

@ -2684,7 +2684,7 @@ H5D__construct_filtered_io_info_list(const H5D_io_info_t *io_info, const H5D_typ
/* Redistribute shared chunks to new owners as necessary */
if (io_info->op_type == H5D_IO_OP_WRITE)
if (H5D__chunk_redistribute_shared_chunks(io_info, type_info, fm, local_info_array, &num_chunks_selected) < 0)
HGOTO_ERROR(H5E_DATASET, H5E_CANTDISTRIBUTE, FAIL, "unable to redistribute shared chunks")
HGOTO_ERROR(H5E_DATASET, H5E_WRITEERROR, FAIL, "unable to redistribute shared chunks")
*chunk_list = local_info_array;
*num_entries = num_chunks_selected;

View File

@ -245,7 +245,6 @@ MINOR, MPI, H5E_MPIERRSTR, MPI Error String
MINOR, MPI, H5E_CANTRECV, Can't receive data
MINOR, MPI, H5E_CANTGATHER, Can't gather data
MINOR, MPI, H5E_NO_INDEPENDENT, Can't perform independent IO
MINOR, MPI, H5E_CANTDISTRIBUTE, Can't distribute shared chunks
# Heap errors
MINOR, HEAP, H5E_CANTRESTORE, Can't restore condition