Henry Le Berre
Henry Le Berre
I ran into a few hurdles while attempting to compile and use ZFP with Cuda support using NVHPC v22.5 and its Fortran bindings. I might have misinterpreted part of the...
Hi team, We have been running Silo without issue on many computers including Summit, but we are getting the following fatal runtime error on another system: ```console dbputmmesh: Low-level function...
## Description - Adds three new working example cases `nD_perfect_reactor`, `1D_reactive_shocktube`, and `1D_inert_shocktube`. - Fixes HLL+Advection, Pressure/Energy calculations, and more (for chemistry). - Removes the horrible `misc/viz.py` script and instead...
While CMake ships its own [FindHDF5](https://cmake.org/cmake/help/latest/module/FindHDF5.html), we had to create our own [toolchain/cmake/FindHDF5.cmake](toolchain/cmake/FindHDF5.cmake) to accommodate non-cooperative systems and compilers (afaik only Cray CCE). This issue arises again when we attempt...