mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
Remove use of H5E_CANTDISTRIBUTE error
This commit is contained in:
parent
3ce78d0d8d
commit
a2cdec5ab3
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user