Kenny Weiss

Results 88 comments of Kenny Weiss

To be addressed as part of https://github.com/LLNL/axom/issues/83

Based on a comment from @nselliott, it looks like we need to add `[email protected]` or later.

Seems like a reasonable idea. @rhornung67 -- We were building that way in travis for our builds that did not have TPLs, since ``sidre`` is the only component that **requires**...

Great idea @ltaylor16 and a perfect candidate for a new github actions workflow!

Possible github action instead of github API?

It looks like the problem can be reduced as follows: ```cpp void bug() { axom::sidre::DataStore* ds = new axom::sidre::DataStore(); ds->createAttributeScalar("attr", 10); // create the attribute auto* gr = ds->getRoot()->createGroup("gr"); gr->save("saveFile.json",...

There are open questions about how to best deal with this. * Macros are likely the most performant way to deal with this, but not the most readable. * Inline...

Perhaps add this to a "benchmarks" suite to track performance across platforms?