|
|
b97cd78e80
|
change input and log files for new example to give consistent results in serial and parallel.
the remaining files and logs are updated in PR #2162
|
2020-06-16 21:11:34 -04:00 |
|
|
|
1883788725
|
update SNAP package inputs and reference logs to give consistent results in serial and parallel
|
2020-06-16 20:59:58 -04:00 |
|
|
|
47b589bdc6
|
add [[ noreturn ]] attributes to functions in the Error class that do not return
|
2020-06-16 18:30:04 -04:00 |
|
|
|
a2f78e7cda
|
Updated whitespace, implemented low hanging performance boosts
|
2020-06-16 15:00:35 -07:00 |
|
|
|
d8fbb5a16b
|
Merge branch 'commands-tests' into collected-small-changes
|
2020-06-16 16:39:33 -04:00 |
|
|
|
73a7fb53ff
|
add infrastructure and first example for testing standalone LAMMPS input commands
|
2020-06-16 12:52:35 -04:00 |
|
|
|
9d74984144
|
Fix whitespace
|
2020-06-16 07:20:09 -04:00 |
|
|
|
95e79b2347
|
Keep file permissions while fixing whitespace issues
|
2020-06-16 07:19:19 -04:00 |
|
|
|
943d252403
|
Change regex to detect more whitespace errors
|
2020-06-16 07:11:31 -04:00 |
|
|
|
036b2bd82c
|
Add non-zero exit code on whitespace check failure
|
2020-06-16 07:06:37 -04:00 |
|
|
|
61235308f1
|
Add non-zero exit code on permission check failure
|
2020-06-16 07:05:15 -04:00 |
|
|
|
093c285475
|
use GMock initializer instead of GTest
|
2020-06-16 06:37:35 -04:00 |
|
|
|
436c7615e0
|
set metal units and add option to do verbose execution to EIM potential tester
|
2020-06-16 06:37:09 -04:00 |
|
|
|
37a0999826
|
add units metadata check to legacy potential file reading method
|
2020-06-16 06:36:26 -04:00 |
|
|
|
b5a809413e
|
set units for potential file reader tests. allow verbose execution.
|
2020-06-16 06:19:31 -04:00 |
|
|
|
30d9ffba25
|
add "UNITS:" tag to new potential files
|
2020-06-16 05:13:41 -04:00 |
|
|
|
ae435536f3
|
use index style variables instead of equal style variable to allow overriding them
|
2020-06-16 05:13:16 -04:00 |
|
|
|
5e238b2cf4
|
Merge branch 'master' into chem_snap
|
2020-06-16 05:06:11 -04:00 |
|
|
|
ba26b2f71f
|
Update false positives and fix typos
|
2020-06-15 17:24:47 -07:00 |
|
|
|
b55f1829d9
|
Fixed number of parameters sent to sna kokkos to include bnormflag
|
2020-06-15 17:09:14 -07:00 |
|
|
|
39f1fb874f
|
Fixed small merge conflict bug for ylists
|
2020-06-15 16:53:39 -07:00 |
|
|
|
7a00ec90e5
|
Merge pull request #2134 from akohlmey/next_lammps_version
Update version strings for next patch release
patch_15Jun2020
|
2020-06-15 18:20:17 -04:00 |
|
|
|
a598a66eda
|
Merge pull request #2157 from akohlmey/use-clang-format-demo
Demonstrate use of clang-format in LAMMPS
|
2020-06-15 17:55:42 -04:00 |
|
|
|
30100d33c6
|
get rid of tabs and trailing whitespace
|
2020-06-15 17:37:45 -04:00 |
|
|
|
3abbf57146
|
remove executable permissions on files that should not have them
|
2020-06-15 17:34:21 -04:00 |
|
|
|
fd8cfed86d
|
fix typo
|
2020-06-15 17:33:50 -04:00 |
|
|
|
05319cae66
|
updates for using {fmt} and reordering of include statements exposing hidden includes
|
2020-06-15 16:55:38 -04:00 |
|
|
|
05d1924d62
|
update for using {fmt}
|
2020-06-15 16:48:20 -04:00 |
|
|
|
14c22a004a
|
Merge branch 'master' into use-clang-format-demo
# Conflicts:
# unittest/force-styles/pair_style.cpp
# unittest/utils/test_utils.cpp
|
2020-06-15 16:14:13 -04:00 |
|
|
|
4a3d9afb54
|
Merge pull request #2154 from rbberger/coding_standard
Add utilities for checking code
|
2020-06-15 15:32:35 -04:00 |
|
|
|
ac87f1763c
|
Merge remote-tracking branch 'refs/remotes/origin/chem_snap' into chem_snap
|
2020-06-15 12:22:11 -07:00 |
|
|
|
39aee089e7
|
Merge branch 'master' into chem_snap
|
2020-06-15 12:20:48 -07:00 |
|
|
|
65ff6bb617
|
Require clang-format >= 8.0
|
2020-06-15 14:59:43 -04:00 |
|
|
|
c987dfb2c9
|
Merge pull request #2156 from akohlmey/collected-small-changes
Collected changes for the next patch release
|
2020-06-15 14:40:27 -04:00 |
|
|
|
e083416dd8
|
Merge pull request #2159 from akohlmey/potential-unit-tag
Add a units consistency check by adding a UNITS: tag to potential files.
|
2020-06-15 13:55:20 -04:00 |
|
|
|
0ca7270668
|
re-enable USER-MESONT package for MinGW cross compilation
|
2020-06-15 13:47:16 -04:00 |
|
|
|
0199e369fa
|
work around race condition and minimizing download attemps for transparently downloaded potential files
|
2020-06-15 13:46:54 -04:00 |
|
|
|
868e5450db
|
Merge branch 'patch-1' of github.com:cjknight/lammps into collected-small-changes
|
2020-06-15 12:13:25 -04:00 |
|
|
|
9aee8d41bd
|
Merge branch 'master' into collected-small-changes
|
2020-06-15 12:12:45 -04:00 |
|
|
|
71c075e0e4
|
Update atom_vec_sph.cpp
Looks like one 'de' wasn't renamed to 'desph' in recent commit.
|
2020-06-15 10:55:18 -05:00 |
|
|
|
70e809895f
|
Merge pull request #1873 from iafoss/feature-cnt
Tubular potential force field package for carbon nanotubes
|
2020-06-15 11:41:56 -04:00 |
|
|
|
622db7053e
|
Merge remote-tracking branch 'origin/master'
|
2020-06-15 18:38:40 +03:00 |
|
|
|
419ebd74fe
|
Merge pull request #2155 from akohlmey/gmake-makefile-improvements
Portability improvement for src/Makefile
|
2020-06-15 11:35:11 -04:00 |
|
|
|
e840fa23f1
|
Add format-tests target
|
2020-06-15 11:21:43 -04:00 |
|
|
|
57eab1f785
|
USER-MESONT fails to download with Win64 for some strange reason. disabling from mingw preset for now
|
2020-06-15 11:12:55 -04:00 |
|
|
|
b5ee87697a
|
workaround for GNU Fortran 10 and later when compiling downloaded ScaFaCoS lib
|
2020-06-15 10:59:32 -04:00 |
|
|
|
12b379df36
|
improve MEAM file detection in pair_coeff command, get rid of ERRFMT()
|
2020-06-15 08:18:11 -04:00 |
|
|
|
f0a3256151
|
Merge branch 'master' into user-cgdna
|
2020-06-15 08:41:42 +01:00 |
|
|
|
a7e2cc3320
|
initialize _need_tag differently.
|
2020-06-14 23:14:22 -04:00 |
|
|
|
59dcf2d7f9
|
make sure _need_tag in intel buffers is always initialized for all precision settings
|
2020-06-14 21:40:29 -04:00 |
|