Matt Norman
Matt Norman
Change CMake lists to use semicolon rather than space.
Might want to consider https://thrust.github.io/doc/classthrust_1_1zip__iterator.html
@abagusetty, @omarkahmed, any ideas what might cause this?
I got a florentia_debug node, and things mostly pass there with that environment file. At least that bug isn't present.
I'm fine with that. We do seem to have a problem with the streams unit test on florentia still: https://github.com/mrnorman/YAKL/issues/103
Noel has it working in a proof of concept by specifying `-DYAKL_ARCH_OPENMP -fopenmp` for all C++ files. I think he's looking to do this more selectively only to the files...
The documented way to do it is to specify `YAKL_ARCH="OPENMP"` as a CMake variable and `YAKL_OPENMP_FLAGS="-fopenmp[ ...]"` as a CMake variable (replacing `-fopenmp` with whatever the compiler in question wants),...
Hey, @Goobley , my apologies for the delay here. For some reason, github wasn't notifying me of PRs. I'm looking at this now.
Admittedly, I wasn't anticipating per-node workloads of such a large size, so it might be worth a more comprehensive review of integer casting and potential loss of size_t capacities in...
@Goobley , after some thought, I can make the Array classes use bigger types for int, but I don't think I can do that for the `parallel_for` dispatch because CUDA...