Searched refs:max_chunk_size (Results 1 – 1 of 1) sorted by relevance
324 hsize_t max_chunk_size = 4 * GiB; /* HDF5 internal limitation */ in VecGetHDF5ChunkSize() local331 …target_size = (hsize_t)PetscMin((PetscInt64)vec_size, PetscMin((PetscInt64)max_chunk_size, PetscMa… in VecGetHDF5ChunkSize()344 if (avg_local_vec_size > max_chunk_size) { in VecGetHDF5ChunkSize()349 zslices = PetscCeilInt64(vec_size, da->p * max_chunk_size) * zslices; in VecGetHDF5ChunkSize()353 yslices = PetscCeilInt64(vec_size, zslices * da->n * max_chunk_size) * yslices; in VecGetHDF5ChunkSize()357 xslices = PetscCeilInt64(vec_size, zslices * yslices * da->m * max_chunk_size) * xslices; in VecGetHDF5ChunkSize()