pnorbert

Results 155 comments of pnorbert

Hi, I won't be able to look at this problem this week but can you please share the xxx.bp/m* files so that we can debug it?

it's probably a joined array then On Thu, Mar 27, 2025, 12:43 AM Greg Eisenhauer ***@***.***> wrote: > Interesting, these are coming in as one dimensional with a dimension value...

I am not able to reproduce this issue on ubuntu. I am a bit suspicious about the location of that `libhdf5.so.200` file. - How did you install HDF5 and which...

It's not the plugin engine infrastructure. The catalyst plugin engine creates its own IO object internally at Open, and creates its variables from the IO object you pass in Open()....

ADIOS can be told to build with external yaml-cpp and pugixml. ``` -DADIOS2_USE_EXTERNAL_YAMLCPP=ON \ -DADIOS2_USE_EXTERNAL_PUGIXML=ON \ -DCMAKE_PREFIX_PATH="/opt/yaml-cpp;/opt/pugixml" \ ``` Would this solve your issue?