|
|
34fe792fad
|
freeze versions of pip packages for processing the manual of the stable version
this way we avoid surprises in case one of the packages get updated
to an incompatible new version. these are know-to-work versions.
|
2021-09-27 18:31:46 -04:00 |
|
|
|
913ce25a01
|
small tweak
|
2021-09-27 17:13:32 -04:00 |
|
|
|
9c4a82f286
|
be more specific about what the name of the LAMMPS executable can be
also provide a few more examples without a machine suffix
|
2021-09-27 16:50:25 -04:00 |
|
|
|
9dbd5bb27d
|
copy request to mention lammps.org form home page instructions for citing
|
2021-09-27 16:49:29 -04:00 |
|
|
|
7b11f916b7
|
Merge pull request #2952 from akohlmey/collected-small-changes
Final changes and bugfixes for the stable release
|
2021-09-26 20:18:34 -04:00 |
|
|
|
ea030c6dd8
|
Merge branch 'master' into collected-small-changes
|
2021-09-26 18:12:40 -04:00 |
|
|
|
f3b1da83f7
|
Merge pull request #2956 from stanmoore1/kk_eam_alloy
Fix bug in Kokkos pair_eam_alloy on GPUs
|
2021-09-26 17:57:03 -04:00 |
|
|
|
b1d65f001e
|
Merge pull request #2949 from ellio167/kim-print-dirs
Add log file printing of KIM search directories in 'kim init'
|
2021-09-26 16:34:15 -04:00 |
|
|
|
b24079fe33
|
cleaner variant of version check, add directory numbering
|
2021-09-26 11:24:03 -04:00 |
|
|
|
18a3728800
|
Adjust for kim-api bug
|
2021-09-26 08:36:02 -05:00 |
|
|
|
9da8c932ab
|
make check more obvious
|
2021-09-25 21:33:10 -04:00 |
|
|
|
0534d98987
|
update .gitignore for recent additions
|
2021-09-25 15:54:33 -04:00 |
|
|
|
9df8a12235
|
include zstd libs in windows build
|
2021-09-25 15:18:14 -04:00 |
|
|
|
64cfd90eeb
|
apply current include file conventions
|
2021-09-25 13:36:39 -04:00 |
|
|
|
6f87b1236a
|
cosmetic
|
2021-09-25 10:42:52 -04:00 |
|
|
|
53e773e438
|
calling fwrite() with a null pointer causes undefined behavior. avoid it.
|
2021-09-25 10:18:55 -04:00 |
|
|
|
1435a96d6e
|
Fix bug in Kokkos pair_eam_alloy
|
2021-09-25 07:20:24 -06:00 |
|
|
|
530912a930
|
detect double precision support according to OpenCL specs (1.2 and later)
|
2021-09-25 07:20:52 -04:00 |
|
|
|
24c9bd4cd2
|
silence output from hwloc when launching LAMMPS
|
2021-09-24 23:42:33 -04:00 |
|
|
|
0b2a4ec4e7
|
Building voro++ lib as part of LAMMPS requires the "patch" program
|
2021-09-24 17:07:59 -04:00 |
|
|
|
85bc9911b8
|
use proper integer type for atom IDs
|
2021-09-24 16:57:06 -04:00 |
|
|
|
b3a8a7bf6f
|
in floating point math a*b may be zero even if both a>0 and b>0
|
2021-09-24 16:43:07 -04:00 |
|
|
|
4d9cef823d
|
must use a soft core potential to avoid a singularity
|
2021-09-24 16:22:44 -04:00 |
|
|
|
2df1107561
|
fix string formatting bugs in fix npt/cauchy
|
2021-09-24 15:52:01 -04:00 |
|
|
|
973cf017a9
|
do not call memset on a null pointer
|
2021-09-24 15:32:59 -04:00 |
|
|
|
42dca75225
|
add check and suitable error message when fp64 is required but not available
|
2021-09-24 12:17:58 -04:00 |
|
|
|
31f9f17c1b
|
Merge pull request #2917 from akohlmey/programmer-guide-updates
Updates to the Programmer guide section of the manual
|
2021-09-24 11:27:01 -04:00 |
|
|
|
46f331095a
|
update some formulations as suggested by @sjplimp
|
2021-09-23 13:51:06 -04:00 |
|
|
|
16ab49cff4
|
update citation info with new LAMMPS paper reference and acknowledge it
|
2021-09-23 11:59:43 -04:00 |
|
|
|
5ef4913ebb
|
Merge remote-tracking branch 'github/master' into programmer-guide-updates
|
2021-09-23 11:16:31 -04:00 |
|
|
|
17ba0d5804
|
possible workaround for some GPU package neighbor list issue
|
2021-09-22 21:47:32 -04:00 |
|
|
|
7792a4db6b
|
Merge pull request #2932 from rbberger/container_updates
Container definition updates
|
2021-09-22 17:37:50 -04:00 |
|
|
|
1b1b6298cd
|
Merge remote-tracking branch 'origin/master' into container_updates
|
2021-09-22 16:29:42 -04:00 |
|
|
|
f5fa892ec8
|
Merge pull request #2916 from rbberger/rocm_updates
Updates to support ROCm 4.3 in GPU package
|
2021-09-22 16:23:19 -04:00 |
|
|
|
407f032a55
|
Update CMake variable descriptions
|
2021-09-22 15:14:39 -04:00 |
|
|
|
9906486578
|
correct paths to downloaded PACE package sources in lib
|
2021-09-22 12:40:19 -04:00 |
|
|
|
e79ae552c8
|
mention how to set the path to the fftw3_omp library
|
2021-09-22 12:23:20 -04:00 |
|
|
|
5142300b2e
|
undo "risky" C++20 related changes
|
2021-09-22 12:22:52 -04:00 |
|
|
|
d89e6f6765
|
do not downgrade C++ standard when adding the KOKKOS package
|
2021-09-21 23:52:49 -04:00 |
|
|
|
ce05ed15c1
|
adjust for compatibility with C++20 compilers
|
2021-09-21 23:52:30 -04:00 |
|
|
|
f2aacca803
|
modernize and fix some memory leaks
|
2021-09-21 22:03:38 -04:00 |
|
|
|
afccf1933f
|
correctly specify the destructor function name.
|
2021-09-20 23:40:14 -04:00 |
|
|
|
8d8c710982
|
Merge pull request #2942 from akohlmey/next_patch_release
Step version strings for the next patch release
patch_20Sep2021
|
2021-09-20 20:35:23 -04:00 |
|
|
|
9a2c2b5fe3
|
Merge pull request #2941 from akohlmey/collected-small-changes
Large collection of updates and bugfixes for the stable release
|
2021-09-20 16:49:00 -04:00 |
|
|
|
f340e15587
|
update version strings
|
2021-09-20 16:26:47 -04:00 |
|
|
|
c39d3057dc
|
insert missing atom-ID
|
2021-09-20 16:14:18 -04:00 |
|
|
|
b73c9280c9
|
improve error message
|
2021-09-20 13:58:48 -04:00 |
|
|
|
5ff881fb0d
|
Change "offsite" to "external" to correct broken URLs to lammps.org
|
2021-09-20 12:05:52 -04:00 |
|
|
|
22d7ce564a
|
fix typo
|
2021-09-20 07:29:10 -04:00 |
|
|
|
f80df9ae41
|
a few more (final?) IWYU updates
|
2021-09-19 09:41:23 -04:00 |
|