William R Tobin
William R Tobin
Part of this work is attempting to separate input file format dependence / parsing from internal group/attribute instantiation and definition. There is still work to do (clearly) but this includes...
The inclusion modification is currently the part of this work I like the least, yeah. While I don't necessarily want to support inclusion of files of different formats, my intent...
Yeah I need to make some time to come back around on this and debug the runtime issues. Likely needs some traits cleanup of some sort. I have some local...
Based on the stack trace my assumption is that a piece of data to be packed wasn't able to correctly serialize (possibly calling an incorrect version of the packing functions...
Ah! Solid. Nothing in this branch changes our ability to pack scalar quantities, we still likely need to add support for that operation to `BufferOps.[hc]pp` since those types should only...
@untereiner You should be able to start trying to use this again. I fixed the bug and things seem to be working. The primary issue was checking the device packability...
@untereiner There is still an existing bug with gathering host-side data, since we refactored the device-packing functions to allow us to pack either just underlying data (for timehistory) or both...
Just pushed a fix for the ctest failure. I'm going to run regression tests on quartz and lassen and assuming they all pass I'll promote this for review / merge.
Quartz was passing. I haven't been able to run on Lassen yet, and I'm at a hackathon working on kernel performance on AMD until Thursday. I should be able to...
No, but there are failing tests in develop on Lassen right now and the set of tests looks "similar", so I think this is probably fine, but I'm unwilling to...