Nicolas Morales
Nicolas Morales
I believe I found a workaround. It's not pretty, but will at least change GCC 12 from failing to compile to just (rightfully) failing substittion when considering that overload. If...
As part of the checklist of things to review, check that the documentation is adequate
Even if `Teuchos_ENABLE_THREAD_SAFE=ON` has too much of a performance implication if enabled globally, it's still necessary to make sure that anything accessed in a parallel kernel is thread safe. So...
Just a minor comment, still need to do a full review, but why `ccm` as the extension? We use `.cpp` for C++ files, it would make more sense to me...
Some builds are failing because we need to update the hash of desul, we require the changes that were merged into desul in https://github.com/desul/desul/pull/129
Retest this please
To be honest I'm not sure it's worth deprecating the old simd names or even changing them in our code. Our stuff is spelled differently anyway with being in the...
Wow that was fast, thanks @cedricchevalier19