Christoph Junghans
22b90413d5
LATTE.cmake: create and use imported target
2020-04-01 07:27:58 -06:00
Christoph Junghans
4202b4649b
KOKKOS.cmake: create imported target for internal kokkos
2020-03-31 20:36:26 -06:00
Christoph Junghans
2f4571e31d
VORONOI.cmake: create imported target for internal voro
2020-03-31 20:00:17 -06:00
Christoph Junghans
b645800537
cmake: mark MPI::MPI_CXX global
2020-03-31 19:59:33 -06:00
Christoph Junghans
099880e91b
cmake: add missing size defines
2020-03-31 16:35:28 -06:00
Christoph Junghans
53ce24fac1
cmake: remove LAMMPS_USE_MPI4WIN hacks
2020-03-31 16:12:16 -06:00
Christoph Junghans
041941ed81
MPI4WIN.cmake: remove duplicated -D
2020-03-31 15:37:39 -06:00
Christoph Junghans
05ecda3748
cmake: try to fix MPI4WIN build
2020-03-31 15:06:40 -06:00
Christoph Junghans
ef0df90b48
Merge branch 'master' into cmake_clean_up
2020-03-31 14:42:28 -06:00
Axel Kohlmeyer
fbac800b75
Merge pull request #1968 from junghans/cmake_kokkos_3
...
cmake: fix up kokkos-3.0 update
2020-03-31 16:29:44 -04:00
Christoph Junghans
119ba61c09
cmake: fix MPI linkage
2020-03-31 08:23:59 -06:00
Christoph Junghans
cfd8ea1e36
KOKKOS.cmake: added missing default.
2020-03-30 13:53:26 -06:00
Christoph Junghans
1ceb335059
KOKKOS.cmake: make doc more clear
2020-03-30 12:29:19 -06:00
Christoph Junghans
802909386b
KOKKOS.cmake: fix a typo
2020-03-30 12:28:24 -06:00
Christoph Junghans
dd7cb2b770
cmake: fix up kokkos-3.0 update
2020-03-30 11:51:30 -06:00
Axel Kohlmeyer
1316e93eb2
Merge pull request #1870 from stanmoore1/kk_2.99
...
Update Kokkos library to v3.0
2020-03-30 13:35:48 -04:00
Axel Kohlmeyer
3806222e04
make configuations summary more consistent, recover defines
2020-03-30 10:25:04 -04:00
Christoph Junghans
f30116311f
cmake: add simpleC to CMakeLists.txt
2020-03-28 17:57:53 -06:00
Christoph Junghans
fa2df0df0f
cmake: clean up header install
2020-03-28 15:42:51 -06:00
Christoph Junghans
b331b2db10
cmake: make incl. dir work under windows as well
2020-03-28 09:30:02 -06:00
Christoph Junghans
4aadb554a3
cmake: replace incl. dir hack by even better hack
2020-03-28 08:43:13 -06:00
Christoph Junghans
b245872bae
cmake: replace include dir hack by a different hack
2020-03-28 08:28:41 -06:00
Christoph Junghans
fb9f31580c
cmake: install mpi.h in mpi/ subdir
2020-03-28 08:08:26 -06:00
Christoph Junghans
635cca1e8d
cmake: add info.h to install
2020-03-28 07:39:30 -06:00
Axel Kohlmeyer
c4440be392
there are no more fortran sources in "simple" package libraries
2020-03-27 22:12:40 -04:00
Axel Kohlmeyer
5a88db838d
Merge pull request #1946 from yafshar/kim-property
...
Add new kim_property command
2020-03-27 20:58:52 -04:00
Axel Kohlmeyer
6de66b1140
fix whitespace issues
2020-03-27 19:12:10 -04:00
Axel Kohlmeyer
afc17b1d53
use american english spelling
2020-03-27 19:05:52 -04:00
Axel Kohlmeyer
ad029f567f
Merge pull request #1965 from martok/meamc-docs
...
MEAM/C: Improve documentation, error messages
2020-03-27 18:54:07 -04:00
Sebastian Hütter
2d15071c9f
Update Errors_messages.rst
2020-03-27 23:22:17 +01:00
Yaser Afshar
24ed8749d2
a kim-property command example
2020-03-27 17:17:04 -05:00
Axel Kohlmeyer
06a9fda7a4
Merge pull request #1966 from rbberger/library-interface-update
...
Allow query of available styles from lib interface
2020-03-27 17:54:46 -04:00
Christoph Junghans
89eb5fc65a
cmake: fix build for shared libs
2020-03-27 15:35:05 -06:00
Richard Berger
c49310721c
Hide secret styles
2020-03-27 17:23:09 -04:00
Christoph Junghans
055764c20a
cmake: install exceptions.h as well
2020-03-27 15:20:10 -06:00
Stan Moore
686a2c7a43
Support host execution
2020-03-27 15:19:40 -06:00
Christoph Junghans
16ac65e8cf
cmake: make mpi public again
2020-03-27 15:01:51 -06:00
Richard Berger
3b1244831e
Add Python::has_minimum_version
2020-03-27 16:28:43 -04:00
Christoph Junghans
6f8915e0a5
cmake: updated COUPLE/simple cmake
2020-03-27 13:55:34 -06:00
Stan Moore
1861c0f8ec
Fix deprecated Kokkos code issue
2020-03-27 12:20:13 -06:00
Stan Moore
e809bf6566
Fix merge issue
2020-03-27 11:08:20 -06:00
Stan Moore
f7cfaec57d
Fix team_size issue in comm_kokkos
2020-03-27 10:18:33 -06:00
Richard Berger
758c812306
Allow query of available styles from lib interface
...
Adds the following new library functions:
- lammps_has_style()
- lammps_style_count()
- lammps_stlye_name()
The Info class now also has the following member functions:
- Info::has_style()
- Info::get_available_styles()
2020-03-26 22:45:18 -04:00
Stan Moore
6b6dd07414
Fix runtime issues with pair_exp6_rx_kokkos
2020-03-26 17:12:08 -06:00
Stan Moore
7a5f73137a
Fix runtime issues with Kokkos vatom
2020-03-26 16:21:06 -06:00
Stan Moore
b54697efb8
Fix runtime issue in atom_vec_sphere_kokko
2020-03-26 15:56:58 -06:00
Stan Moore
5c0f027464
Fix team_size issue in comm_kokkos
2020-03-26 15:32:45 -06:00
Stan Moore
f6a107c448
Fix team_size issues in pair_snap_kokkos
2020-03-26 15:29:01 -06:00
Christoph Junghans
e88e8bdabe
cmake: improve install of support libs
2020-03-26 15:00:46 -06:00
Sebastian Hütter
8456f3f2ec
MEAM/C: refactor file reading with MPI, scope locals accordingly
2020-03-26 17:20:23 +01:00