Homec4science

Merge branch 'master' into USER-DPD_kokkos_testing

Authored by Stan Moore <stamoor@sandia.gov> on Jun 26 2017, 17:36.

Description

Merge branch 'master' into USER-DPD_kokkos_testing

Event Timeline

Stan Moore <stamoor@sandia.gov> committed rLAMMPSea4d11fc5eff: Merge branch 'master' into USER-DPD_kokkos_testing (authored by Stan Moore <stamoor@sandia.gov>).Jun 26 2017, 17:36

Merged Changes

This commit merges a very large number of changes. Only the first 50 are shown.
CommitAuthorDetailsCommitted
1370385c8c9fSteve Plimpton
patch 23Jun17 
Jun 24 2017
2240c3d7d3a8sjplimp/GitHub
Merge pull request #548 from lammps/doc-update 
Jun 24 2017
4fcbd58d5a32Steve Plimpton
doc page clarifications for CHARMM energy and dipole pre-factors 
Jun 23 2017
25a5d12af386sjplimp/GitHub
Merge pull request #541 from lammps/charmm 
Jun 23 2017
feb500b52684Axel Kohlmeyer
reword the kspace_modify fftbench keyword docs to reflect the current state (i. 
Jun 23 2017
a714b5774132Axel Kohlmeyer
make neighbor list reset message for minimization more explicit 
Jun 23 2017
c5430b0a2607Axel Kohlmeyer
print info messages when changing qqr2e constant in fully CHARMM compatible… 
Jun 23 2017
60c3f3d64c58Steve Plimpton
use CHARMM energy conversion factor with new CHARMM pair styles 
Jun 22 2017
7a4a56985986sjplimp/GitHub
Merge pull request #540 from lammps/neighrespa 
Jun 22 2017
4fc3f4f7e563sjplimp/GitHub
Merge pull request #538 from akohlmey/collected-small-changes 
Jun 22 2017
b0ddabbcde94Axel Kohlmeyer
update examples for fix filter/corotate to comply with new CHARMM restrictions 
Jun 22 2017
de3157f720b3Axel Kohlmeyer
document new restrictions to CHARMM compatible dihedral styles 
Jun 22 2017
0c6a7517511bAxel Kohlmeyer
may check for 1-4 scaling factors in CHARMM dihedral styles only when… 
Jun 22 2017
612b44a8951eAxel Kohlmeyer
enforce using 'special_bonds charmm' for dihedral styles charmm and charmmfsw 
Jun 22 2017
684b7334a56cAxel Kohlmeyer
enforce that CHARMM dihedral styles are run at the same r-RESPA level as pair 
Jun 22 2017
1fc2eb1e3e4bSteve Plimpton
fix issue with rRESPA inner/middle neighbor lists 
Jun 21 2017
e69ef56f108esjplimp/GitHub
Merge pull request #539 from lammps/neighsize 
Jun 21 2017
7dc380b113d8Steve Plimpton
insure compute pair/property local will use a copy of granular neigh list 
Jun 21 2017
1a77135ed65bAxel Kohlmeyer
whitespace cleanup in docs 
Jun 21 2017
f45c7e1fb023Axel Kohlmeyer
update fix ti/spring docs to reflect it is part of USER-MISC 
Jun 21 2017
0cfe8980d4caAxel Kohlmeyer
dead code removal 
Jun 21 2017
2988508cee98Axel Kohlmeyer
correct indexing bug in pair style lj/long/tip4p/long 
Jun 20 2017
15c596153aaaAxel Kohlmeyer
remove dead code 
Jun 20 2017
e13c94ed4f26Axel Kohlmeyer
fix uninitialized variable bug spotted by coverity scan 
Jun 20 2017
812f1a8fabd7Axel Kohlmeyer
remove local variables shadowing global ones in BondsOMP() 
Jun 20 2017
218bc92c82d5Axel Kohlmeyer
make pre-processor defines for using libc's qsort() consistent 
Jun 20 2017
ffa906de6ff6Axel Kohlmeyer
add C++ format identifiers to .h files 
Jun 20 2017
cccf72a21d6aAxel Kohlmeyer
make certain class member list is initialized to NULL before assigned to a… 
Jun 20 2017
87c028ed0237Steve Plimpton
patch 20Jun17 
Jun 20 2017
84b530cca189sjplimp/GitHub
Merge pull request #537 from lammps/neb 
Jun 20 2017
50c9167913d6Axel Kohlmeyer
small formatting correction in fix neb docs 
Jun 20 2017
d2610d9e7c0dSteve Plimpton
minor changes to NEB doc pages and examples 
Jun 20 2017
326a8a1289efsjplimp/GitHub
Merge pull request #536 from akohlmey/fix-nvcc-openmp-conflicts 
Jun 20 2017
b5300724bb8bsjplimp/GitHub
Merge pull request #533 from lammps/user-intel 
Jun 20 2017
e129f18e6f19sjplimp/GitHub
Merge pull request #530 from akohlmey/no_static_sort_in_dump 
Jun 20 2017
8c54fcd1b6c9Axel Kohlmeyer
cleanup from aidan for fix reax/c/species and its KOKKOS version 
Jun 19 2017
f5047ac3c7f9Axel Kohlmeyer
augment fix shardlow check for ordering fixes to be KOKKOS compatible 
Jun 19 2017
164cedf3539cAxel Kohlmeyer
protect all OpenMP pragmas with ifdefs and add special conditions for nvcc to… 
Jun 19 2017
3c329d170791Axel Kohlmeyer
massive whitespace cleanup in USER-INTEL 
Jun 19 2017
b687d16177feAxel Kohlmeyer
insert C++ file format indicator comments 
Jun 19 2017
9d3e34e4922cAxel Kohlmeyer
add missing reference for lj/smooth/linear 
Jun 19 2017
8988b692a392Emile Maras
modified the documentation, first and last freeend can have different spring… 
Jun 19 2017
c97415aefab7Emile Maras
corrected the initial free end 
Jun 19 2017
9b8de3ba2960Axel Kohlmeyer
remove ifdefs for selecting between plain and hybrid merge sort. use hybrid… 
Jun 17 2017
cd88b31450c3Steve Plimpton
same PR, also has cosmetic changes to new fix neb options 
Jun 17 2017
9b9f6d6fe2f4Steve Plimpton
USER-INTEL upgrade from M Brown 
Jun 17 2017
c1b0b1b3f9d7Axel Kohlmeyer
restore old qsort() based code and add preprocessor directives to switch 
Jun 17 2017
2a6f026853e6Axel Kohlmeyer
mergesort performance improvements 
Jun 16 2017
06fe703eedcbAxel Kohlmeyer
add missing mergesort header 
Jun 15 2017
8500a197ae13Axel Kohlmeyer
whitespace cleanup 
Jun 15 2017