Matt Larsen

Results 41 comments of Matt Larsen

There is an example in the host configs: https://github.com/LLNL/blt/blob/c0e59246ca63b2087593277119e0c6bf8bf34b55/host-configs/llnl-ray-blue_os-clang-coral%402018.08.08.cmake#L61 I think it could be a be a little more clear if we could specify `BLT_CUDA_ARCH` or something similar.

To be clear, this works correctly without cuda.

Bit by this again in another project.

On the subject of CUDA related variable, should there be a `BLT_CUDA_ARCH` variable that does the right thing? I have seen multiple ways to set this.

Adding `BLT_` to the cmake variables that BLT handles would help users understand what BLT is doing and what it is not.

Its unclear how to provide a custom comparison operation in the examples or the documentation. If I give it a function like I would to std::sort: ``` bool operator()(const Vec2Id...

I think i can work around it by performing some sort of hash of the values (since the values might not be able to be represented in 64 bits). Then...

Sure. I will code something up and get permission to share it.

the association should still be present for clarity, but only one valid value.

@jedbrown Does this work? #474