Cyrus Harrison
Cyrus Harrison
``` CMake Warning (dev) at thirdparty_builtin/civetweb-0a95342/CMakeLists.txt:88 (if): Policy CMP0054 is not set: Only interpret if() arguments as variables or keywords when unquoted. Run "cmake --help-policy CMP0054" for policy details. Use...
we can support non-alloc (aka copy out case) for more complex object trees with broadcast using schema if we add more checks. We need to know if all of the...
When parsing large JSON schemas, the our sanitize logic can be slow. I suspected this for quite somtime & Bujar Tagani confirmed this by profiling reads of a dataset with...
we use h5literate in relay's hdf5 read functions to follow a pattern that breaks any cycles in an HDF5 graph when reading in data. Our datasets are usually trees (especially...
In conduit::Node and/ or conduit::Schema, there are two basic targets for performance analysis and improvements * investigate using of char* and direct offsets to avoid string copies during path splitting...
Create a general system for mapping from between different sets of element vertex winding orders. This may include describing the set of possible permutations for each element and having folks...
While thinking about a mpi all-to-all interface, @bryujin and I talked over several potential interfaces. The best candidate surviving is one that constructs node trees that include destination ranks. For...
* add support to parse schema, and then only load the proper subset of the tree from the binary file
for random access to tree paths in conduit binary files