Commit Graph

18 Commits

Author SHA1 Message Date
1fe7fdc7d6 Add more missing Kokkos data movement 2022-06-28 15:04:10 -06:00
56e1207024 Add missing GPU <--> CPU data transfer in minimize Kokkos 2022-06-28 12:03:34 -06:00
f497afa763 Small tweaks 2022-06-28 08:51:42 -06:00
940e88d2ca more clang-tidy fixes 2022-05-13 21:12:48 -04:00
878795e64a bulk rename of remaining USER- packages 2021-06-29 20:12:59 -04:00
09c19a936b update URLs in source code and manual 2021-05-24 14:18:20 -04:00
d1941392d3 disable clang-format for all existing .cpp files (for now) 2021-05-05 23:53:38 -04:00
8c4918457f consistently compare atom->molecular against enumerator constants 2021-03-14 01:25:22 -05:00
6554547b41 Merge pull request #2444 from stanmoore1/kk_global_dof
Add support for extra global DOFs to Kokkos minimize
2020-10-26 17:07:27 -04:00
30c050fda7 Add missing global DOF calls 2020-10-23 08:36:48 -06:00
ef048cad55 Add extra global DOFs for Kokkos minimize 2020-10-22 16:03:42 -06:00
adf74b3a22 use https://lammps.sandia.gov based URLs consistently 2020-10-21 16:45:30 -04:00
f1ef7d85a8 T2345: Replace instances of NULL with nullptr
The following changes have been applied to src and lib folders:
regex replace: ([^"_])NULL ⇒ \1nullptr (8968 chgs in src, 1153 in lib)
Manually find/change: (void \*) nullptr ⇒ nullptr (1 case)
regex find: ".*?nullptr.*?"
  Manually ~14 cases back to "NULL" in src, ~2 in lib
  regex finds a few false positive where nullptr appears between two
  strings in a function call
2020-09-12 09:34:38 -06:00
f67bd8eb5d more KOKKOS, USER-OMP, and USER-INTEL include file cleanup 2020-09-03 10:54:06 -04:00
adf9602ae3 whitespace fix 2020-04-15 14:26:37 -04:00
677f5cc997 C3 JT 041420 2020-04-14 15:22:20 -06:00
c24486c824 Fall back to base class function 2019-08-28 09:47:26 -07:00
02e6ce32ea Add Kokkos version of minimize 2019-08-28 09:41:15 -06:00