Cameron Smith
Cameron Smith
+1 to this. We have a similar use case. In our code there is a View of a scalar type that are treated as tuples (e.g., two consecutive ints per...
Interestingly, a build without Kokkos (https://github.com/SNLComputation/omega_h/issues/344#issuecomment-606573986, using `master` 9a2b60d) passes all tests.
I too created an issue for this: https://github.com/SCOREC/omega_h/issues/14 @ibaned Reported this to the Thrust team and it is supposed to be fixed in 11.3.
@vicentebolea Thanks for creating the issue. Our CI for a downstream library using ADIOS2 appears to have hit the same problem on an Ubuntu system. While a fix is in...
I tried using one IO object to create two BP4 engines, one writer and one reader, and hit problems with variables being deleted when running more than one step (`BeginStep`...
Hello. Thanks for the quick followup. I'm far from a seasoned ADIOS2 user so please excuse any misunderstanding I have of the context/usage. @pnorbert - Thank you for the explanation...
The easiest thing to do is to set `CMAKE_PREFIX_PATH` to point at the lib dirs. For example: ``` export CMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH:/path/to/simmodsuite/install/include:\ /path/to/simmodsuite/install/lib:\ /path/to/simmodsuite/install/lib/acisKrnl:\ /path/to/simmodsuite/install/lib/psKrnl ```
@mortezah Did setting `CMAKE_PREFIX_PATH` work for you?
Is the 100M element ugrid mesh available for download somewhere?
The print statement is here: https://github.com/SCOREC/core/blob/28d22997d1b30d9b3cc04f417b040713d20eda81/phasta/phAdapt.cc#L42-L48 In maMatch.cc the following function appears to disable collapses and swaps on cavities that span the matched boundary. https://github.com/SCOREC/core/blob/28d22997d1b30d9b3cc04f417b040713d20eda81/ma/maMatch.cc#L79-L98