Greg Eisenhauer

Results 27 issues of Greg Eisenhauer

Issue #3263 was due to unexercised code in the C bindings. We did the coverage thing years ago and were in a reasonable place, but the introduction of entire new...

DebugMode has been deprecated (because it was not found to have an effect on performance) and has been removed from ADIOS2 internals, leaving all sanity checks active. However, this now-inoperable...

As observed in Issue #2601, the SST queue limit default of infinite queueing is dangerous when the network or reader might not handle data production rates, causing the writer to...

SST requires contiguous buffers for data marshalling (because of its interface to data plane), so it uses the MallocV subclass of BufferV. While MallocV tries to behave reasonably, it must...

evergreen
Stale

Abstract out the BP5Writer metadata aggregation code into somewhere we can use it in other BP5 engines and potentially experiment with more enhancements. Notes: The overall "metadata" actually has 3...

enhancement

I was looking at an old issue #987 about Python Steps() and trying to figure out if it was outdated. I suspect so, but I noticed what may be an...

PNorbert: "Can we have InquireVariable() work for all variables and then determine if one has a struct and call InquireStructVariable() on it?" The above was a comment that Norbert made...

The python bindings are awkward to use without a priori knowledge (see issue #3538). Consider a Get() function that would simply return a buffer of the right size and type...