- Feb 02, 2017
-
-
Axel Kohlmeyer authored
-
- Jan 30, 2017
- Jan 27, 2017
-
-
Stan Moore authored
-
Stan Moore authored
-
Stan Moore authored
-
Dan Ibanez authored
see commit 09fc8b0b for details on why
-
Dan Ibanez authored
because the verlet_kokkos system has a "clever" optimization which will alter the datamasks before calling sync/modify, so the datamask framework must be strictly obeyed for GPU correctness. (the optimization is to concurrently compute forces on the host and GPU, and add them up at the end of an iteration. calling your own sync will overwrite the partial GPU forces with the partial host forces).
-
- Jan 26, 2017
-
-
Steve Plimpton authored
-
sjplimp authored
Kokkos bugfixes
-
sjplimp authored
fix USER-OMP bug on per-atom data with hybrid styles
-
sjplimp authored
warning fixes (Kokkos+CUDA)
-
sjplimp authored
Fix skip with ghost issue
-
sjplimp authored
USER-DPD: Possible uninitialized variable in pair_exp6_rx.cpp bugfix.
-
Axel Kohlmeyer authored
-
- Jan 25, 2017
-
-
Dan Ibanez authored
-
Dan Ibanez authored
-
Dan Ibanez authored
-
Dan Ibanez authored
-
Dan Ibanez authored
-
Dan Ibanez authored
this structure gets put inside a DualView, so these members need to be able to execute on the GPU
-
Dan Ibanez authored
-
Dan Ibanez authored
the compiler pointed out that boundary[2][2] doesn't exist. If I understand this correctly, those checks should be against boundary[*][0].
-
Dan Ibanez authored
this #ifdef adds a return statement for little endian machines, but leaves the old one, which the compiler comlains is unreachable. this commit combines the conditionals so we can use #else
-
Stan Moore authored
-
Stan Moore authored
-
- Jan 24, 2017
-
-
Axel Kohlmeyer authored
-
Axel Kohlmeyer authored
-
- Jan 23, 2017
-
-
Christopher Stone authored
Added explicit initialization (to zero) for several variables inside the inner j-loop to avoid using them uninitialized or from prior iterations within rmOldij_12 == 0.
-
- Jan 20, 2017
-
-
Steve Plimpton authored
-
sjplimp authored
collected fixes and improvements
-
sjplimp authored
Kokkos fixes
-
sjplimp authored
USER-DPD another zero compute optimization
-
Axel Kohlmeyer authored
-
Axel Kohlmeyer authored
-
Steve Plimpton authored
-
- Jan 19, 2017
-
-
Stan Moore authored
-
Stan Moore authored
-
- Jan 18, 2017
-
-
Tim Mattox authored
This relates to commit 4eb08a58 that was applied to pair_dpd_fdt_energy
-
Tim Mattox authored
-