|
|
ea6d8a5dca
|
replace hard crash with disabling atom sorting, when no suitable binsize is found
|
2018-11-29 01:38:04 -05:00 |
|
|
|
09abc0c75a
|
Fix memory leak in Variable::compute_atom
|
2018-11-29 00:41:40 -05:00 |
|
|
|
78f86d5f16
|
silence compiler warning about singed vs. unsigned
|
2018-11-28 22:23:09 -05:00 |
|
|
|
cb2964af4c
|
silence compiler warning about unused parameter
|
2018-11-28 22:20:42 -05:00 |
|
|
|
798f098e4a
|
remove USER-OMP version of fix nphug, which had intermittant and difficult to track down memory corruption issues with multiple threads.
|
2018-11-28 18:57:26 -05:00 |
|
|
|
3508eca337
|
make sure all local Tree pointers are initialized, either to a newly allocated Tree() or NULL
|
2018-11-28 18:49:37 -05:00 |
|
|
|
9646d4614f
|
plug small memory leak in fix gcmc
|
2018-11-28 18:45:32 -05:00 |
|
|
|
c0ab126e77
|
Merge pull request #1223 from akohlmey/next-patch-release
Patch release 27 November 2018
|
2018-11-27 16:37:10 -05:00 |
|
|
|
1ddbd24a4e
|
add missing include file
|
2018-11-26 15:45:23 -05:00 |
|
|
|
cce874dfb4
|
step version number to 27 November 2018
|
2018-11-26 14:28:57 -05:00 |
|
|
|
4004b8f161
|
Merge pull request #1219 from akohlmey/fix-class2-write-coeff
Handle class2 force field parameters correctly in write_coeff
|
2018-11-26 14:23:26 -05:00 |
|
|
|
32b3ff6cd7
|
remove tabs
|
2018-11-24 23:59:43 -05:00 |
|
|
|
179e84f282
|
replace dos/windows-style CR-LF line endings with unix style LF-only
|
2018-11-24 16:57:01 -05:00 |
|
|
|
f50ff9a9e3
|
use C++ style include files in USER-PTM package consistently
|
2018-11-24 16:47:59 -05:00 |
|
|
|
b76c7ddc84
|
correct some incorrect writedata and single_enable settings
|
2018-11-22 09:22:58 -05:00 |
|
|
|
b1b6980d32
|
write_coeff needs to do special processing for class2 angles, dihedrals, and impropers
|
2018-11-21 15:46:41 -05:00 |
|
|
|
a91d89b516
|
avoid array overflows and silence compiler warnings from unused parameters
|
2018-11-21 09:24:10 -05:00 |
|
|
|
4c021dad37
|
port spell fixes to source code
|
2018-11-20 00:09:11 -05:00 |
|
|
|
b34dac41c2
|
port documentation spelling fixes to comments or strings in source code.
|
2018-11-19 16:15:24 -05:00 |
|
|
|
c49c35e41d
|
avoid tuncation error through integer division and promote to use "bigint" instead of "int" to avoid overflows for large systems
|
2018-11-17 06:40:33 -05:00 |
|
|
|
1597e78d5a
|
guarantee initialization of hyperflag
|
2018-11-17 06:39:28 -05:00 |
|
|
|
cf79751f4f
|
Merge pull request #1207 from akohlmey/next-patch-release
Patch release 15 November 2018
|
2018-11-15 19:33:52 -05:00 |
|
|
|
e4dee3de17
|
Merge pull request #1206 from akohlmey/collected-small-changes
Collected small changes for next release
|
2018-11-15 17:29:26 -05:00 |
|
|
|
6e225d90fc
|
fix some minor bugs write data file writing and remove dead code and silence compiler warnings
|
2018-11-15 16:50:56 -05:00 |
|
|
|
1fc3b4618c
|
remove dead code and silence compiler warnings
|
2018-11-15 16:50:56 -05:00 |
|
|
|
090778c42b
|
Merge pull request #1204 from lammps/doc-plumed
Linkage mode improvements and documentation updates for USER-PLUMED package
|
2018-11-15 13:48:58 -05:00 |
|
|
|
25914ea3f3
|
patch 15Nov2018
|
2018-11-15 10:17:25 -05:00 |
|
|
|
04520e627d
|
add code and scripts to support all three plumed linkage modes with fix plumed for conventional build
|
2018-11-14 21:26:36 -05:00 |
|
|
|
952e52982e
|
add comment to indicate code intended for backward compatibility only
|
2018-11-14 05:37:59 -05:00 |
|
|
|
a942d8b3ba
|
use memset() for clearing of arrays
|
2018-11-14 05:30:23 -05:00 |
|
|
|
7a22b8aa62
|
check only in currently added data file atoms for dihedral overflow
|
2018-11-14 05:29:26 -05:00 |
|
|
|
4c1fbc359a
|
use tagint when unpacking atom tags from communication buffers
|
2018-11-14 05:28:19 -05:00 |
|
|
|
2c644c5f2e
|
Merge pull request #1197 from akohlmey/collected-small-fixes
Collection of small changes and bugfixes for the next release
|
2018-11-13 15:18:09 -05:00 |
|
|
|
b1186a971e
|
Merge pull request #1202 from lammps/hyper
Add Hyper-dynamics to REPLICA package
|
2018-11-13 15:17:30 -05:00 |
|
|
|
380f0e4971
|
remove some debugging code
|
2018-11-13 08:06:40 -07:00 |
|
|
|
b776f0f29f
|
remove dead code and silence warnings about unused parameters
|
2018-11-12 21:11:55 -05:00 |
|
|
|
443644025f
|
silence compiler warnings
|
2018-11-12 20:50:14 -05:00 |
|
|
|
c4c90a96ec
|
avoid void return from non-void function
|
2018-11-12 20:49:01 -05:00 |
|
|
|
5cb2463204
|
c++ style include files do not have a .h extension
|
2018-11-12 20:33:30 -05:00 |
|
|
|
5a4e44b75a
|
remove accidentally duplicated code
|
2018-11-12 20:27:21 -05:00 |
|
|
|
0ca02b6f41
|
added new commands to doc pages, fixed a few missing entries as well
|
2018-11-12 17:23:15 -07:00 |
|
|
|
2b96dfd6cc
|
Remove deprecated Kokkos code
|
2018-11-12 15:49:31 -07:00 |
|
|
|
8e9d4f5bce
|
modify bond style hybrid, so it can handle bond style quartic as a sub-style
|
2018-11-12 16:06:55 -05:00 |
|
|
|
fe07ad279d
|
added NULL declations to constructor, removed debug code
|
2018-11-12 12:32:54 -07:00 |
|
|
|
3b7ebbb8df
|
new hyper examples
|
2018-11-12 12:32:53 -07:00 |
|
|
|
fbd610b8a9
|
global/local hyperdynamics src and doc files
|
2018-11-12 12:32:52 -07:00 |
|
|
|
adeb0c2b54
|
replace faulty preprocessor logic
fixes #1196
|
2018-11-09 01:08:57 -05:00 |
|
|
|
1651a21f92
|
Merge pull request #1198 from akohlmey/next-patch-release
Patch release 9 November 2018
|
2018-11-08 20:49:49 -05:00 |
|
|
|
f2a29880e2
|
patch 9Nov2018
|
2018-11-08 16:48:43 -05:00 |
|
|
|
e0955f6434
|
Merge branch 'master' into sdpd to resolve merge conflicts
# Conflicts:
# cmake/CMakeLists.txt
# src/Makefile
|
2018-11-08 16:32:02 -05:00 |
|