Commit Graph

21387 Commits

Author SHA1 Message Date
Axel Kohlmeyer ba5e78b97a
move pair style mesocnt example to the USER-MESONT folder. unbundle potential file 2020-06-12 06:33:45 -04:00
Axel Kohlmeyer d61d8899ff
Merge branch 'fetch-potentials' into feature-cnt 2020-06-12 05:54:45 -04:00
Axel Kohlmeyer cf5c748fb4
Merge branch 'master' into feature-cnt 2020-06-12 05:53:17 -04:00
Axel Kohlmeyer 22ed175632
Merge pull request #2151 from akohlmey/move-ubuf-to-lmptype
Move definition(s) of union ubuf to lmptype.h
2020-06-12 05:51:41 -04:00
Axel Kohlmeyer 0bc1c3b2a2
update example logs and inputs 2020-06-12 05:48:49 -04:00
Axel Kohlmeyer 53e0cc1b88
remove dead code, fix up a few details and reduce compiler warnings 2020-06-12 05:35:50 -04:00
Axel Kohlmeyer 5862dcbb3a
fully integrate USER-MESONT into the conventional build system 2020-06-12 05:35:25 -04:00
Axel Kohlmeyer d1546262a4
replace non-standard tabs with blanks 2020-06-12 05:15:23 -04:00
Axel Kohlmeyer 74df1bcf7d
update makefiles and add dependencies for parallel compile 2020-06-12 05:07:19 -04:00
Axel Kohlmeyer 5f86bac419
Merge pull request #2144 from rbberger/tokenizer-performance-fixes
Performance optimization of Tokenizer
2020-06-12 04:20:05 -04:00
Axel Kohlmeyer 3c99471df8
add a few more unit tests for functions in utils 2020-06-12 01:29:42 -04:00
Axel Kohlmeyer 8c470b9e8b
Merge branch 'master' into tokenizer-performance-fixes 2020-06-12 00:43:43 -04:00
Axel Kohlmeyer 6b783d31ad
fix spelling 2020-06-11 21:28:32 -04:00
Axel Kohlmeyer 219a3e4ce2
fix format (again) 2020-06-11 21:27:27 -04:00
Axel Kohlmeyer bb144f0d1b
Merge branch 'reset-ids-sort' into move-ubuf-to-lmptype
# Conflicts:
#	src/reset_ids.h
2020-06-11 20:12:37 -04:00
Axel Kohlmeyer 965ec37e80
whitespace/format fixes 2020-06-11 20:11:38 -04:00
Axel Kohlmeyer 1e8ef99fa7
use compile time tests instead of runtime checks for skipping 64bit tests on 32bit integers 2020-06-11 19:17:17 -04:00
Axel Kohlmeyer 9ca0d01a5b
silence compiler warnings 2020-06-11 19:05:06 -04:00
Axel Kohlmeyer a8c1ce98cf
remove trailing whitespace 2020-06-11 19:04:15 -04:00
Axel Kohlmeyer 6274234376
have a single union ubuf definition in lmptype.h and remove others 2020-06-11 18:37:31 -04:00
Axel Kohlmeyer 006f7956c1
Merge remote-tracking branch 'github/reset-ids-sort' into move-ubuf-to-lmptype 2020-06-11 18:11:51 -04:00
Axel Kohlmeyer fc9bbd4d06
Merge pull request #2121 from rbberger/gran-wall-store-contacts-fix
Document and fix store_contacts in fix gran/wall and gran/wall/region
2020-06-11 18:04:23 -04:00
Axel Kohlmeyer bdce720337
Merge pull request #2143 from lammps/hyper-eligible
fix a bug with checking too early for ineligibilty for biasing
2020-06-11 18:02:19 -04:00
Axel Kohlmeyer b9303378ac
move pair style mesocnt from USER-MISC to (upcoming) USER-MESONT package
the remaining documentation and README files will be updated once USER-MESONT is integrated
2020-06-11 17:41:19 -04:00
Axel Kohlmeyer 9ca7091385
Merge pull request #2141 from akohlmey/kokkos-make-arch-case-insensitive
Make kokkos configuration keywords with gmake case insensitive
2020-06-11 17:20:43 -04:00
Axel Kohlmeyer 77a38c2a0a
remove (unsupported) reference to AMD Ryzen 2020-06-11 17:03:20 -04:00
Axel Kohlmeyer 9896d10d0c
whitespace cleanup 2020-06-11 16:52:38 -04:00
Axel Kohlmeyer d95859c73b
update hyperdynamics example log files 2020-06-11 16:52:30 -04:00
Axel Kohlmeyer 96a6afd42a
Merge pull request #2148 from akohlmey/kim-echo-log-refactor
KIM package echo/log refactor and bugfix
2020-06-11 16:46:41 -04:00
Axel Kohlmeyer 765b547a40
Merge pull request #2147 from stanmoore1/kk_sw
Fix compile error with pair_sw_kokkos
2020-06-11 16:20:03 -04:00
Richard Berger 3a5cdd384f
vector -> array 2020-06-11 14:51:36 -04:00
Richard Berger 43d3133583
Whitespace 2020-06-11 14:00:13 -04:00
Richard Berger f25f7fee8d
Only count new words 2020-06-11 13:56:47 -04:00
Richard Berger 6a9073a0cb
Add count_words for C-Strings 2020-06-11 13:50:26 -04:00
Richard Berger 645d3b61ba
Only count new words 2020-06-11 13:49:58 -04:00
Richard Berger 6cb5345cd0
Add optimized version of count_words for default whitespace chars 2020-06-11 13:37:22 -04:00
Axel Kohlmeyer 505cc1036f
refactor KIM package code for using {fmt} and std::string 2020-06-11 13:25:41 -04:00
Stan Moore 61d0592e6a Fix compile error with pair_sw_kokkos 2020-06-11 11:13:36 -06:00
Richard Berger 558b9201ac
Fix typo 2020-06-11 12:37:44 -04:00
Richard Berger e9a52a2b1b
More doc updates 2020-06-11 12:30:02 -04:00
Richard Berger b299601a41
Update fix_wall_gran docs 2020-06-11 12:22:55 -04:00
Richard Berger ff35f421ac
Don't store atom tag, just if there is a contact 2020-06-11 11:35:27 -04:00
Axel Kohlmeyer 7ace10238d
change interface to Input::write_echo() to accept const std::string 2020-06-11 10:23:44 -04:00
Axel Kohlmeyer 9945f73743
fix spelling in a few more files 2020-06-11 01:05:58 -04:00
Richard Berger 81d937ee97
Performance optimization of Tokenizer
Reduces string allocations and removes std::vector from Tokenizer
Most processing now happens on-demand.
2020-06-11 00:22:04 -04:00
Steve Plimpton b287651ed6 fix a bug with checking too early for ineligibilty for biasing 2020-06-10 16:56:52 -06:00
Steve Plimpton e4d1068c70 flag a couple fixes and their derived clases as incompatible with resetting atom IDs 2020-06-10 16:47:55 -06:00
Steve Plimpton d02363b8fb adding a reset_ids sort option 2020-06-10 16:33:05 -06:00
Axel Kohlmeyer 64a4e5e21a
make kokkos configuration keywords in traditional build case insensitive 2020-06-10 15:53:09 -04:00
Richard Berger 6f78dd688a
Minor doc changes & rename store_contacts to contacts 2020-06-10 15:52:47 -04:00