Aaron Black
Aaron Black
Writing an empty node out to a json file produces invalid json. Currently the file consists of a single line of: null Trying to read this node back into conduit...
The fem/conduitdatacollection class is currently referencing an inner directory in the conduit include path. This trips up build systems, as they have to make allowances for adding an additional include...
I think Caliper is missing the Fortran module directory in its exported target's include paths. (or I'm overlooking it, can let me know) The code structure looks similar to Umpire,...
I'm currently building a code that uses Caliper, and my Caliper was built with Adiak enabled. I would like the ability to do these two use cases: 1. provide an...
One of the mission critical production codes at LLNL uses Caliper, and their process involves building Caliper on one file system then copying it to another file system. The Caliper...
The Marbl code has test problems where the MFEM mesh data resides in device memory and has calls to the MFEMSidreDataCollection SetMesh() function. The data collection source currently expects the...