Ben Corbett
Ben Corbett
> There was some motivation coming from an error on frontier, but IIRC we've since moved past that. > > Regardless, there is never a reason (and should never be,...
After updating to v5.5.3 such that I have the fix from #789, performing substitute on a complex expression no longer fails, but it does not work as expected: ```julia using...
I just tried it out and everything appears to be working!
In a similar vein, do you know if multi-threading works on Apple ARM chips? Changing the number of threads with `gbset` has an impact on the number of threads reported...
> What is the good practice in GEOSX for exception/error ? > The exceptions are used exclusively for compatibility with Python. We don't try to do any error handling inside...
Hey Bill, any chance you could add HIP support to the LvArray spack build? I would do it but I don't have access to any HIP machines. I bet with...
You're getting an out of bounds error on the GPU . In this case it's coming from an `ArraySlice< int const, 1 >` FYI this is about as nice an...
My bad, I thought you were confused about the meaning of the message. When `NDBUG` is defined `LVARRAY_ERROR` uses the standard `assert` macro, why cuda gdb doesn't stop on this...