Arlie Capps
Arlie Capps
Done for now. Will reopen if this bites us again.
In a little greater detail, I propose to allow the user to specify offset, stride, and size as length-n arrays. The code that prepares to call `H5Sselect_hyperslab()` would properly use...
``` Node opts, n; int offset[3] = {1, 0, 0}; int count[3] = {2, 2, 4}; opts["offset"].set(offset); opts["count"].set(count); int output[16]; n.set(output); // HDF5 object at path "thefile.hdf5:myobj" has size (4,...
PR #1129 started out as read/write but I reduced its scope to just reading. I'll add writing in a subsequent PR.
Good question. This may have been user code trying to format an Inlet object. Thanks for the links.
Thanks. You're right; it's not a lot to go on. I'll see if the user can try out the suggestion.
Some more details: - user has a workaround: setting OMP_NUM_THREADS=1 avoids this particular crash - this is on BlueOS; yes, Umpire is present. Not sure if we can get Umpire...
I have been unable to reproduce the crash with the Umpire error message "Cannot find allocator for pointer: ." In the meantime, several fixes (in particular, those upstreamed to us...
Closing as can't reproduce.
I can't get it to build mfem yet, because hypre has a problem building. I'm sure I need to change the spack setup to properly point it to the system...