pnorbert
pnorbert
These values should be written as LocalValue variable, so the reader will auto-create a 1D global array of those values.
Interesting error I did not expect because I did not realize this was differently handled in BP4 and BP5. ``` [ADIOS2 ERROR] : adios2_begin_step: [ADIOS2 EXCEPTION] : Variable u1.dat already...
Same for `io_tmp_test.f90`. I think it was a logical error in these two tests to write twice with `io_name`, but read once with `io_name` and once with `io_restart`. It only...
"I see that the BP4 code bent out of its shape to accommodate this situation" - I meant in the adios2 source code, not your code.
As a note on the BP4 test, I don't understand why but it does not work as expected. Even though this high-level python API example (which uses the bindings as...
Thank you for the report. I can reproduce this on ubuntu 24.04 and adios2 release_210 branch. And as you state, the master branch works fine.
We decided to make a 2.10.2 release with a handful of bug fixes, including this one. Stay tuned.
Something is not correct with your HDF5 installation, `ssize_t` is defined in H5public.h only if `H5_SIZEOF_SSIZE_T == 0` This constant is defined in H5pubconf.h to be 8 on non `__APPLE__`...
Oh, missed the fact this is WSL. So your hdf5 seems to be picked up from Clover installed on Windows. You definitely need to point to a hdf5 install on...
Yes, but only if you are building adios as a serial library. If you have MPI installed in this case, you have to force it off with `-DADIOS2_USE_MPI=OFF`. Otherwise, you...