|
|
b2ee7fa3a3
|
remove stuff that is incompatible with recent MSVC compilers
|
2021-09-07 00:59:16 -04:00 |
|
|
|
f5259f0081
|
correct non-portable code
|
2021-09-07 00:58:16 -04:00 |
|
|
|
63a2882127
|
apply clang-format
|
2021-09-06 17:01:22 -04:00 |
|
|
|
898f8086db
|
consolidate binary() member functions of Comm and Balance into utils::binary_search()
|
2021-09-06 16:58:14 -04:00 |
|
|
|
6290054e52
|
forgot to update lammps.cpp
|
2021-09-03 11:37:03 -04:00 |
|
|
|
f768b701ee
|
add -skiprun command line flag that sets a timeout so that run and minimizations loops are skipped
|
2021-09-03 11:21:42 -04:00 |
|
|
|
c186b24292
|
avoid segfaults due to uninitialized data
|
2021-09-01 21:47:39 -04:00 |
|
|
|
495f424a67
|
apply clang-format to pair_lj_cut.cpp so it can serve as example
|
2021-09-01 20:08:06 -04:00 |
|
|
|
e6d7a544e2
|
remove whitespace from comma separated arguments to variable functions
|
2021-09-01 14:02:35 -04:00 |
|
|
|
9085662e2b
|
Merge pull request #2899 from akohlmey/next_patch_release
Step version strings for the next patch release
|
2021-08-31 19:43:41 -04:00 |
|
|
|
e9ef26c2be
|
Merge branch 'master' into last-minute-fixes
|
2021-08-31 16:03:50 -04:00 |
|
|
|
c66a51bca1
|
fix bug in fix adapt: reinit must be called for the top-level pair/bond style
|
2021-08-31 14:23:13 -04:00 |
|
|
|
888d6fd9b4
|
small update
|
2021-08-31 14:20:52 -04:00 |
|
|
|
8f600f6db7
|
Merge pull request #2912 from stanmoore1/kk_foward_comm_array
Add missing Kokkos sync-to-host to fix false-positive warning
|
2021-08-31 10:21:31 -04:00 |
|
|
|
16c063cba5
|
Fix OPENMP install script properly remove -DLMP_OPENMP from Makefile.packages
|
2021-08-30 18:39:24 -04:00 |
|
|
|
5b42d5f302
|
Fix compile issue
|
2021-08-30 15:21:24 -06:00 |
|
|
|
1703cd4ca2
|
Whitespace
|
2021-08-30 14:57:59 -06:00 |
|
|
|
0e639a2c5b
|
Add missing Kokkos sync to host
|
2021-08-30 14:52:26 -06:00 |
|
|
|
66fc0438a8
|
Merge branch 'master' into fix-ttm-grid
# Conflicts:
# doc/src/pair_snap.rst
|
2021-08-30 16:37:51 -04:00 |
|
|
|
25a6c59cea
|
Merge pull request #2900 from stanmoore1/kk_bugfixes
Fix issues in KOKKOS package
|
2021-08-30 15:28:41 -04:00 |
|
|
|
00c3c5cf06
|
Port changes from #2903 to Kokkos
|
2021-08-30 12:43:07 -06:00 |
|
|
|
2de482f825
|
Merge pull request #2911 from akohlmey/fix-gpu-package-issues
Fix minor GPU package issues for the stable release
|
2021-08-30 13:45:23 -04:00 |
|
|
|
6635b402c6
|
Merge pull request #2910 from wmbrownIntel/intel-mm-scale-fix
Fix (the fix) for _MM_SCALE preprocessor defines for future Intel compilers
|
2021-08-30 13:10:21 -04:00 |
|
|
|
5d03028028
|
Merge branch 'master' into kk_bugfixes
|
2021-08-29 22:07:40 -04:00 |
|
|
|
664a07a3fe
|
disallow GPU neighbor list with hybrid pair styles (which has still problems)
|
2021-08-29 17:57:30 -04:00 |
|
|
|
05eba8e484
|
move patch release date to august 31st
|
2021-08-29 16:33:14 -04:00 |
|
|
|
fb72e00081
|
Fix (the fix) for _MM_SCALE preprocessor defines for future Intel compilers.
|
2021-08-28 17:18:05 -07:00 |
|
|
|
653f6f994f
|
Merge branch 'lammps:master' into bond-react-fixes
|
2021-08-28 16:05:59 -04:00 |
|
|
|
cddac395c6
|
some more cleanup
|
2021-08-28 07:52:14 -04:00 |
|
|
|
993826989c
|
modernize fix ttm/mod implementation and align with fix ttm
|
2021-08-28 07:44:06 -04:00 |
|
|
|
1e37595055
|
pretty
|
2021-08-28 07:43:18 -04:00 |
|
|
|
da1fb924bb
|
modernize code some more. avoid string pointer magic.
|
2021-08-28 05:43:39 -04:00 |
|
|
|
e6a45c1fa7
|
refactor grid data file reader. support descriptive comment(s) and metadata
|
2021-08-27 23:23:12 -04:00 |
|
|
|
6be84b72a8
|
simplify and plug memory leak with file output
|
2021-08-27 21:10:05 -04:00 |
|
|
|
c779798f3f
|
properly disable clang-format processing
|
2021-08-27 20:34:46 -04:00 |
|
|
|
9c2b96286f
|
print GPU available info only when GPU package is included
|
2021-08-27 20:32:22 -04:00 |
|
|
|
28b6649f0c
|
whitespace
|
2021-08-27 20:31:58 -04:00 |
|
|
|
cf33f0bb96
|
silence compiler warnings, remove dead code, and do some reformatting
|
2021-08-27 20:22:29 -04:00 |
|
|
|
a66f3dfbdd
|
Merge branch 'master' into fix-ttm-grid
|
2021-08-27 19:56:42 -04:00 |
|
|
|
e93ae9ba12
|
apply clang-format
|
2021-08-27 19:56:33 -04:00 |
|
|
|
c513fc8784
|
update pppm/gpu to use the refactored GridComm class
|
2021-08-27 19:52:39 -04:00 |
|
|
|
90f82a8ef1
|
memory leak
|
2021-08-27 17:03:11 -04:00 |
|
|
|
4d1a6cbd73
|
Merge pull request #2904 from lammps/memory-null
force all memory methods to return nullptr if requested size <= 0
|
2021-08-27 16:59:04 -04:00 |
|
|
|
3e058b734b
|
Merge pull request #2887 from jrgissing/bond-react-fixes
Bond react fixes
|
2021-08-27 16:58:33 -04:00 |
|
|
|
cc69431dd3
|
Merge pull request #2897 from dxhisboy/master
Correcting non-fdotr Virial tensor computation for interlayer potentials
|
2021-08-27 16:54:56 -04:00 |
|
|
|
a58e4fc876
|
whitespace
|
2021-08-27 14:59:26 -04:00 |
|
|
|
4eef3eaac6
|
Merge branch 'master' into collected-small-changes
|
2021-08-27 14:58:42 -04:00 |
|
|
|
e363b4aeff
|
Merge pull request #2905 from weinbe2/fea-snap-large-system
Kokkos SNAP large system optimizations and cleanup
|
2021-08-27 14:23:37 -04:00 |
|
|
|
66da0ebada
|
adjust INTEL pppm files for new GridComm interface
|
2021-08-27 11:01:27 -06:00 |
|
|
|
9658d1d983
|
Bump up the default chunksize in SNAP and update the docs
|
2021-08-27 12:34:19 -04:00 |
|