|
|
723b9e6760
|
Try to keep compatibility with deprecated ROCm hcc compiler
|
2020-06-20 15:17:54 +03:00 |
|
|
|
8eed1b27ff
|
GPU Makefile cleanup
|
2020-06-19 00:07:10 +03:00 |
|
|
|
2ea5d9956a
|
find_package is unnecessary for rocprim
|
2020-06-19 00:01:03 +03:00 |
|
|
|
f75b8e1688
|
Fix Makefile for GPU ROCm 3.5 backend
|
2020-06-18 00:33:46 +03:00 |
|
|
|
d3baa414d2
|
Fix cmake for GPU ROCm 3.5 backend
|
2020-06-17 23:33:16 +03:00 |
|
|
|
a7967f8b3f
|
Merge remote-tracking branch 'origin/master'
|
2020-06-17 23:31:06 +03: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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
b067880803
|
update code owners
|
2020-06-14 20:11:31 -04:00 |
|
|
|
753e2b00cf
|
potential file metadata may only be in the first line of a file.
|
2020-06-14 19:59:17 -04:00 |
|
|
|
b3a99f3165
|
add and document new "download" preset
|
2020-06-14 19:50:14 -04:00 |
|
|
|
149571873f
|
avoid illegal read after delete
|
2020-06-14 19:35:09 -04:00 |
|
|
|
2f5587da53
|
use std::string.empty() instead of comparing to ""
|
2020-06-14 17:25:20 -04:00 |
|
|
|
2a25fe16e7
|
fix delete[] vs. free() issue with pair styles eam/fs, eam/alloy, eim
|
2020-06-14 17:23:42 -04:00 |
|
|
|
7d9e0076c7
|
update some test yaml files
|
2020-06-14 17:01:28 -04:00 |
|
|
|
8736565977
|
document the use and generation of "DATE:" and "UNITS:" tags
|
2020-06-14 14:41:04 -04:00 |
|
|
|
5abfcde3f7
|
make subheaders and typesetting more consistent
|
2020-06-14 12:41:19 -04:00 |
|
|
|
4042b836c2
|
enable full c++11 in colvars, same as LAMMPS
|
2020-06-14 12:18:51 -04:00 |
|
|
|
b587500b19
|
update false positives
|
2020-06-14 11:56:24 -04:00 |
|
|
|
083fe85b68
|
import updates to the manual from the progguide branch
|
2020-06-14 11:25:02 -04:00 |
|
|
|
a8c0e8d30a
|
FERMI GPU hardware is no longer supported by CUDA drivers and toolkit
|
2020-06-14 11:05:29 -04:00 |
|
|
|
3083306dbc
|
remove obsolete inputs and logs
|
2020-06-14 11:04:00 -04:00 |
|
|
|
d2404cc88e
|
replace more potentials with symlinks
|
2020-06-14 11:02:41 -04:00 |
|
|
|
78117205ce
|
make He table potentials canonical and add UNITS: tag
|
2020-06-14 10:46:56 -04:00 |
|
|
|
21e34c5c76
|
Merge branch 'small-typo' of github.com:aatxutegi/lammps into collected-small-changes
|
2020-06-14 10:36:06 -04:00 |
|
|
|
03bf678e70
|
Small type at the Z rotation matrix member
|
2020-06-14 16:02:50 +02:00 |
|