|
|
741db3da28
|
Merge branch 'develop' of github.com:lammps/lammps into kk_update_4.0
|
2023-06-05 10:55:24 -06:00 |
|
|
|
806af5322e
|
Kokkos package optimizations
|
2023-05-05 19:08:02 -06:00 |
|
|
|
0be9206c08
|
Merge branch 'develop' into kk_update_4.0
|
2023-04-24 09:05:29 -06:00 |
|
|
|
8a118b6f17
|
Merge pull request #16 from rbberger/kk_cpp17_update
Cleanups and HIP bugfix
|
2023-04-24 09:01:59 -06:00 |
|
|
|
65a42d3921
|
kokkos: make use of NeedDup_v
|
2023-04-22 17:05:05 -06:00 |
|
|
|
d3b48a9346
|
kokkos: use std::enable_if_t and std::is_same_v
|
2023-04-22 16:20:04 -06:00 |
|
|
|
b58368dc34
|
whitespace
|
2023-04-19 13:31:37 -06:00 |
|
|
|
5cb3d15ada
|
Add Kokkos support for atom sorting on device
|
2023-04-19 12:47:38 -06:00 |
|
|
|
88dcad59af
|
silence compiler warnings
|
2023-04-14 14:59:25 -04:00 |
|
|
|
382c09abcb
|
Use correct var
|
2023-04-11 16:55:45 -06:00 |
|
|
|
12731f23a7
|
Fix more issues
|
2023-04-11 16:51:04 -06:00 |
|
|
|
4a760f5e81
|
Fix another bug
|
2023-04-11 15:05:08 -06:00 |
|
|
|
3249d9eba3
|
Fix bug in new code
|
2023-04-11 11:41:14 -06:00 |
|
|
|
dc4e4e6329
|
More tweaks
|
2023-04-10 14:01:01 -06:00 |
|
|
|
9a1250a9d7
|
Merge branch 'develop' of https://github.com/lammps/lammps into granular-kokkos
|
2023-04-10 12:46:13 -06:00 |
|
|
|
96b696450c
|
Fix GPU issues
|
2023-04-10 11:03:54 -06:00 |
|
|
|
8e4e0e3749
|
whitespace
|
2023-04-03 10:23:15 -06:00 |
|
|
|
0bac0b4e0f
|
Fix issue with Kokkos fix shake on GPUs from #3719
|
2023-04-03 10:11:04 -06:00 |
|
|
|
932d54b5eb
|
Merge branch 'shake_closest' of github.com:stanmoore1/lammps into granular-kokkos
|
2023-03-31 16:11:45 -06:00 |
|
|
|
c36ae07bd1
|
Temp solution for Kokkos min_post_force
|
2023-03-31 14:25:30 -06:00 |
|
|
|
06d67756d4
|
Fix issue with shake stats on GPU
|
2023-03-31 14:15:20 -06:00 |
|
|
|
909b20c00a
|
Fix GPU issues
|
2023-03-31 13:01:25 -06:00 |
|
|
|
d9fcc4b968
|
Port Steve's changes to Kokkos
|
2023-03-31 11:45:33 -06:00 |
|
|
|
d03fc75329
|
Fix issues in new Kokkos code
|
2023-03-31 11:02:11 -06:00 |
|
|
|
31bd8ce0c8
|
Port changes to Kokkos
|
2023-03-31 09:55:17 -06:00 |
|
|
|
0a5f523eae
|
whitespace
|
2023-03-23 13:51:59 -06:00 |
|
|
|
e2aa948fac
|
Fix more issues
|
2023-03-07 16:30:18 -07:00 |
|
|
|
5e4714b41e
|
Fix some issues with new code in fix shake
|
2023-03-06 16:31:19 -07:00 |
|
|
|
b2c636af75
|
Another refactor, port fix shake
|
2023-03-03 15:04:44 -07:00 |
|
|
|
88cc0b646a
|
Fix memory leak in Kokkos fix shake
|
2022-12-14 15:05:27 -07:00 |
|
|
|
2132b1d904
|
update developer reference text
|
2022-10-24 11:08:26 -04:00 |
|
|
|
cccf3f6f78
|
change email for contacting LAMMPS developers, add to homepage checker
|
2022-10-20 20:36:03 -04:00 |
|
|
|
caf21d09b4
|
disallow using fix shake/rattle with KOKKOS during minimization (for now)
|
2022-08-05 18:12:29 -04:00 |
|
|
|
114b19f620
|
make certain that the fix energy is properly reset to zero
|
2022-06-23 06:51:13 -04:00 |
|
|
|
a7b6dc7b59
|
initial implementation of minimizer support in fix shake/rattle
|
2022-04-30 19:03:28 -04:00 |
|
|
|
4c0192cae1
|
rename forward communication functions for pair, fix, compute, and dump
|
2022-02-21 21:15:10 -05:00 |
|
|
|
b2916339a4
|
Add NeedDup_v and AtomicDup_v helpers to KOKKOS
|
2022-01-31 13:42:03 -05:00 |
|
|
|
01d7afdaa4
|
Small refactor
|
2021-07-12 15:54:02 -06:00 |
|
|
|
4f6e28a0d8
|
Refactor use of Kokkos::UnorderedMap to fix Cuda issue
|
2021-07-06 13:49:12 -06:00 |
|
|
|
a4c2bc13cf
|
Add atom_map hash option for Kokkos package
|
2021-06-28 08:38:31 -06:00 |
|
|
|
09c19a936b
|
update URLs in source code and manual
|
2021-05-24 14:18:20 -04:00 |
|
|
|
d8291eea7b
|
Merge branch 'master' into prepare-clang-format
# Conflicts:
# src/MOLECULE/bond_fene.h
# src/MOLECULE/bond_fene_expand.h
|
2021-05-11 21:49:48 -04:00 |
|
|
|
d1941392d3
|
disable clang-format for all existing .cpp files (for now)
|
2021-05-05 23:53:38 -04:00 |
|
|
|
9f4da1128b
|
remove optional logflag argument from Error::message() and Error::warning()
|
2021-05-05 16:02:51 -04:00 |
|
|
|
6b04ebd617
|
Merge branch 'master' into varargs-log-error-functions
|
2021-04-26 13:27:58 -04:00 |
|
|
|
e9e0bb71b6
|
Use varargs version of Error:all() and Error::one() where applicable
|
2021-04-25 21:30:51 -04:00 |
|
|
|
df7fe4431f
|
make LAMMPS homepage URL and C++ indicator comments consistent
|
2021-04-22 21:26:07 -04:00 |
|
|
|
183b30abd7
|
use strmatch() consistently to detect respa and verlet runstyles with optional suffix
|
2021-03-30 18:30:22 -04:00 |
|
|
|
d1be5d49ca
|
Merge branch 'master' into thermo-energy
|
2021-01-26 18:37:05 -05:00 |
|
|
|
3bbedb1cd9
|
whitespace
|
2021-01-22 08:55:20 -07:00 |
|