Adrian Jackson
Adrian Jackson
I do use the family APIs, i.e. `cg_fambc_read_f`, but the `BCType` parameter is garbage (i.e. things like `-1412585528`). Do I have to just ignore that data and deal with the...
HDF5, and cgnscheck doesn't complain. However, I'm not checking the error code returned by `cg_fambc_read_f`, so I'll check that it is not actually telling me it is failing anyway.
I think you need to ensure you've got the full dependencies installed. Particularly mercury and argobots
I think these routines come from the mercury library. Can you make sure you've got that installed?
Where did you install mercury? Is it in the default place or somewhere else? You'll need to make sure `LD_LIBRARY_PATH` can find it.
ABT comes from the Argobots library (https://www.argobots.org/). You should be able to install that and then configure cmake to pick that up