|
|
780cf82bb0
|
First version of kokkos_omp test variant
|
2021-11-19 16:23:05 -05:00 |
|
|
|
229ce0a61b
|
Merge pull request #3027 from yihengwuKP/fix-reorder-remd
Fix the indent and ot bugs in reorder_remd_traj.py
|
2021-11-17 14:11:12 -05:00 |
|
|
|
377b5b4ab3
|
Merge pull request #3020 from akohlmey/collected-small-changes
Collected small changes and fixes
|
2021-11-17 14:00:13 -05:00 |
|
|
|
ef30e3bd35
|
clarifications and corrections for the discussion of the main git branches
|
2021-11-17 06:58:44 -05:00 |
|
|
|
2b480f87f1
|
fix segfault when using atom style smd as part of a hybrid style
also remove redundant for clearing
|
2021-11-16 21:48:33 -05:00 |
|
|
|
d576b69dbc
|
plug memory leaks
|
2021-11-16 21:41:08 -05:00 |
|
|
|
d0a4c4467f
|
replace replicated functionality with shared code in base class
|
2021-11-16 13:53:52 -05:00 |
|
|
|
ed8c86d248
|
correct uninitialized data access bug due to shadowing of a base class member
|
2021-11-16 10:46:09 -05:00 |
|
|
|
1c1cd60baf
|
Fix the indent and ot bugs in reorder_remd_traj.py
|
2021-11-15 18:21:17 -06:00 |
|
|
|
25db8a21bc
|
account for increased floating point errors when summing numbers to zero
|
2021-11-07 08:29:16 -05:00 |
|
|
|
ac6654cf0c
|
skip MPI tests if they would be oversubscribing the available processors
|
2021-11-07 08:28:16 -05:00 |
|
|
|
16c50b3873
|
whitespace
|
2021-11-07 08:27:25 -05:00 |
|
|
|
7c5640c1c9
|
we may call ->set_molecule() only in MOLECULE mode
|
2021-11-05 16:27:58 -04:00 |
|
|
|
49258e9301
|
add missing assignment
|
2021-11-05 16:19:19 -04:00 |
|
|
|
d1403c62c8
|
update restrictions note for dump_modify
|
2021-11-05 10:56:54 -04:00 |
|
|
|
a4ceda9706
|
Merge pull request #2940 from akohlmey/multi-config-support
Support multi-config builds with CMake
|
2021-11-04 15:21:58 -07:00 |
|
|
|
b3c5f6a4fd
|
whitespace
|
2021-11-04 16:48:29 -04:00 |
|
|
|
935c17f02e
|
Document multi-configuration build support in CMake
|
2021-11-04 16:32:21 -04:00 |
|
|
|
1a940e052e
|
add support for and apply clang-format to lammps-shell code
|
2021-11-04 15:55:28 -04:00 |
|
|
|
aab4f71019
|
Merge branch 'develop' into multi-config-support
# Conflicts:
# unittest/force-styles/test_error_stats.cpp
|
2021-11-04 15:50:49 -04:00 |
|
|
|
2cd862e4a2
|
Update lebedeva potential file and docs based on email on mailing list
https://matsci.org/t/lammps-users-webpage-and-parameter-file-for-the-lebedeva-potential/39059
|
2021-11-04 15:24:41 -04:00 |
|
|
|
8e89c7c654
|
correct unit description of eta_n0 parameters. fixes #3016
|
2021-11-04 15:24:41 -04:00 |
|
|
|
825945f783
|
mention that dump sorting is limited to less than 2 billion atoms
|
2021-11-04 15:24:41 -04:00 |
|
|
|
461a7afc22
|
remove PYTHON from "most" cmake preset.
The PYTHON package cannot be compiled without the python development
support being installed, so it must not be in the "most" preset
|
2021-11-04 15:24:41 -04:00 |
|
|
|
3ec3085f39
|
Merge pull request #3017 from akohlmey/portability-improvements
Portability improvements
|
2021-11-04 12:21:11 -07:00 |
|
|
|
7c80911f66
|
whitespace
|
2021-11-03 15:23:29 -04:00 |
|
|
|
439f997a10
|
skip test for file not readable due to permissions on windows
|
2021-11-03 14:54:38 -04:00 |
|
|
|
62fc7b6fa0
|
small tweaks to make replacing the CMakeLists.txt file work as expected
|
2021-11-03 14:44:16 -04:00 |
|
|
|
37dfc9e141
|
simplify by not trying to use fetchcontent but do all steps manually
as it turns out, fetchcontent is calling external_project internally at
some point which to avoid is why this function was started in the first place
|
2021-11-03 14:43:18 -04:00 |
|
|
|
b7bf60ea53
|
use the portable platform::unlink() instead of unlink()
|
2021-11-03 14:26:50 -04:00 |
|
|
|
35ff47411b
|
Merge branch 'multi-config-support' of github.com:akohlmey/lammps into multi-config-support
|
2021-11-03 12:35:40 -04:00 |
|
|
|
7f0b2334a5
|
update plugin loader test
|
2021-11-03 11:52:32 -04:00 |
|
|
|
b95e12bb6c
|
add additional function argument where we can supply our own CMakeLists.txt file
|
2021-11-03 11:50:39 -04:00 |
|
|
|
eb3f928f31
|
tweak epsilon for portability with windows
|
2021-11-03 10:54:40 -04:00 |
|
|
|
1ad982aa85
|
improve portability of unit test code for windows compilers
|
2021-11-03 10:54:21 -04:00 |
|
|
|
50f39cd752
|
implement and use a platform neutral abstraction of unsetenv(3)
|
2021-11-03 10:53:45 -04:00 |
|
|
|
a9c6f943e1
|
correct test comparisons
|
2021-11-02 23:07:44 -04:00 |
|
|
|
6479116419
|
Merge branch 'develop' into multi-config-support
|
2021-11-02 16:39:12 -04:00 |
|
|
|
515ef7bece
|
Merge pull request #3015 from lammps/dump-image-doc
Move dump_modify options specific to image/movie to dump image doc page
|
2021-11-02 13:22:27 -07:00 |
|
|
|
80579593e0
|
Merge pull request #3014 from akohlmey/collected_small_changes
Collected small changes and bugfixes
|
2021-11-02 13:02:31 -07:00 |
|
|
|
b044a2f88b
|
switch to https protocol for cloning MathJax
https://github.blog/2021-09-01-improving-git-protocol-security-github/
|
2021-11-02 15:26:45 -04:00 |
|
|
|
d3af16c1fd
|
Merge branch 'develop' into collected_small_changes
# Conflicts:
# src/fix_vector.cpp
|
2021-11-02 14:41:16 -04:00 |
|
|
|
71d48bc48a
|
Merge branch 'cmake_fixes' of https://github.com/pzeiger/lammps into collected_small_changes
|
2021-11-02 14:36:59 -04:00 |
|
|
|
91e6586e05
|
reorder
|
2021-11-02 14:35:36 -04:00 |
|
|
|
817e38fe68
|
change references to git:// protocol for accessing github to https://
|
2021-11-02 14:33:21 -04:00 |
|
|
|
278e531c14
|
fix typo
|
2021-11-02 14:33:00 -04:00 |
|
|
|
175f967051
|
change references to git:// protocol for accessing github to https://
|
2021-11-02 14:25:57 -04:00 |
|
|
|
59c060cc0e
|
switch to https protocol for cloning MathJax
https://github.blog/2021-09-01-improving-git-protocol-security-github/
|
2021-11-02 14:14:08 -04:00 |
|
|
|
0439671e86
|
Merge pull request #3001 from akohlmey/modify-fix-compute-accessors
Add accessor functions to `Modify` and `Domain` that do not require using class internal data structures
|
2021-11-02 11:02:01 -07:00 |
|
|
|
628091c510
|
add reference instead of replicating headline
|
2021-11-02 13:33:08 -04:00 |
|