|
|
4ce68cf5fd
|
added diagnostic info for memory and balance info
|
2019-01-23 16:01:10 -07:00 |
|
|
|
9de0262155
|
added rendezvous via all2all
|
2019-01-23 14:49:52 -07:00 |
|
|
|
fd8130859b
|
fix a small memory leak in SHAKE setup
|
2018-12-19 17:40:35 -07:00 |
|
|
|
e538fd5c6d
|
added rendezvous alg to fix shake
|
2018-12-12 17:14:56 -07:00 |
|
|
|
7c3d6dc051
|
propagate rendezvous changes to fix rigid/small
|
2018-12-07 16:43:01 -07:00 |
|
|
|
ece1aff7e9
|
less comm version of special bonds rendezvous
|
2018-12-07 15:46:27 -07:00 |
|
|
|
2e0d69b005
|
replace STL map with atom->map in special, better code comments
|
2018-11-30 13:06:31 -07:00 |
|
|
|
ab1c3f6498
|
rendevous comm option for special bonds and fix rigid/small
|
2018-11-30 11:54:48 -07:00 |
|
|
|
67041a5446
|
Merge pull request #1231 from lammps/update-log-files
Update log files for example inputs, part 1
|
2018-11-30 11:07:44 -05:00 |
|
|
|
f380a03a07
|
Merge pull request #1237 from akohlmey/compute-mop-bugfix
Make compute stress/mop and stress/mop/profile compatible with per-atom masses
|
2018-11-30 11:07:17 -05:00 |
|
|
|
7b68655c4d
|
remove trailing whitespace
|
2018-11-30 08:00:08 -05:00 |
|
|
|
dd84b5c975
|
make compute stress/mop and stress/mop/profile compatible with per-atom masses
|
2018-11-30 07:50:57 -05:00 |
|
|
|
1f210a246e
|
Merge pull request #1234 from lammps/read-dump-keep
bug-fix for miscounting atoms for read_dump add keep
|
2018-11-29 18:33:45 -05:00 |
|
|
|
5d2730f055
|
update log files for rigid, shear, snap, srd, streitz, threebody, vashsista, and voronoi examples
|
2018-11-29 18:22:18 -05:00 |
|
|
|
e4ca5b1889
|
Merge pull request #1232 from akohlmey/collected-small-fixes
First chunk of collected small fixes for the stable release
|
2018-11-29 18:19:12 -05:00 |
|
|
|
f92e61c58d
|
bug-fix for miscounting atoms for read_dump add keep
|
2018-11-29 15:37:58 -07:00 |
|
|
|
cda3227b05
|
plug memory leak in poems library
|
2018-11-29 16:41:11 -05:00 |
|
|
|
6705777f7b
|
fix memory issue in POEMS library, where auxiliary data was cast to a data structure of different (smaller) size when deleting.
this commit adds support to a callback function that allows to delete aux data in the Tree with its native size.
|
2018-11-29 16:34:41 -05:00 |
|
|
|
4b8c6d40e2
|
update log files for qeq and rdf-adf examples
|
2018-11-29 15:15:14 -05:00 |
|
|
|
46bf4b7efb
|
update log files for peptide, peri, pour and python examples
|
2018-11-29 14:51:25 -05:00 |
|
|
|
cef4164460
|
update log files for min, msst, nb3b, nemd, and obstacle examples
|
2018-11-29 14:13:11 -05:00 |
|
|
|
074a9663cb
|
update log files for melt and micelle example
|
2018-11-29 14:05:28 -05:00 |
|
|
|
d67dad9d67
|
update log files for meam examples
|
2018-11-29 12:47:15 -05:00 |
|
|
|
41e24f6e8b
|
update log files for gcmc example
|
2018-11-29 12:35:07 -05:00 |
|
|
|
e3ddefb38b
|
update docs and header for removed error message
|
2018-11-29 02:03:56 -05:00 |
|
|
|
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 |
|
|
|
6be4ce7137
|
found a new false positive word in docs with spellchecker
|
2018-11-28 23:14:45 -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 |
|
|
|
c42776e4e1
|
ignore valgrind core dumps
|
2018-11-28 21:22:46 -05:00 |
|
|
|
c763916f9e
|
update log files for granregion hugoniostat and indent examples
|
2018-11-28 21:21:54 -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 |
|
|
|
48a408bb19
|
update log files for friction example
|
2018-11-28 18:42:48 -05:00 |
|
|
|
a4d21370bf
|
Merge pull request #1229 from invemichele/fix_plumed_memory_leak
fix plumed memory leak
|
2018-11-28 16:42:16 -05:00 |
|
|
|
9702899d1c
|
Merge pull request #1228 from invemichele/fix_plumed_install
Fix bug in lib/plumed/Install.py, some small cleanup and support parallel compile of plumed sources
|
2018-11-28 16:32:04 -05:00 |
|
|
|
8e07aaf005
|
update log files for ellipse and flow examples
|
2018-11-28 16:16:19 -05:00 |
|
|
|
4a8f1a7a08
|
update log files for eim example
|
2018-11-28 16:11:15 -05:00 |
|
|
|
37289f7476
|
update log files for dipole and dreiding example inputs. add running some MD steps for dreiding
|
2018-11-28 16:07:12 -05:00 |
|
|
|
3ce61c42d6
|
update log files for crack and deposit examples
|
2018-11-28 16:01:42 -05:00 |
|
|
|
98c8f22046
|
update log files for coreshell examples
|
2018-11-28 15:56:58 -05:00 |
|
|
|
296cab0b09
|
update log files for controller example
|
2018-11-28 15:40:14 -05:00 |
|
|
|
ab924e4f1d
|
update log files for comb examples
|
2018-11-28 15:38:11 -05:00 |
|
|
|
852916983a
|
update logs for colloid example
|
2018-11-28 14:53:29 -05:00 |
|
|
|
d0a83e9e12
|
update cmap example logfiles
|
2018-11-28 14:51:19 -05:00 |
|
|
|
2ed90c1669
|
update log files for body examples
|
2018-11-28 14:46:47 -05:00 |
|
|
|
c428088554
|
update logfiles for balance examples
|
2018-11-28 14:40:20 -05:00 |
|
|
|
77e7362168
|
update log files for airebo and atm examples
|
2018-11-28 14:28:20 -05:00 |
|