Christian Trott

Results 519 comments of Christian Trott

Actually this needs to be updated for volta. It needs warp synchronization not block synchs

I will fix this. The CMake build system was pretty hokey.

Turns out the version posted on github was actually old, and didn't reflect the latest svn repo. I am posting the full update including bug fixes soon.

Jup I know :-). Got it almost fixed up.

Ok pushed it. I removed the CMakeBuild system and replaced it with the default Kokkos GNU Make system. So it builds now like the Kokkos examples, or miniMD. Let me...

Btw: you need at least GCC 4.7.2 For Cuda the minimum version is 7.5.

You can simply download a newer Cuda, but you would also need at least a GPU with compute capability 3.0. The compiler you used in your first post was only...

I didn't have any plans to change that. Also its generally not a very typical use case for this type of MD simulation.

Kokkos Serial is not spawning threads new threads as far as I know and can tell from the code. I mean this piece: ``` start of Kokkos parallel_reduce waiting for...

In both cases we need to have a new enough GCC underneath. On Blake you can now also load a newer GCC module at the same time as you load...