lammps:9dad95d101401f40a0019fa9155d1ceedde063c8 commits - 南方科技大学https://mirrors.sustech.edu.cn/git/11930499/lammps/-/commits/9dad95d101401f40a0019fa9155d1ceedde063c82017-06-30T13:04:09-04:00https://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/9dad95d101401f40a0019fa9155d1ceedde063c8performance improvement through moving inlinable functions to header file2017-06-30T13:04:09-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/55487047006faad2c683c8561eb33b7a3e847050Move stateless functions to separate module, improve style2017-06-30T15:37:26+02:00Sebastian Hüttersebastian.huetter@ovgu.de
- use static/const
- return instead of ptr-parameter, &ref if more than one return
- replace macros from header with inline functions
- remove useless/old commentshttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/e0939ac795779600cfa28ed80f814911e1e64679Re-Run clang-format2017-06-30T12:28:22+02:00Sebastian Hüttersebastian.huetter@ovgu.dehttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/8fca667e4b7fdc6edca571971fecf3f14e13c941Change indexing of remaining variables and locals2017-06-26T18:09:11+02:00Sebastian Hüttersebastian.huetter@ovgu.de
- Voigt index tables
- local variables
- remove shims from headerhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/dadd1c8b4d6e2e277666bb3f36715352f375f435Remove neigh_f2c/c2f, related cleanup2017-06-22T19:02:14+02:00Sebastian Hüttersebastian.huetter@ovgu.de
- neighbour lists now use C indexing
- removed many arr*v() macros
- removed some unneccessary pointers
- minor reformattinghttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/f092da80a95939daf859169f26807891b46186c9Fix some shadowing warnings2017-06-22T13:28:12+02:00Sebastian Hüttersebastian.huetter@ovgu.dehttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/5e165e67822f0bb919d03be849cc526d0944a22dfix array bounds issue due to typo. spotted by GCC.2017-06-21T13:33:26-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/02625b285521659cb9d6b2079315ee638335a649fix typos introduced in original translation: results are correct again2017-06-21T18:54:21+02:00Sebastian Hüttersebastian.huetter@ovgu.dehttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/bb47fa8783d8126f97f528078b5564e9b83d830bChange indexing of all MEAM element arrays2017-06-20T19:56:14+02:00Sebastian Hüttersebastian.huetter@ovgu.de
- arrays in MEAM class
- eltind setting
- remove fmap translationhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/c79dc53c6aefbc8e21fd2946711c8e16afb3184dcode improvement, less pointer params2017-06-20T19:36:07+02:00Sebastian Hüttersebastian.huetter@ovgu.dehttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/72a1364d854f451e194cfc17049206a84f669e43Merge branch 'master' into package-meamc2017-06-20T13:21:46-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/198fe7ecd7adcb2f6271df2bcfc6f907e53bed45fix storing of invalid memory pointer2017-06-20T19:00:57+02:00Sebastian Hüttersebastian.huetter@ovgu.dehttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/84b530cca189a4bcb82f97edb6ecd631137b36c7Merge pull request #537 from lammps/neb2017-06-20T09:38:32-06:00sjplimpsjplimp@sandia.gov
minor changes to NEB doc pages and exampleshttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/50c9167913d6b8b21357c18fc3795c023c986101small formatting correction in fix neb docs2017-06-20T10:36:30-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/d2610d9e7c0d3144cab951533a9a8c2ca31c60b6minor changes to NEB doc pages and examples2017-06-20T08:19:23-06:00Steve Plimptonsjplimp@sandia.govhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/326a8a1289ef6fdc450bca4813a81783c079eef7Merge pull request #536 from akohlmey/fix-nvcc-openmp-conflicts2017-06-20T07:44:40-06:00sjplimpsjplimp@sandia.gov
Implement workaround for NVCC incompatibilities with OpenMP directiveshttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/b5300724bb8b22da91d3db6efe9375c392164461Merge pull request #533 from lammps/user-intel2017-06-20T07:44:17-06:00sjplimpsjplimp@sandia.gov
Updates for USER-INTEL package and NEB command flags/docs updates and issueshttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/e129f18e6f19c50282a26aac99828e79fb085fcaMerge pull request #530 from akohlmey/no_static_sort_in_dump2017-06-20T07:43:49-06:00sjplimpsjplimp@sandia.gov
Refactor Dump and Irregular classes to remove static class membershttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/8c54fcd1b6c93d92f73167513f6f87c7d04e6643cleanup from aidan for fix reax/c/species and its KOKKOS version2017-06-19T17:31:54-04:00Axel Kohlmeyerakohlmey@gmail.com
this version eliminates the need for the PBCconnected list and avoids having to access the spec_atom array for ghost atomshttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/f5047ac3c7f9b13fcb01a0676e0722f97acf7eb1augment fix shardlow check for ordering fixes to be KOKKOS compatible2017-06-19T17:23:23-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/164cedf3539cc1e199e777d993b38590b05d5d01protect all OpenMP pragmas with ifdefs and add special conditions for nvcc to...2017-06-19T15:31:20-04:00Axel Kohlmeyerakohlmey@gmail.comprotect all OpenMP pragmas with ifdefs and add special conditions for nvcc to ignore unsupported directives
https://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/3c329d170791699f01f500213c48b57cb7cff38dmassive whitespace cleanup in USER-INTEL2017-06-19T13:23:01-04:00Axel Kohlmeyerakohlmey@gmail.com
removed are:
- DOS/Windows text format carriage return characters (^M)
- tabs replaced with spaces (tabs are evil!!)
- trailing whitespacehttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/b687d16177fe565dde1890a6076eab1becce0c0ainsert C++ file format indicator comments2017-06-19T13:03:23-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/9d3e34e4922c6b2e137ec4f184475d2935d91359add missing reference for lj/smooth/linear2017-06-19T11:23:30-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/8988b692a3923548cd2b5f745548c59a96235803modified the documentation, first and last freeend can have different spring ...2017-06-19T16:30:42+02:00Emile Marasmaras@linux.susehttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/c97415aefab7cdb6f83a7aa7a57d5386ecc0e6a7corrected the initial free end2017-06-19T14:57:39+02:00Emile Marasmaras@linux.susehttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/a9f3f900255e8a0815aef41f976e9e8bd4e0960efix uninitialized members2017-06-19T12:51:18+02:00Sebastian Hüttersebastian.huetter@ovgu.dehttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/9b8de3ba2960be86268d1726867003db598483fcremove ifdefs for selecting between plain and hybrid merge sort. use hybrid o...2017-06-17T09:30:41-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/cd88b31450c3366c126135638e77f0b68e6e1b93same PR, also has cosmetic changes to new fix neb options2017-06-16T17:02:05-06:00Steve Plimptonsjplimp@sandia.govhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/9b9f6d6fe2f4559c7123a017171b2698bd3837d5USER-INTEL upgrade from M Brown2017-06-16T16:56:28-06:00Steve Plimptonsjplimp@sandia.govhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/c1b0b1b3f9d7e21ee991aaf554edce6a328cc21erestore old qsort() based code and add preprocessor directives to switch2017-06-16T18:17:48-04:00Axel Kohlmeyerakohlmey@gmail.com
-DLMP_USE_LIBC_QSORT will use qsort() from libc to sort (requires static/global variables).
-DLMP_USE_MERGE_SORT will use a plain merge sort. slightly slower for expensive comparisons.
-DLMP_USE_HYBRID_SORT will use hybrid merge sort. faster than merge sort (no static/global variables)https://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/bc0241576fa1e8b7ca3cd0f2b8b139d3a179c877Merge pull request #532 from akohlmey/restore-heuristics-in-fix-shardlow2017-06-16T09:46:58-06:00sjplimpsjplimp@sandia.gov
recover running USER-DPD with USER-OMP and suffixeshttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/2a6f026853e6c61d9f8371cff758faa58ff44ff3mergesort performance improvements2017-06-16T08:05:55-04:00Axel Kohlmeyerakohlmey@gmail.com
- use insertion sort to pre-sort data in 32-element chunks
- swap pointers between merge runs instead of copying the datahttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/8728a8ddae67b49e915632920b7e1ae60b8c5f90restore heuristics for checking against integrators that broke after PR #499 ...2017-06-15T15:16:50-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/9aa450b832405124b55d4070d5ff317dd0671688Merge pull request #528 from akohlmey/no_static_in_ring_comm2017-06-15T11:13:07-06:00sjplimpsjplimp@sandia.gov
Refactor ring communication to no longer require static class variableshttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/0588c382f0a678c1dc14616c1541cee7bd9b74ecMerge pull request #513 from v0i0/bugfix-airebo-nconj-kronecker2017-06-15T11:12:29-06:00sjplimpsjplimp@sandia.gov
Bugfix in AIREBO as reported in #59 by @KammImahttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/d3c90f3c14dd7f15255692fcf584f966dcff4134Merge pull request #510 from akohlmey/collected-small-changes2017-06-15T11:12:14-06:00sjplimpsjplimp@sandia.gov
Collected small changeshttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/b62d526cc98d53c5c81d9839977dd8fc2dd1ffdaRevert "avoid undesired negative forces for high particle velocities in granu...2017-06-15T11:01:36-04:00Axel Kohlmeyerakohlmey@gmail.com
This reverts commit <a href="/git/11930499/lammps/-/commit/066123007cd9277d4c03669707cf34ab6c05bc06" title="avoid undesired negative forces for high particle velocities in granular models" class="gfm gfm-commit has-tooltip" data-original="066123007cd9277d4c03669707cf34ab6c05bc06" data-link="false" data-link-reference="false" data-commit="066123007cd9277d4c03669707cf34ab6c05bc06" data-project="218" data-container="body" data-placement="top" data-reference-type="commit">06612300</a>.https://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/1a29048940e9b37f0c339a30ef380b35c46470c9Merge pull request #531 from ohenrich/user-cgdna2017-06-15T08:54:52-06:00sjplimpsjplimp@sandia.gov
Affiliation Update for USER-CGDNAhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/0a6b3f87901c4ac2224d0a92c364978e599e8497Merge pull request #527 from dstelter92/master2017-06-15T08:54:22-06:00sjplimpsjplimp@sandia.gov
Added compute_scalar to fix_grem