|
|
22fac9affc
|
more doc update
|
2020-09-08 09:49:07 -06:00 |
|
|
|
8fb13f4fd1
|
cmake: make doc more consistent
|
2020-09-08 09:43:21 -06:00 |
|
|
|
5df3deb8e6
|
update/refactor a few more build documentation files for using tabs
|
2020-09-08 11:40:21 -04:00 |
|
|
|
09b8b117fc
|
cmake: consistent usage of find variable
|
2020-09-08 09:35:45 -06:00 |
|
|
|
88cc673f78
|
more use of tabs in Build_extras.rst
|
2020-09-08 10:11:37 -04:00 |
|
|
|
dd20776915
|
fix spelling issues
|
2020-09-07 21:17:56 -04:00 |
|
|
|
9b01d5bf95
|
revise and add tabs to some sections
|
2020-09-07 21:08:47 -04:00 |
|
|
|
9afba50d01
|
update for zstd support
|
2020-09-07 21:00:45 -04:00 |
|
|
|
f02db43f63
|
add discussion and minimal code example for MyPage class.
|
2020-09-07 16:10:48 -04:00 |
|
|
|
0ee7c5f434
|
add more MyPage test variants
|
2020-09-07 15:27:13 -04:00 |
|
|
|
ab5c81f7d6
|
refactor some more to reduce redundant code.
|
2020-09-07 08:57:37 -04:00 |
|
|
|
bbb81a8dd0
|
add unit tester for MyPage class
|
2020-09-07 08:33:05 -04:00 |
|
|
|
3089205a54
|
tweak MyPage docs
|
2020-09-07 08:32:34 -04:00 |
|
|
|
0447616aaf
|
address spelling issues
|
2020-09-07 08:03:41 -04:00 |
|
|
|
f8ebcc90fb
|
define OneCoeff struct in my_page.h as HyperOneCoeff to resolve compilation issues
|
2020-09-07 07:57:23 -04:00 |
|
|
|
f329d56495
|
updated pg_developer.rst
|
2020-09-06 20:12:38 -07:00 |
|
|
|
a57a1404f3
|
bug fix fix unit tests, improve doc readability, and to prevent accidentally allocating memory on the heap. (Note: All of these changes are related to "jacobi3()". That function instantiates Jacobi without allocating memory on the heap, and this created some headaches. The original code at https://github/jewettaij/jacobi_pd does not have this feature, and the unit tests there do not test for these kinds of errors. Hopefully this commit fixes everything.)
|
2020-09-06 20:05:47 -07:00 |
|
|
|
2270d86519
|
whitespace cleanup and try to recover legacy build
|
2020-09-06 22:51:58 -04:00 |
|
|
|
4ca36d9526
|
add doxygen docs and convert MyPage template class from header only to header plus implementation
|
2020-09-06 22:26:17 -04:00 |
|
|
|
485a169ef2
|
move merge sort to utils namespace
|
2020-09-06 17:38:53 -04:00 |
|
|
|
19ce59ba38
|
use tabs for CMake vs. GNU make in LAMMPS library linking page
|
2020-09-06 16:50:28 -04:00 |
|
|
|
d77f08d5fb
|
tweak formatting to look better in the PDF file
|
2020-09-06 16:49:58 -04:00 |
|
|
|
fabf762fa8
|
reverting to previous version of util.h and util.cpp
|
2020-09-06 11:09:36 -07:00 |
|
|
|
eb6f7f9740
|
Merge branch 'master' into math_eigen
|
2020-09-06 10:59:20 -07:00 |
|
|
|
d97e8d8cbf
|
fixed linker problems in "utils.h" and "utils.cpp"
|
2020-09-06 10:12:07 -07:00 |
|
|
|
b29522273a
|
changed the "trim_and_count_words()" function declaration in "utils.h" to make sphinx happy. Fixed some new spelling mistakes.
|
2020-09-06 09:40:28 -07:00 |
|
|
|
9f24f056ff
|
reformat system sizes information and make explanations more concise
|
2020-09-06 07:12:43 -04:00 |
|
|
|
77e22c90ac
|
complete using tab/tabs directives in Build_settings
|
2020-09-06 06:11:12 -04:00 |
|
|
|
5536c1e6ee
|
make more compact
|
2020-09-06 06:10:39 -04:00 |
|
|
|
2ee2009356
|
removed assert() statements from "superpose3d.h"
|
2020-09-06 02:30:20 -07:00 |
|
|
|
c16321e9d3
|
purged greek characters from "pd_developer.rst"
I replaced the 'Σ' character that was causing problems with PDF generation with the word "sum". Hopefully PDF documentation generation works now.
|
2020-09-05 21:44:32 -07:00 |
|
|
|
77789f9ed8
|
small tweaks
|
2020-09-06 00:07:53 -04:00 |
|
|
|
7b6d07a812
|
load sphinx extension for content in tabs with html and for transforming them to admonitions for non-html builders
|
2020-09-05 23:54:10 -04:00 |
|
|
|
4ad6d99ca0
|
updated documentation files: "pg_developer.rst", "math_eigen.h", and "false_positives.txt"
|
2020-09-05 20:08:45 -07:00 |
|
|
|
7cb774e6bc
|
some corrections before rewriting the doxygen comments to comply with LAMMPS doxygen style.
|
2020-09-05 16:37:15 -07:00 |
|
|
|
4b66414bdf
|
fixed a type error in math_eigen.h
|
2020-09-05 10:38:14 -07:00 |
|
|
|
58fa72ddc5
|
replaced all numerical recipes jacobi() code with code from "math_eigen.h". moved "math_eigen.h" into the main "src" directory.
|
2020-09-05 10:19:19 -07:00 |
|
|
|
57f82abae3
|
updated all code in LAMMPS to use the open-source "math_eigen.h" instead of "math_extra.h". Code in "lib" now uses its own abbreviated local version of the "math_eigen.h" file (which is named "jacobi_pd.h"), since it is not clear how code from "lib/" can access the code in "src/"
|
2020-09-05 01:39:27 -07:00 |
|
|
|
d995ed0d87
|
Merge pull request #2344 from akohlmey/use-improved-sphinx-fortran
Use modernized version of sphinx-fortran
|
2020-09-04 18:46:34 -04:00 |
|
|
|
75a119d534
|
divert installation of sphinx-fortran to github branch with parallel read capable version
|
2020-09-04 17:40:26 -04:00 |
|
|
|
64728678f1
|
Merge branch 'python_interface_guide' of github.com:rbberger/lammps into python_interface_guide
|
2020-09-04 17:15:58 -04:00 |
|
|
|
96db122377
|
Add Python coverage collection if enabled
|
2020-09-04 17:15:51 -04:00 |
|
|
|
176f7c064d
|
Merge branch 'master' into python_interface_guide
|
2020-09-04 15:51:56 -04:00 |
|
|
|
e6592d2324
|
Merge pull request #2336 from akohlmey/collected-small-changes
Collected small changes for the next patch release
|
2020-09-04 15:22:31 -04:00 |
|
|
|
6a40eba2ae
|
Add Ubuntu 20.04 Intel OpenCL container
|
2020-09-04 15:03:53 -04:00 |
|
|
|
da0e60c173
|
Apply changes to remaining containers
|
2020-09-04 14:43:03 -04:00 |
|
|
|
f6abdf97c4
|
Remove -j in distribution container files
|
2020-09-04 14:28:03 -04:00 |
|
|
|
41a1c96e06
|
Update other GPU containers
|
2020-09-04 14:19:41 -04:00 |
|
|
|
3bdfbdcf09
|
Update Ubuntu 18.04 GPU container and add Ubuntu 20.04
|
2020-09-04 14:06:38 -04:00 |
|
|
|
ceed9284c1
|
Merge branch 'master' into collected-small-changes
|
2020-09-04 13:32:47 -04:00 |
|