Xavier Lacoste
Xavier Lacoste
**Describe the bug** Build failed in debug mode on pangea3 **To Reproduce** Steps to reproduce the behavior: 1. Load the modules indicated in pangea3 host config 2. Build GEOSX with...
Hello, In our C code we give values to our enum entries, I modified cwrap so that it takes those values. This code break some tests but I think it's...
When I run geosx I happen to have assert errors in LVArray that are not easy to understand as strings are not correctly built: ```ArraySlice.hpp:294: std::enable_if::type LvArray::ArraySlice::operator[](INDEX_TYPE) const [with int...
Add `freeOnDevice()` method to allow freeing memory from GPU before the object destruction. This method is useful to remove temporary working data from GPU space, freeing GPU memory. Add logger...
required to build on macos (after fixing muster compilation cf https://github.com/LLNL/muster/pull/3)
tr1::unordered_map does not build on MacOS.