Results 262 comments of Cameron Smith

Hi @flagdanger. Is this the version the removes the 'old' PCU C api and has 'breaking' changes? If so, would you please add that to the PR description?

Hi @lucbv . Thanks for looking into this. It seems like the problem is related to handling rectangular matrices. If the `MatrixViewType` is defined to be 10x10: ``` typedef Kokkos::View...

This is great. Thank you @lucbv. Using the PR branch (https://github.com/kokkos/kokkos-kernels/pull/2342/commits/9121f0a5bc697cfa55a68998e037a895a460677c) I ran the reproducer under valgrind again and the `SerialQR` errors are gone. Running the expanded version of the...

May be a duplicate of https://github.com/SCOREC/core/issues/398

Support indicated that the Parasolid model ids ('tags') are not guaranteed to be the same between Parasolid versions and that if we need consistency we must also load the GeomSim...

Hmmm. That check may be a bit conservative now that we have a 'pure' kokkos backend that doesn't rely on thrust; there were thrust bugs in some cuda releases. I'll...

@jewatkins I'm running tests now (tracked [here](https://github.com/SCOREC/omega_h/issues/66)) and will keep you posted.

@jewatkins CUDA >= 11.4.4 works (with GCC 10.4.0 in this testing, newer/other versions are fine) in [my testing](https://github.com/SCOREC/omega_h/issues/66).

@bartgol Yeah, I'm going to add this today to cmake and spack.