mlohry
mlohry
# Issue Template ## Feature Request The Group and Experiment columns in the standard output uses a fixed 15 characters, with longer names being truncated. Can this be automatically scaled...
I've been encountering an odd bug in my code I'm having trouble identifying. On exit of a successful execution I get met by "malloc_consolidated(): invalid chunk size, aborted (core dumped)"....
Meshes which use `pyramid` aka `PYRA_5`as well as `wedge` aka `PENTA_6` elements, as specified in the conduit mesh docs, are not supported as seen here: https://github.com/Alpine-DAV/ascent/blob/6d1ca3f8d27e9b640be93453c6453f76f545ae7d/src/libs/ascent/runtimes/ascent_vtkh_data_adapter.cpp#L479 Are there plans to...
I require 64 bit indexing for connectivity, and have compiled VTK-m with `-DVTKm_USE_64BIT_IDS=ON` because of this. When building conduit, I hit the assertions ``` /Users/mlohry/dev/ascent/src/libs/ascent/runtimes/ascent_vtkh_data_adapter.cpp:2027:40: error: static assertion failed: blueprint...
System: ubuntu 22.04, Radeon VII, rocm-5.4.3. Following the rocprof user guide example, I am able to successfully run the linked MatrixMultiplication.cpp with `rocprof --hsa-trace --hip-trace matrixmul` and it produces the...
this image is a render of a field with a camera positioned above a wing, where the surface topology is defined by tris in 3D space. geometric entities on the...
With scene renders, I can provide an image prefix like `image_prefix: "./filename_%06d"` and at step 5 will be exported `filename_000005.png`. How can I do similar for extracts to HDF5? e.g....
The following code for a single tetrahedron mesh generates a blueprint hdf5 mesh file and render, ``` std::vector xvert = {0.0, 1.0, 0.0, 0.0}; std::vector yvert = {0.0, 0.0, 0.0,...
This is a feature request to add support for parallel CGNS i/o equivalent to the existing support for HDF5 in relay i/o. CGNS itself is built upon HDF5, so conceptually...