An Thai Le

Results 4 comments of An Thai Le

I met some weird internal errors in HDF5 library when setting `extend` variable too small in 1D matrix test case. ``` HDF5-DIAG: Error detected in HDF5 (1.10.0-patch1) MPI-process 3: #000:...

I have worked around the internal HDF5 errors of 1D `dash::Matrix` by initializing `pattern_t` and create the matrix instance using `pattern_t`: ``` typedef dash::TilePattern pattern_t; typedef dash::Matrix matrix_t; pattern_t pattern(dash::SizeSpec(8),...

The error I posted in the previous comment and it is also the cause for CI failing last time we saw it. ``` HDF5-DIAG: Error detected in HDF5 (1.10.0-patch1) MPI-process...

Hi @devreal, Sure I will look into it tomorrow :)