Axel Kohlmeyer
d1388b4ea8
Merge pull request #1941 from e-kwsm/typo
...
Fix typos in comments and output.
2020-03-18 20:24:06 -04:00
Axel Kohlmeyer
9fa4d27bdd
Merge commit 'refs/pull/1948/head' of github.com:lammps/lammps into collected-small-changes
2020-03-18 19:02:33 -04:00
Richard Berger
572eeae549
Move LAMMPS version string to side bar
2020-03-18 18:09:55 -04:00
Axel Kohlmeyer
7824b3f4ab
small html theme tweaks to unclutter top of page. move version string to navigation bar
2020-03-18 17:52:19 -04:00
Axel Kohlmeyer
b6ce32f651
step version string for next patch release
2020-03-18 17:18:46 -04:00
Axel Kohlmeyer
2cefddb16c
avoid spelling errors
2020-03-18 17:16:47 -04:00
Axel Kohlmeyer
b903cc6dc7
remove excessive details about how to compile with cmake. refer to cmake docs.
2020-03-18 17:12:36 -04:00
Axel Kohlmeyer
c28b9f100c
remove unused and broken function
2020-03-18 15:38:29 -04:00
Axel Kohlmeyer
460dd662e4
next chunk of converted atc doc files
2020-03-18 11:39:53 -04:00
Eisuke Kawashima
ca1e1e2dff
Convert British spelling to American
2020-03-18 23:09:23 +09:00
Axel Kohlmeyer
6054f29933
update false positives
2020-03-18 07:03:32 -04:00
Axel Kohlmeyer
1db2538239
use "command" instead of "cmd"
2020-03-18 07:02:49 -04:00
Axel Kohlmeyer
280d5cc6ae
replace "xxxn't" with "xxx not"
2020-03-18 07:02:34 -04:00
Axel Kohlmeyer
38b1bf9ba5
add links to ctypes, ipython, and jupyter
2020-03-18 07:01:06 -04:00
Axel Kohlmeyer
f1679cd58c
update false positives
2020-03-18 06:37:51 -04:00
Axel Kohlmeyer
5992bd24e7
some more converted atc fix_modify docs
2020-03-18 06:29:17 -04:00
Jacob Gissinger
d7cade9d46
Merge branch 'master' into molecule_template_moleculeIDs
2020-03-17 23:08:00 -06:00
Axel Kohlmeyer
5109b7f1b1
correct incorrect spelling correction
2020-03-17 20:45:52 -04:00
Axel Kohlmeyer
9ebd1e4572
convert british spelling to american
2020-03-17 20:41:49 -04:00
Axel Kohlmeyer
0e764a3a48
correct spelling correction
2020-03-17 20:37:33 -04:00
Axel Kohlmeyer
7f53cbc1a0
fix grammar issue
2020-03-17 20:33:37 -04:00
Axel Kohlmeyer
e000c46c8c
correct spelling
2020-03-17 20:29:18 -04:00
Axel Kohlmeyer
da0acd2790
update spelling false positives
2020-03-17 19:28:30 -04:00
Axel Kohlmeyer
4a5125f450
make behavior of CMAKE_TUNE_FLAGS more consistent and allow to turn it off
2020-03-17 19:16:02 -04:00
Axel Kohlmeyer
c1268bd1ec
remove dead code
2020-03-17 18:55:05 -04:00
Axel Kohlmeyer
1d8e9ca014
include gcc sanitizer libraries
2020-03-17 18:53:28 -04:00
Axel Kohlmeyer
66f730b895
setting const on return value has no effect
2020-03-17 18:53:10 -04:00
Axel Kohlmeyer
dae2bce6b0
we can use error->all() and also check the coordinate conversion for valid data
2020-03-17 16:53:22 -04:00
Axel Kohlmeyer
a7d2847140
parse image flags only for valid numbers and requize imz == 0 for 2d-systems
2020-03-17 16:43:34 -04:00
Axel Kohlmeyer
6f6855e831
do not advertise multiple targets in cmbuild wrapper
2020-03-17 15:57:33 -04:00
Axel Kohlmeyer
f893f4f8c7
set host specific optimizations in CMAKE_TUNE_FLAGS, so they can be conveniently overridden
2020-03-17 14:48:20 -04:00
Axel Kohlmeyer
5779731da3
provide cmbuild wrapper script for cmake. document it and add some improvements to CMake build docs
2020-03-17 13:04:38 -04:00
Axel Kohlmeyer
2c282b693e
flag two more subroutines can trigger the variable tracking message and slow down compilation
2020-03-17 12:33:23 -04:00
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
Axel Kohlmeyer
4cdb904e54
next chunk of converted html files
2020-03-16 07:34: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