Cyrus Harrison

Results 374 issues of 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...

bug

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...

feature

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...

performance

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...

performance

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...

performance

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...

design

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...

feature
design

* add support to parse schema, and then only load the proper subset of the tree from the binary file

feature

for random access to tree paths in conduit binary files

feature
design