Commit Graph

20327 Commits

Author SHA1 Message Date
Stan Moore 36095bbfdf Tweak comment 2020-03-23 21:15:00 -06:00
Evan Weinberg bcfc606efb SNAP optimizations, kernel fusion, large reduction of memory usage on the GPU, misc. performance optimizations. 2020-03-23 13:20:56 -07:00
Christoph Junghans e76afb33ed cmake: update to new target_link_libraries() signature 2020-03-23 12:06:58 -06:00
Christoph Junghans d92b9ba8d0 cmake: mpi needs to be public due to DSO 2020-03-23 08:51:29 -06:00
Christoph Junghans 9b8266173f cmake: JPEG imported target is >=cmake-3.12 only 2020-03-23 08:23:16 -06:00
Christoph Junghans 6ee25db32a cmake: fftw needs to be public due to DSO 2020-03-23 08:00:51 -06:00
Richard Berger 6e1f18961c Convert characters to UTF-8 2020-03-23 09:42:46 -04:00
Christoph Junghans a42f7163d2 cmake: move include up 2020-03-22 21:29:15 -06:00
Axel Kohlmeyer 98bfbbd576
fix typo in CMake module 2020-03-22 22:21:12 -04:00
Christoph Junghans 591212af3a cmake: add back include path for now 2020-03-22 19:57:48 -06:00
Christoph Junghans 3076e26707 cmake: create imported target for FFTW 2020-03-22 19:20:00 -06:00
Axel Kohlmeyer e1f01d3e65
use consistent naming for c++11 style kspace thread 2020-03-22 21:14:26 -04:00
Christoph Junghans 0e3f4f3de2 cmake: remove LAMMPS_DEPS 2020-03-22 19:07:23 -06:00
Christoph Junghans 5828815b3e cmake: remove LAMMPS_LINK_LIBS 2020-03-22 18:55:53 -06:00
Christoph Junghans cd89a7c4b7 cmake: fix renamed target for exe 2020-03-22 18:03:07 -06:00
Christoph Junghans 62cb760ee2 cmake: remove LIB_SOURCES and LMP_SOURCES 2020-03-22 14:42:29 -06:00
Axel Kohlmeyer 79b84c0847
more thorough checking if BUILD_OMP may be enabled by default. we need the OpenMP runtime, too. 2020-03-22 15:44:28 -04:00
Axel Kohlmeyer f560cd6dd5
make certain, the molecular flag is always initialized 2020-03-21 01:08:09 -04:00
Axel Kohlmeyer b533fdb31b
Merge pull request #1952 from lammps/numdiff-doc
tweak the docs for the new fix numdiff command
2020-03-20 21:36:03 -04:00
Steve Plimpton aabee4b328 one more change 2020-03-20 07:27:28 -06:00
Steve Plimpton 9ff71e2da0 fix a typo 2020-03-20 07:26:15 -06:00
Steve Plimpton 8b0e5c66ea tweak the docs for the new fix numdiff command 2020-03-20 07:23:01 -06:00
Axel Kohlmeyer 54c2381632
Merge pull request #1947 from akohlmey/next_lammps_version
Step version string for next patch release
2020-03-19 18:57:27 -04:00
Axel Kohlmeyer 68dc62c512
Merge pull request #1932 from akohlmey/atc-doc-to-rst
Convert AtC documentation html files to reStructuredText
2020-03-19 17:04:35 -04:00
Axel Kohlmeyer 9cfa5506fd
flags may be empty, compiler never, if used 2020-03-19 16:46:46 -04:00
Axel Kohlmeyer 9397a763e2
tweak MinGW preset settings to reduce linker warnings 2020-03-19 16:45:22 -04:00
Axel Kohlmeyer 87ac0dc547
Merge commit 'refs/pull/1950/head' of github.com:lammps/lammps into atc-doc-to-rst 2020-03-19 16:08:18 -04:00
Axel Kohlmeyer a7f16f521f
Merge branch 'master' into atc-doc-to-rst 2020-03-19 15:55:08 -04:00
Axel Kohlmeyer fb9b5c6dd0
remove command copying (the now removed) doc/src/USER into some output folders 2020-03-19 15:55:05 -04:00
Christoph Junghans a541434e0a cmake: remove hard-coded liblinalg 2020-03-19 13:49:13 -06:00
Axel Kohlmeyer 6644caf817
fix rst formatting issues 2020-03-19 15:48:46 -04:00
Axel Kohlmeyer 223bfac229
remove ATC html files that are no longer needed 2020-03-19 15:44:53 -04:00
Axel Kohlmeyer a6adf95603
final batch of converted AtC doc files 2020-03-19 15:36:45 -04:00
Axel Kohlmeyer 53883ec077
Merge branch 'atc-doc-to-rst' of github.com:akohlmey/lammps into atc-doc-to-rst 2020-03-19 14:39:15 -04:00
Axel Kohlmeyer 65b6b6f2f8
next batch of converted files 2020-03-19 14:39:00 -04:00
Axel Kohlmeyer 500982ac9c
Merge pull request #1949 from akohlmey/cmake-mingw-portability
Improved CMake support for cross-compilation with MinGW
2020-03-19 13:54:17 -04:00
Axel Kohlmeyer 61ebf897e4
expand comment about MinGW cross-compiler hack 2020-03-19 13:31:23 -04:00
Axel Kohlmeyer 55b5753eea
next batch of converted files. one more section to go. 2020-03-19 12:22:06 -04:00
Axel Kohlmeyer 84f89134d9
Merge branch 'master' into atc-doc-to-rst
# Conflicts:
#	doc/src/Errors_messages.rst
2020-03-19 11:28:02 -04:00
Axel Kohlmeyer 23509d0785
add missing entries for new pair styles 2020-03-19 11:09:41 -04:00
Axel Kohlmeyer 3d0fc4a112
update docs for updated CMake support with MinGW 2020-03-19 11:09:27 -04:00
Axel Kohlmeyer 38edf20d08
add CMake support for building LAMMPS for windows with MPI
- Handle the MPI support as an External project.
- Also we can enable a few more packages now, that depend on MPI
- Improved dependency tracking for parallel builds
- cross compiler build can now also work with ninja
2020-03-19 10:46:42 -04:00
Axel Kohlmeyer b1af0a5bd8
add workaround in CMake support for building with MinGW cross-compilers 2020-03-19 09:00:36 -04:00
Axel Kohlmeyer 3bd529342e
cross-compilation improvements 2020-03-19 09:00:36 -04:00
Axel Kohlmeyer 5fbb1fa331
small tweak to MinGW preset and correct corresponding entry in documentation 2020-03-19 09:00:36 -04:00
Axel Kohlmeyer 6c4a5a95e8
Merge pull request #1862 from akohlmey/restart-consistency
Add support to detect incomplete restart files and insufficient diskspace conditions
2020-03-19 08:51:57 -04:00
Axel Kohlmeyer 42cff9270c
Merge branch 'master' into restart-consistency 2020-03-19 05:32:45 -04:00
Axel Kohlmeyer 245e200c48
Merge pull request #1945 from akohlmey/collected-small-changes
Collected small changes
2020-03-19 05:31:22 -04:00
Axel Kohlmeyer b40bc3993d
Merge branch 'master' into restart-consistency 2020-03-19 00:54:04 -04:00
Axel Kohlmeyer 53bc791b52
Merge branch 'collected-small-changes' of github.com:akohlmey/lammps into collected-small-changes 2020-03-19 00:51:30 -04:00