Commit Graph

17040 Commits

Author SHA1 Message Date
Axel Kohlmeyer a9388e86e3
add one more false positive 2019-04-25 18:00:27 -04:00
Axel Kohlmeyer 80af0281d1
replace non-ASCII characters 2019-04-25 17:54:27 -04:00
Axel Kohlmeyer 8882436078
add e3b styles to legacy documentation build 2019-04-25 17:49:35 -04:00
Steven Strong 47d4aa6803 add new false positives 2019-04-24 17:35:17 -05:00
Steven Strong f548e2717e add new false positives 2019-04-24 17:31:44 -05:00
Steven Strong dec1ad19b5 added e3b.jpg 2019-04-19 10:33:51 -05:00
Steven Strong 941281e9e9 fixed isnan error 2019-04-18 10:11:00 -05:00
Steven Strong 4c565db9af update contrib authors 2019-04-16 11:50:33 -05:00
Steven Strong 0eebb31903 update contact info 2019-04-16 11:48:45 -05:00
Steven Strong 69e7a2a237 add e3b water model 2019-04-16 11:32:47 -05:00
Axel Kohlmeyer 898860328b
Merge pull request #1416 from akohlmey/collected-small-changes
More collected small changes and bug fixes for next patch release
2019-04-08 10:42:10 -04:00
Axel Kohlmeyer cb559659f8
write a full-fledged LAMMPS manpage. 2019-04-07 10:35:00 -04:00
Axel Kohlmeyer 5c5b57be5a
minor tweaks 2019-04-07 10:34:25 -04:00
Axel Kohlmeyer 8c4a497af4
set default to automatically download scafacos lib if not found 2019-04-07 06:10:39 -04:00
Axel Kohlmeyer e57c4c60bd
fix spelling issue 2019-04-07 05:59:28 -04:00
Axel Kohlmeyer 13cf357f66
document in README, that msi2lmp is now build alongside LAMMPS 2019-04-07 00:47:10 -04:00
Axel Kohlmeyer 6f7b3643ef
document clang/clang++ preset with settings for MPI and OpenMP 2019-04-07 00:46:43 -04:00
Axel Kohlmeyer e57e4a730b
more packages with default-to-download-if-lib-not-found 2019-04-07 00:45:57 -04:00
Axel Kohlmeyer b40c4d1641
update version number and some reformatting of the LAMMPS manpage 2019-04-06 23:45:01 -04:00
Axel Kohlmeyer 1dd21e6e0c
make downloaded LATTE library use the same BLAS/LAPACK as LAMMPS 2019-04-06 23:44:27 -04:00
Axel Kohlmeyer a6c9a782a4
add manpage for msi2lmp 2019-04-06 23:41:48 -04:00
Axel Kohlmeyer 3b43fc3ea7
install msi2lmp force field files and set environment variable, so they can be found automatically 2019-04-06 20:41:00 -04:00
Axel Kohlmeyer 0d8d8dc0da
Merge branch 'master' into collected-small-changes 2019-04-06 19:52:39 -04:00
Axel Kohlmeyer ce1040a103
Merge pull request #1414 from oywg11/github-tutorial-update
fix two bugs in potential #839
2019-04-06 19:44:11 -04:00
Axel Kohlmeyer b25657c67b
trigger download by default if not found for LATTE package/library 2019-04-06 17:49:56 -04:00
Axel Kohlmeyer 494e76da7d
add false positive 2019-04-06 17:29:04 -04:00
Axel Kohlmeyer cb398bd026
silence some more compiler warnings 2019-04-06 17:23:37 -04:00
Axel Kohlmeyer 72b69783de
add download-default-if-not-found logic to voro++ library for VORONOI package 2019-04-06 17:17:17 -04:00
Axel Kohlmeyer 8c02ce7302
silence some compiler warnings 2019-04-06 17:03:40 -04:00
Axel Kohlmeyer f98aed419c
document the 'maxelt' define in pair style meam/c and how to change it 2019-04-06 17:03:24 -04:00
Axel Kohlmeyer 86f4080b71
some dead code removal in pair style kim. 2019-04-06 16:48:29 -04:00
Axel Kohlmeyer 59a4d42231
make default CMake setting for DOWNLOAD_KIM depend on whether the KIM API is found or not 2019-04-06 16:47:48 -04:00
Axel Kohlmeyer e8289b0024
Merge branch 'find-kim-fix' of https://github.com/ellio167/lammps into collected-small-changes 2019-04-06 16:28:48 -04:00
Axel Kohlmeyer 3070a11041
guard against extracting too many elements from the MEAM library into the statically sized arrays
this will abort with a meaningful error message and people can fix up their LAMMPS binary as needed.
2019-04-06 16:23:10 -04:00
Ryan S. Elliott 47b7437976 Have FindKIM-API.cmake work in QUIET mode 2019-04-06 15:08:15 -05:00
Ryan S. Elliott 6643a4ec92 Fixup FindKIM-API.cmake and clean up some v2 remnants 2019-04-06 14:20:21 -05:00
Axel Kohlmeyer cb27d03c79
stop with error message when computing per-atom stress for reax/c/omp 2019-04-06 11:27:04 -04:00
Axel Kohlmeyer 8683e1ebf8
revert ineffective changes 2019-04-06 11:24:59 -04:00
Axel Kohlmeyer d6a12f6c3e
roll back ineffective changes and add zeroing of allocated storage 2019-04-06 11:22:22 -04:00
Axel Kohlmeyer efa8c8d58b
sanitize file pointer access handling 2019-04-06 11:21:43 -04:00
Axel Kohlmeyer bcb6e1be4f
disable fdotr for virial also for regular pair style reax/c 2019-04-06 09:45:19 -04:00
Axel Kohlmeyer bca7364ba3
disallow using fdotr for computing virial contributions with reax/c/omp 2019-04-06 09:21:50 -04:00
Axel Kohlmeyer 9334c72c04
clang can be installed supporting OpenMP without having omp.h installed: add check 2019-04-06 08:59:06 -04:00
oywg11 e629733d0b change error-all to error-one 2019-04-06 10:26:56 +03:00
Axel Kohlmeyer f10534a721
add code to build msi2lmp with CMake 2019-04-05 23:56:23 -04:00
Axel Kohlmeyer de0938da39
avoid segfault when catching command line flag errors with EXCEPTIONS enabled 2019-04-05 23:24:43 -04:00
Axel Kohlmeyer 3d7a4fb945
silence compiler warnings, remove dead code 2019-04-05 17:04:07 -04:00
Axel Kohlmeyer d17553d8d2
add preset to make it easier to use clang with OpenMP and MPI 2019-04-05 16:52:28 -04:00
Axel Kohlmeyer e56d69a267
silence compiler warnings 2019-04-05 16:52:03 -04:00
Axel Kohlmeyer 67f8c83661
Merge pull request #1415 from stanmoore1/kk_nh
Fix bug in fix_nh_kokkos
2019-04-05 16:50:08 -04:00