Ben Corbett

Results 82 comments of Ben Corbett

I recently ran into an issue trying to build an application with Umpire 4.0.1 and RAJA 0.11.0 because they both had different versions of the camp submodule. I fixed this...

That would definitely solve the problem, although I would prefer to just say for example the camp I will use will be the one built with RAJA then point all...

Haha yeah for sure. But at that point you might run into problems when building your application if (as happened to me) Umpire's includes get routed to RAJA's camp. Having...

Well I don't know if the hardware supports it or not but they have a function. https://docs.nvidia.com/cuda/archive/10.1/cuda-c-programming-guide/index.html#atomicadd I got it working (I think, still ironing out other issues) with this...

With spack it passes `CUPTI_DIR=/usr/tce/packages/cuda/cuda-10.1.243/`, but this seems OK because Caliper has some internal logic to find the real directory and can verify from the output that it does indeed...

I think it gets set correctly with Spack as well. I can build the tests with Spack (but not run them because they aren't installed). The issue is that when...

No one is working on it right now. This should only have an effect when using the command line option to disable pinned memory so I don't think it would...

Well `SortFaceNodes` is called inside a `forAll< paralleHostPolicy >` so I don't think we should be calling `nodeManager->referencePosition` inside a loop. I would argue that since `SortAllFaceNodes` only needs the...

@af1990 I have a PR I hope to finish up today or tomorrow but then I'll look into it. This seems very similar to #633.

@af1990 I have some good news and some bad news. The good news is that I fixed the error you were getting related to #633. The bad news is that...