983e8bb110
doc page clarifications
2018-09-11 11:36:37 -06:00
a33f45f176
Merge pull request #1112 from akohlmey/rename-cdeam-omp
...
Rename files for pair style eam/cd/omp in USER-OMP
2018-09-10 15:16:10 -04:00
a903e64947
Merge pull request #1114 from junghans/cmake_eigen3
...
cmake: fix Eigen3 detection
2018-09-10 10:45:20 -04:00
46b87518b8
cmake: use NO_MODULE for Eigen3
2018-09-10 00:35:55 -04:00
45682f8695
Merge pull request #1115 from junghans/cmake_globfix
...
cmake: fix globbing of emacs files
2018-09-09 22:15:44 -04:00
2faa34b2be
Merge pull request #1105 from rbberger/truncate-file-path
...
Avoid buffer overflow during errors with long filenames
2018-09-09 01:30:14 -04:00
075d366051
Merge pull request #1116 from akohlmey/correct-doc-build
...
Correct multiple issues in manual build
2018-09-09 01:28:29 -04:00
3b073de357
make it less likely to have people get confused by Eigen3_DIR
2018-09-09 01:21:37 -04:00
6f379f54d6
Merge pull request #1117 from lammps/doc-tweak
...
small doc page changes, format and content on doc page tarballs
2018-09-07 23:48:46 -04:00
e325c78628
Merge pull request #1101 from Pakketeretet2/bugfix-pair-morse-smooth-linear
...
Bugfix pair morse smooth linear
2018-09-07 23:38:16 -04:00
b488f1072e
recent package links
2018-09-07 14:22:38 -06:00
0384ef8967
more tweaks to client/server doc pages
2018-09-07 14:00:39 -06:00
25907c856e
small doc page changes, format and content on doc page tarballs
2018-09-07 09:56:03 -06:00
861a7acdf0
cmake: fix globbing in some more places
2018-09-07 06:40:06 -06:00
aea148a86a
Merge pull request #1100 from rbberger/info-command-refactoring
...
Avoid unnecessary sorting in print_columns
2018-09-06 22:55:56 -04:00
dd64c063cf
various fixes for the manual to address breakage from merging MESSAGE and USER-SCAFACOS packages
2018-09-06 22:28:20 -04:00
5c4434b283
Merge pull request #1113 from akohlmey/more-codeowners
...
Expand the list of code owners for more automated review requests
2018-09-06 20:59:07 -04:00
8f8aee65d2
cmake: fix globbing of emacs files
...
Done by: sed -i '/GLOB/s@/\*\.@/[^.]*.@g' CMakeLists.txt
2018-09-06 14:52:49 -06:00
d7b00f86f8
cmake: fix Eigen3 detection
...
For some reason FindEigen3.cmake defines all cap. variables, i.e.
Eigen3_FOUND -> EIGEN3_FOUND
2018-09-06 14:18:31 -06:00
efd582fb21
update list of code owners for automatic review requests. started assigning core files
2018-09-06 13:13:20 -04:00
b3079f3aec
rename files and classes for pair style eam/cd/omp to follow the rename of the non-threaded classes
2018-09-06 12:07:25 -04:00
ba1c5d3191
Avoid buffer overflow during errors with long filenames
2018-09-05 21:39:09 -04:00
0b951840f2
Merge pull request #1103 from rbberger/cmake-fix-user-omp
...
cmake: add missing fix_omp.h and fix_omp.cpp to compilation
2018-09-05 21:27:24 -04:00
95c3d2fc8e
Merge pull request #1051 from stanmoore1/data_dup
...
Add data duplication option to the KOKKOS package
2018-09-05 17:09:09 -06:00
ad498811b1
cmake: add missing fix_omp.h and fix_omp.cpp to compilation
2018-09-05 16:04:35 -04:00
510e09f4ef
patch 5Sep18
patch_5Sep2018
2018-09-05 13:39:18 -04:00
5003354fba
Replaced a tab with whitespace.
2018-09-05 11:42:48 -04:00
9b38a5b359
Replaced gpu Makefile with the one from upstream so as not to delete it.
2018-09-05 11:39:41 -04:00
1c8feed69f
Removed gpu makefile from wrong branch.
2018-09-05 11:38:04 -04:00
84de0d38ea
Replaced files with those from upstream.
2018-09-05 11:34:07 -04:00
c192236a7e
Commit before switching to old master.
2018-09-05 11:28:06 -04:00
779f1bd0b1
Fixes a bug in pair_morse_smooth_linear where the cutoff was not properly initialized.
2018-09-05 11:27:10 -04:00
a28990ed8d
Merge pull request #989 from rhalver/ScaFaCoS
...
[Feature Contribution] Scafacos
2018-09-05 11:24:13 -04:00
4a5e28af81
Avoid unnecessary sorting in print_columns
...
std::map is a sorted associative container. We don't need to
first copy it into a vector and sort that one.
print_columns has been refactored as a template function and
makes use of this property.
2018-09-05 10:35:47 -04:00
d3d16882ca
remove note for Rene
2018-09-05 08:12:19 -06:00
09ef2bc829
Merge pull request #1093 from rbberger/cmake-fixes
...
Collection of CMake fixes
2018-09-04 21:51:47 -04:00
f8b8ebed5b
Merge pull request #1098 from junghans/cmake_testing
...
cmake: only add tests if exe is build
2018-09-04 21:50:23 -04:00
ff2e13e063
Merge branch 'master' into ScaFaCoS
2018-09-04 21:35:46 -04:00
8608b4f93c
Remove extra libm in LAMMPS_LINK_LIBS
2018-09-04 21:31:08 -04:00
db7c2549d0
cmake: inject with-pic into Scafacos
2018-09-04 17:05:59 -06:00
037420b611
cmake: only add tests if exe is build
2018-09-04 14:59:30 -06:00
5edff5d970
Merge pull request #1095 from rbberger/cmake-add-core-tests
...
Add core tests to CMake
2018-09-04 16:28:26 -04:00
af4b2b9354
Add LAMMPS_TESTING_SOURCE_DIR and LAMMPS_TESTING_GIT_TAG options
2018-09-04 15:37:32 -04:00
842136afc8
Add core tests to CMake
2018-09-04 12:12:49 -04:00
990f733d22
Merge pull request #1091 from akohlmey/less-compiler-warnings
...
Collected diverse small changes
2018-09-04 10:30:04 -04:00
f18f12d1a6
Fix NETCDF include and libs in CMake
2018-09-04 09:15:00 -04:00
a6dfab6f27
recover some const'ness in Domain class, that was lost when merging MESSAGE package. fixes lib/atc compilation issue
2018-09-04 09:13:22 -04:00
1d3116d7c2
Merge branch 'master' into less-compiler-warnings
2018-09-04 08:59:12 -04:00
c9cf3fba8f
Merge pull request #1013 from lammps/cslib
...
new MESSAGE package for client/server/coupling
2018-09-04 08:29:15 -04:00
9e03bf7db9
make USER-DIFFRACTION input example fully consistent with output and remove additional input file
2018-09-01 19:12:46 -04:00