PaulMullowney

Results 40 comments of PaulMullowney

I see the issue. Nevermind.

find_package(umpire) keeps finding the cmake package and not the top directory. /gpfs/alpine/cfd116/proj-shared/mullowne/spack-manager-hma/spack/opt/spack/cray-sles15-zen3/clang-14.0.0/umpire-2022.03.1-zysyhnfci37w7ysfoifpei4bfyasunv5/lib/cmake/umpire Any ideas on how to fix?

Understood. But I was expecting umpire_INCLUDE_DIRS, umpire_LIBRARIES to be defined after find_package is called. They're not.

Thanks for the update. Right now, I'm just hooking into system versions Umpire on summit and crusher, but being able to build via spack is helpful.

Thanks for investigating. This is helpful.

I need to make these memcheck errors go away. @liruipeng do you see anything wrong with my changes below? I'm trying to save the y vector before the SpMV, do...

Nevermind, I see my mistake.

The diff below works. Once I added the changes below, the Cusparse related race check complaints went away and other compute-sanitizer errors appeared in other parts of the application. These...

Here's a simpler fix that works on many GPUs. https://github.com/PaulMullowney/hypre/commit/f9fbf47a71f24f339ce875e9ce097c0022a659e8

One last point. Ultimately I want this on device, so is there a good place to add a cusparse Matrix-Matrix add to complete the assembly process? Perhaps this could give...