|
|
74e449605a
|
add warning to PyLammps that it will be removed soon
|
2024-10-15 14:48:30 -04:00 |
|
|
|
0ae0afbae9
|
Merge branch 'develop' into cmake-cpp-std-deprecation
|
2024-10-12 20:11:28 -04:00 |
|
|
|
f8db5ce2ea
|
Merge pull request #4349 from akohlmey/collected-small-changes
Collected small changes and fixes
|
2024-10-12 20:07:33 -04:00 |
|
|
|
df50691488
|
small correction and clarifications
|
2024-10-11 06:54:46 -04:00 |
|
|
|
5c82063376
|
Merge branch 'electrode' of github.com:robeme/lammps into collected-small-changes
|
2024-10-10 17:32:28 -04:00 |
|
|
|
9adf51f18e
|
ignore python wheel build folder
|
2024-10-10 17:29:33 -04:00 |
|
|
|
49a850c8aa
|
add cmake support for make-globbed-toc
|
2024-10-10 17:25:05 -04:00 |
|
|
|
7693e96828
|
change globbed toc script from bash to python
|
2024-10-10 17:24:23 -04:00 |
|
|
|
9835adcbfc
|
allow use of Sphinx version 8.x as interface with breathe seems to have been updated
|
2024-10-10 13:36:53 -04:00 |
|
|
|
766ba94396
|
use script instead of globbing to avoid entering commands in multiple toctrees
|
2024-10-10 13:36:48 -04:00 |
|
|
|
505d519be2
|
Update affiliation for ELECTRODE in package details
|
2024-10-10 16:18:05 +02:00 |
|
|
|
393dbdc640
|
add missing constants to enumerators
|
2024-10-10 08:00:38 -04:00 |
|
|
|
56cc9d03bd
|
skip tests that are unstable on GPU
|
2024-10-10 06:11:32 -04:00 |
|
|
|
df260b58dd
|
Merge pull request #4353 from martok/cmake-win-shared
CMake: install shared libraries on Windows with correct target
|
2024-10-10 05:39:28 -04:00 |
|
|
|
948ee80169
|
potflag and phi are not used
|
2024-10-10 05:35:51 -04:00 |
|
|
|
482a6632e9
|
consolidate kspace communication enumerators in kspace.h
|
2024-10-10 05:35:01 -04:00 |
|
|
|
2935c17f78
|
avoid segfault in msm/dielectric
|
2024-10-10 05:19:32 -04:00 |
|
|
|
58989765f0
|
Install shared libraries on Windows with RUNTIME DESTINATION
|
2024-10-10 00:52:36 +02:00 |
|
|
|
e6c9353ccf
|
add missing dependency
|
2024-10-09 00:30:46 -04:00 |
|
|
|
bea76778bd
|
silence compiler warning
|
2024-10-08 22:45:37 -04:00 |
|
|
|
c84ed4189d
|
Merge branch 'collected-small-changes' of github.com:akohlmey/lammps into collected-small-changes
|
2024-10-08 14:47:51 -04:00 |
|
|
|
b1928596ae
|
should include <string> in utils.h
|
2024-10-08 14:47:11 -04:00 |
|
|
|
e5ba430f5f
|
re-enable KokkosOpenMP test
|
2024-10-07 20:07:09 -04:00 |
|
|
|
f19df37de3
|
Merge branch 'collected-small-changes' of github.com:akohlmey/lammps into collected-small-changes
|
2024-10-07 19:57:43 -04:00 |
|
|
|
f02b3aaf95
|
reset container with .clear()
|
2024-10-07 19:56:04 -04:00 |
|
|
|
e6118412b1
|
remove dead code in fix qeq/ctip
|
2024-10-07 13:56:04 -04:00 |
|
|
|
6a46fb034d
|
Tweak comments
|
2024-10-07 11:11:12 -06:00 |
|
|
|
9aaab458e8
|
Change another shallow copy to alias
|
2024-10-07 10:54:28 -06:00 |
|
|
|
c44831ff90
|
Fix bug when Kokkos atom map is build on host using hash
|
2024-10-07 10:40:58 -06:00 |
|
|
|
8a176ac488
|
use MKL for FFTs and on Intel GPU
|
2024-10-06 15:09:06 -04:00 |
|
|
|
8c76600d47
|
anticipate change to C++ standard
|
2024-10-06 15:06:05 -04:00 |
|
|
|
a0990abb73
|
nout does not have to be a class member
|
2024-10-06 07:01:35 -04:00 |
|
|
|
e4c0457617
|
remove dead code
|
2024-10-06 06:55:38 -04:00 |
|
|
|
25dfb03386
|
apply clang-format
|
2024-10-06 00:25:53 -04:00 |
|
|
|
7da8748e90
|
add region command to list of exceptions needing the accelerator include
|
2024-10-05 22:49:13 -04:00 |
|
|
|
719a64d9dd
|
apply clang-format
|
2024-10-05 22:25:07 -04:00 |
|
|
|
6ab0b2c249
|
use std::vector<>.data() to access underlying pointer
|
2024-10-05 21:58:47 -04:00 |
|
|
|
e142ad8dfa
|
apply clang-format
|
2024-10-05 21:55:24 -04:00 |
|
|
|
45440abca4
|
consistently use std::vector<>.data() to access the underlying data pointer
|
2024-10-05 20:36:23 -04:00 |
|
|
|
4da644958e
|
IntelLLVM is not ABI compatible with generic BLAS libraries. Use linalg instead
|
2024-10-05 03:39:00 -04:00 |
|
|
|
c3c5370570
|
use std::vector.data() to access the underlying arrays
|
2024-10-05 03:38:25 -04:00 |
|
|
|
ca6e9abefa
|
update a few more tests for IntelLLVM
|
2024-10-05 03:37:33 -04:00 |
|
|
|
e4dcdcd221
|
skip KokkosOpenMP tests when Kokkos includes GPU support
|
2024-10-05 03:05:04 -04:00 |
|
|
|
248070c4b8
|
use -fp-model precise for IntelLLVM to avoid miscompilation
|
2024-10-05 02:41:03 -04:00 |
|
|
|
cdd538e24e
|
relax epsilon for IntelLLVM compiler
|
2024-10-05 02:41:03 -04:00 |
|
|
|
39f42d4c12
|
simplify
|
2024-10-05 01:56:31 -04:00 |
|
|
|
c468537030
|
correct access to raw vector data and use resize() instead of reserve() for better compatibility
|
2024-10-05 01:56:19 -04:00 |
|
|
|
01e9fb04b6
|
must use fabs() for floating point numbers
|
2024-10-05 01:55:17 -04:00 |
|
|
|
0cb64f8bf3
|
Merge branch 'develop' into collected-small-changes
|
2024-10-05 01:53:22 -04:00 |
|
|
|
a73baf81b1
|
update settings
|
2024-10-05 01:04:39 -04:00 |
|