Axel Kohlmeyer
b692da3b01
include building tools in "most" preset
2020-03-17 00:57:30 -04:00
Axel Kohlmeyer
3d66167f64
Merge pull request #1940 from junghans/fix_external_project_ninja
...
cmake: handle download with ninja thanks to requiring cmake version 3.10.
Also enable building Fortran targets with ninja-build version 1.10 and later/
2020-03-17 00:36:56 -04:00
Christoph Junghans
0b293080c9
MSCG.cmake: fix build (hopefully)
2020-03-15 19:51:04 -06:00
Axel Kohlmeyer
c0b39e654f
make MSCG library build compatible with using ninja
2020-03-15 19:07:26 -04:00
Axel Kohlmeyer
a4335904b6
need to recheck for MPI after enabling fortran to have MPI_Fortran_LIBRARIES set
2020-03-15 18:37:39 -04:00
Axel Kohlmeyer
d25b73f76d
also report fortran MPI libs, if configured
2020-03-15 18:36:57 -04:00
Axel Kohlmeyer
0b6ab1d15a
need to forward some (more) cmake settings to external projects. simplify KIM handling of fortran support.
2020-03-15 17:47:30 -04:00
Christoph Junghans
f536451968
cmake: add generator to summary
2020-03-15 13:46:11 -06:00
Christoph Junghans
266a755938
CheckIfNinjaSupportsFortran.cmake -> CheckGeneratorSupport.cmake
2020-03-15 13:45:47 -06:00
Christoph Junghans
241f30fd53
added missing CheckIfNinjaSupportsFortran.cmake
2020-03-15 13:34:38 -06:00
Christoph Junghans
9cf1d37556
cmake: move fortran check for ninja in an include
2020-03-14 07:21:06 -06:00
Christoph Junghans
d60901e777
Merge remote-tracking branch 'origin/cmake_remove_ninja_warning' into fix_external_project_ninja
2020-03-14 07:05:29 -06:00
Christoph Junghans
d941130e6a
USER-SCAFACOS.cmake: fix build with ninja
2020-03-14 07:04:58 -06:00
Christoph Junghans
ad9415d260
USER-PLUMED.cmake: fix build with ninja
2020-03-14 06:59:04 -06:00
Christoph Junghans
9d3ca87953
MSCG.cmake: fix build with ninja
2020-03-14 06:52:06 -06:00
Christoph Junghans
f9e2a2d120
LATTE.cmake: fix build with ninja
2020-03-14 06:51:00 -06:00
Christoph Junghans
d0ec427293
KIM.cmake: fix build with ninja
2020-03-14 06:49:57 -06:00
Christoph Junghans
6cc7ac65a5
VORONOI.cmake: fix ninja build
2020-03-13 20:46:14 -06:00
Axel Kohlmeyer
7c6353731e
Merge pull request #1938 from akohlmey/doc-remove-backslash-underscore
...
Remove unneeded escapes in documentation source files
2020-03-13 21:01:04 -04:00
Axel Kohlmeyer
f1cc6c6e57
Merge pull request #1928 from akohlmey/collected-small-fixes
...
Collected small fixes and updates for the next patch release
2020-03-13 19:44:04 -04:00
Axel Kohlmeyer
6805113780
some more typesetting improvements
2020-03-13 19:41:33 -04:00
Axel Kohlmeyer
6d9064f98f
Revert "fix bug in pair styles lubricate and lubricate/poly"
...
This reverts commit e368ae9f22
.
As it contradicts the comments in the code above the segment.
2020-03-13 18:41:37 -04:00
Axel Kohlmeyer
097a4fb52e
Merge branch 'doc-lammps-highlights' of github.com:rbberger/lammps into doc-remove-backslash-underscore
2020-03-13 18:39:40 -04:00
Axel Kohlmeyer
cdec46ba6a
Some more code-blocks instead of parsed-literal
2020-03-13 18:38:47 -04:00
Axel Kohlmeyer
e4d6214d3b
reformat source
2020-03-13 18:08:47 -04:00
Axel Kohlmeyer
f11e431300
some updates to building with cmake
2020-03-13 18:07:49 -04:00
Axel Kohlmeyer
8063088149
fix a couple of settings
2020-03-13 18:07:32 -04:00
Richard Berger
cf21affd38
Add special highlights for commands which use IDs
2020-03-13 17:31:08 -04:00
Axel Kohlmeyer
a946a3b1b2
Merge pull request #1936 from rbberger/doc-fixes
...
Documentation updates
2020-03-13 17:07:05 -04:00
Axel Kohlmeyer
0c0308db3e
some more fixups
2020-03-13 17:02:59 -04:00
Axel Kohlmeyer
a990f1dc89
some minor fixups
2020-03-13 16:42:08 -04:00
Axel Kohlmeyer
0b88950e03
replace '\_' with '_' in plain text where possible
2020-03-13 16:34:57 -04:00
Axel Kohlmeyer
924629538f
restore support for triclinic cells with pppm/intel by calling the corresponding functions in PPPM in that case
2020-03-13 16:01:00 -04:00
Axel Kohlmeyer
4e525f1d56
PPPM in USER-INTEL does not support triclinic cells
2020-03-13 15:30:52 -04:00
Richard Berger
1554aef454
Avoid syntax highlighting in blocks that don't specify language
2020-03-13 15:25:11 -04:00
Axel Kohlmeyer
e368ae9f22
fix bug in pair styles lubricate and lubricate/poly
...
Closes #1933
2020-03-13 11:11:27 -04:00
Christoph Junghans
9f537f7f40
cmake: ninja-1.10 supports Fortran now
2020-03-12 14:34:46 -06:00
Axel Kohlmeyer
fa7085be07
Merge pull request #1930 from giacomofiorin/remove-lepton-cxx11-check
...
Remove now unneeded check for C++11 in Lepton CMake build
2020-03-12 13:09:44 -04:00
Axel Kohlmeyer
3b73b88b57
Merge pull request #1926 from akohlmey/doc-cleanup
...
Documentation cleanup
2020-03-12 11:49:54 -04:00
Giacomo Fiorin
de6d1efe7a
Remove now unneeded check for C++ standard in Lepton CMake build
2020-03-12 10:33:48 -04:00
Axel Kohlmeyer
010b1f7434
more conversion of parsed-literal to code-block and a bunch of other issues
2020-03-12 08:11:10 -04:00
Axel Kohlmeyer
e2b7054f74
include required header
2020-03-12 06:59:04 -04:00
Axel Kohlmeyer
4f0e9e2d26
some cleanup and consistency improvements in MESSAGE package code and docs
2020-03-12 06:51:06 -04:00
Axel Kohlmeyer
524b37598f
correct various misspelled words and remove corresponding false positives
2020-03-12 06:25:42 -04:00
Axel Kohlmeyer
1372c20d94
Merge branch 'DOI' of github.com:e-kwsm/lammps into doc-cleanup
2020-03-12 05:43:44 -04:00
Eisuke Kawashima
8af9d40392
Update DOI resolver
...
https://www.doi.org/doi_handbook/2_Numbering.html#htmlencoding
2020-03-12 16:53:24 +09:00
Axel Kohlmeyer
23a402ddd3
convert all remaining compute styles to use code-block instead of parsed literal
2020-03-12 01:56:13 -04:00
Axel Kohlmeyer
c6f846b925
converter tool for inlining external math is no longer needed
2020-03-12 01:20:30 -04:00
Axel Kohlmeyer
7e656b6cea
convert more LAMMPS script examples to use code-block instead of parsed-literal
2020-03-12 01:11:38 -04:00
Axel Kohlmeyer
2775ebeb9d
update trilinos URL
2020-03-12 00:47:00 -04:00