- Jan 25, 2017
-
-
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
-
- 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
-
sjplimp authored
Added source code and documentation for USER-CGDNA
-
sjplimp authored
USER-DPD: Skip a0*stuff computations, if a0 was set to zero in pair_coeff
-
sjplimp authored
USER-DPD: bugfix for a segfault when using MOLECULE and DPD together.
-
- Jan 17, 2017
-
-
Tim Mattox authored
This saves around 10% of the runtime for many of our tests using SSA.
-
Tim Mattox authored
-
Steve Plimpton authored
-
sjplimp authored
Fixes for srp example
-
sjplimp authored
Neighbor fixes
-
sjplimp authored
Bugfix in the fix_ipi initialization - prevents multiple open_socket calls
-
sjplimp authored
Make fix_qeq_reax_kokkos request its own neighbor list
-
sjplimp authored
Make fix_rx request its own neighbor list
-
sjplimp authored
Updated the reference for the flow/gauss method
-
sjplimp authored
Coord atom orientorder atom enhancements
-
sjplimp authored
USER-DPD: fix a typo in the DPD-H example input; update reference output.
-
sjplimp authored
Collected small bugfixes
-
sjplimp authored
print the last input line, when error->all() is called
-
sjplimp authored
Updating Kokkos lib
-
sjplimp authored
Updated images of succesful merge.
-
Steve Plimpton authored
-
- Jan 16, 2017
-
-
Axel Kohlmeyer authored
-
Axel Kohlmeyer authored
rather than adjusting the communication cutoff, we just print out the minimum value needed and error out i suspect, this communication cutoff adjustment was included into the code before it was possible to separately set it via comm_modify. stopping with an error message printing the needed/current value is cleaner, in keeping with other modules in LAMMPS and much less problematic.
-
Axel Kohlmeyer authored
-
Axel Kohlmeyer authored
-
Michele Ceriotti authored
Included a flag to prevent multiple open_socket calls if run is included multiple times in the LAMMPS input
-