lammps:40dcfa44c9a0f545e9e33432bb06e471a5023de7 commits - 南方科技大学https://mirrors.sustech.edu.cn/git/11930499/lammps/-/commits/40dcfa44c9a0f545e9e33432bb06e471a5023de72018-07-23T08:35:40-06:00https://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/40dcfa44c9a0f545e9e33432bb06e471a5023de7new checksum for LATTE download2018-07-23T08:35:40-06:00Steven J. Plimptonsjplimp@singsing.sandia.govhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/5c21d2aff9b3b6a17a53e94eff3ecbcf188e3d16Merge pull request #962 from ndtrung81/body-dem2018-07-20T14:37:41-06:00Steve Plimptonsjplimp@sandia.gov
Discrete element models for the BODY packagehttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/884e72a4ba7cbb5beaf9d5f0afa3b1d80f4ed229Merge pull request #1008 from akohlmey/support-platform-select2018-07-20T14:32:49-06:00Steve Plimptonsjplimp@sandia.gov
OpenCL related fixes and improvements to the GPU packagehttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/2732b8b647d070c0b9eee782605f806f58442dacMerge pull request #1007 from rbberger/fix_memleak_in_gpu_package2018-07-20T14:27:16-06:00Steve Plimptonsjplimp@sandia.gov
Fixes a memory leak when using OpenCLhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/de8176b4fc0556d758d7c49bea43f92c5006f234various minor OpenCL related fixes and improvements to the GPU package2018-07-20T14:41:54-04:00Axel Kohlmeyerakohlmey@gmail.com
- document previously undocumented OpenCL tune settings
- implement OpenCL platform selection through prefixing the device type with the platform id separated by a colon
- allow passing custom tune parameters though postfixing the device type with the 13 tuneable parameters separated by commas
- remove an extra clear() that would delete device properties structs an cause LAMMPS to output garbage stringshttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/36081f9ffdf1746a5b1cf4fa25b762ee468d3e48Merge pull request #1005 from timattox/USER-DPD_alpha2018-07-19T09:07:21-06:00Steve Plimptonsjplimp@sandia.gov
USER-DPD: propagate a minor performance bugfix throughout the DPDE codehttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/2eb8d779e8bc657a8767c4cad7ab72f20f65955fFixes a memory leak when using OpenCL2018-07-18T18:54:57-04:00Richard Bergerrichard.berger@temple.edu
The GPU package uses OpenCL events for measuring time. These have to be
released to free up memory. I removed the clReleaseEvent() calls in the
clear() method because in some cases they don't exist yet and I couldn't
find a way to check for a valid event (clRetainEvent didn't work). This
at least fixes the massive leak during simulations.
See issue #1006https://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/7d4de932b6945045779ae4e2a867b4e99f898d19reinstate reference to fix wall/ees in lammps.book2018-07-18T13:13:57-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/dfd40c1b70c04ac3d3a8c24c4a2e0e399aa5168bmore doc tweaks2018-07-18T10:48:29-06:00Steven J. Plimptonsjplimp@singsing.sandia.govhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/f9c7fa973b29f17bacc2d5dfd7686f08fd529f8dUSER-DPD: propagate a minor performance bugfix throughout the DPDE code2018-07-18T10:50:22-05:00Tim Mattoxtimothy.mattox@engilitycorp.com
The fix_shardlow_kokkos.cpp code had already factored out a redundant
sqrt() calculation in the innermost loop of ssa_update_dpde(). This
changeset propagates an equivilent optimization to:
fix_shardlow.cpp
pair_dpd_fdt_energy.cpp
pair_dpd_fdt_energy_kokkos.cpp
The alpha_ij variable was really just an [itype][jtype] lookup parameter,
replacing a sqrt() and two multiplies per interacting particle pair
by a cached memory read. Even if there isn't much time savings, the
code is now consistent across the various versions.https://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/843b96e8dd579f7c02cac30948b258186664b0a0more changes to new polygon/hedron docs and command names2018-07-18T08:49:42-06:00Steven J. Plimptonsjplimp@singsing.sandia.govhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/de69e2455102bbeffbadfa7a3a4192036aa72d6dAdded replies to Steve's questions2018-07-17T11:05:32-05:00Trung Nguyenndactrung@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/d23788831c8833ed78b1bb603ad417e021af98d2Updated to the doc pages of body rounded/polygon and rounded/polyhedra and th...2018-07-17T10:54:05-05:00Trung Nguyenndactrung@gmail.com+ added examples for special cases with disks and rods for 2d, and spheres and rods for 3d,
+ corrected the definition of the cutoff distance in pair style commandhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/fa73fab5df878b29a3e121cc1655e73e718e3c05patch 16Jul182018-07-16T18:12:15-06:00Steven J. Plimptonsjplimp@singsing.sandia.govhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/a3b6f38a42897921c0755d3b289b1167e8b5bb0fMerge pull request #1003 from akohlmey/restart_extra_flags2018-07-16T15:07:43-06:00Steve Plimptonsjplimp@sandia.gov
include support for 'extra/XXX/per/atom' info in restart fileshttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/5abbea360626d02a439daf40309f1b4e13861fffdoc file changes/Qs added for body DEM particles2018-07-16T14:52:18-06:00Steven J. Plimptonsjplimp@singsing.sandia.govhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/783839e98593bdcb568bf651529b0d1b6f5226dbadd support for restarting extra/XXX/per/atom settings in binary restarts2018-07-16T15:21:52-04:00Axel Kohlmeyerakohlmey@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/cfa6e8717d2dfd9c5ec2c93dfafdd88de2d8dfb1Updated doc pages for pair body rounded/polygon and rounded/polyhedron with e...2018-07-16T12:45:23-05:00Trung Nguyenndactrung@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/27dc7f3205f5da2c7379ef3141df66546c054557Added a tex file for the equations of pair rounded/polygon and rounded/polyhe...2018-07-16T11:44:45-05:00Trung Nguyenndactrung@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/c589029219a24f37c6531a67bb7c08c0045b849aMerge pull request #1002 from rbberger/set_velocity_command2018-07-16T08:50:15-06:00Steve Plimptonsjplimp@sandia.gov
Allow 'set' command to change atom velocitieshttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/140767be16e9a371e38633c11e4888d6248fdc78Merge pull request #1001 from stanmoore1/kk_bugfix2018-07-16T08:49:30-06:00Steve Plimptonsjplimp@sandia.gov
Fix rare crash in Kokkos ReaxFF on GPUshttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/1c007ce7a1b7d7f6bbe699075bb5d02f7b03e7f0Merge pull request #1000 from HaoZeke/fixDocs2018-07-16T08:49:13-06:00Steve Plimptonsjplimp@sandia.gov
docs: Fix sneaky unicode characterhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/6f1b6e7abd0fcead5b74c99fcaaf721e1d7f9f8aMerge pull request #999 from junghans/cmake_doc2018-07-16T08:48:48-06:00Steve Plimptonsjplimp@sandia.gov
cmake/README.md: fix GPU_ARCH optionshttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/5fc4aaef06b7441694720407c01f96bc3ad804a4Merge pull request #940 from Pakketeretet2/port-enforce2d-kokkos2018-07-16T08:48:21-06:00Steve Plimptonsjplimp@sandia.gov
Port enforce2d kokkoshttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/f7d551eb5400580899cde3d2dfa9c325729bbcbcAdded a figure illustrating pair body rounded/polygon and rounded/polyhedron2018-07-15T08:27:55-05:00Trung Nguyenndactrung@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/aa3d3213c914144d0873c572363522f108ce1cb6Update set command documentation2018-07-13T23:06:42-04:00Richard Bergerrichard.berger@temple.eduhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/d00eaef070f6d8500831f5893ec2de6dfa5041b9Allow 'set' command to change atom velocities2018-07-13T23:05:44-04:00Richard Bergerrichard.berger@temple.eduhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/8447d8dd9199555d136f6dd92d389f07cc03d320Updated doc pages for pair body rounded/polygon and rounded/polyhedra2018-07-13T14:34:50-05:00Trung Nguyenndactrung@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/d4f8940ff2367f81b0ae806ec3cd057cc69c6614Update command doc page for Kokkos enforce2d2018-07-13T07:40:06-06:00Stan Moorestamoor@sandia.govhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/16381a52b14aeeb47cc6eb0e2897019bc9c4a4dfFix crash in ReaxFF on GPUs2018-07-12T20:22:38-06:00Stan Moorestamoor@sandia.govhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/85511a4db8297dbc43c0d3eb6b69c47d48767a4cdocs: Fix sneaky unicode character2018-07-13T00:44:04+05:30HaoZekerohit.goswami@aol.com
Fixes the `pdf` target of the `Makefile`.https://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/21f749243a9e93da42a77a522af5801740c7daefRequired newton on for pair styles body rounded/polygon and rounded/polyhedron2018-07-12T10:21:06-05:00Trung Nguyenndactrung@gmail.comhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/4ac47ba0372385431cadf37d68b890dbcdc1bf6ecmake/README.md: fix GPU_ARCH options2018-07-12T07:27:11-06:00Christoph Junghansjunghans@votca.orghttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/6dfb74f23ee84feb5e804f3993487f15531f1d81Merge pull request #997 from lammps/balance-bug-fix2018-07-11T16:13:22-06:00Steve Plimptonsjplimp@sandia.gov
2 small bug fixes to load balancinghttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/b31f0245d0abeea2cc851a07bf11e280abe657302 small bug fixes to load balancing2018-07-11T15:55:16-06:00Steven J. Plimptonsjplimp@singsing.sandia.govhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/f2883318748b18e6620bf214d57b58c3f636494aMerge pull request #993 from lammps/doc-plus-makefile2018-07-11T12:53:31-06:00Steve Plimptonsjplimp@sandia.gov
better rRESPA doc page, also a new Makefile.thetahttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/71f699123374944f5620b2fb2b1b18104e7b7346Small tweaks to fix_enforce2d_kokkos2018-07-11T12:39:04-06:00Stan Moorestamoor@sandia.govhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/5d133214258d317ec80b8599eb24e007823732bfStandardize suffix paragraph in fix_enforce2d.txt2018-07-11T12:15:50-06:00Stan Moorestamoor@sandia.govhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/acdc240cdd3e056c3d105b27582387351bc76acabetter rRESPA doc page, also a new Makefile.theta2018-07-11T08:42:28-06:00Steven J. Plimptonsjplimp@singsing.sandia.govhttps://mirrors.sustech.edu.cn/git/11930499/lammps/-/commit/69baaaec165d0d8a1fec4da8193c10eed76bb953Merge pull request #991 from akohlmey/collected-small-updates2018-07-11T07:50:31-06:00Steve Plimptonsjplimp@sandia.gov
Collected small updates for the next patch release