Kenny Weiss

Results 88 comments of Kenny Weiss

I think our `axom::Array` implementation is sufficiently advanced at this point for us to start chipping away at this ticket

https://github.com/LLNL/axom/search?q=std%3A%3Avector+primal

Here's the corresponding change in Axom -- https://github.com/LLNL/axom/pull/716

To clarify, the intent of this issue was for cuda+openmp with our main compilers on LLNL's blueos clusters: the IBM XL compiler and clang.

Thanks @chapman39 I'm pretty sure our `uberenv` setup is only currently testing a `SHARED` build of adiak (and caliper), so it likely didn't trigger this conditional. If you have a...

A bit more context: > get_target_property(_target_type adiak::adiak TYPE) if(MPI_FOUND AND ${_target_type} STREQUAL "STATIC_LIBRARY" AND TARGET adiak::mpi) blt_patch_target(NAME adiak::mpi DEPENDS_ON dl) endif() My adiak branch started at least a year ago,...

Thanks for your continued patience @tlorentz77. I'm still working on the fix for the `using-with-cmake` problem (i.e. this issue). In the process of looking into it, I noticed that the...

@gunney1 was this handled in #921, or is it still an ongoing concern?

This is likely not as relevant now that we've fixed the problem with collective `SLIC_ASSERT` and `SLIC_ERROR` hanging before logging their errors in https://github.com/LLNL/axom/pull/868

Let's revisit if/when needed.