History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
2bb3c7d1a158 | W. Michael Brown | Updating library to use new special bond indexing. | Apr 6 2011 | |||
38faad75d478 | Mike Brown | Merge branch 'master' of http://git.icms.temple.edu/lammps-ro | Apr 6 2011 | |||
39aadadf7583 | W. Michael Brown | Removing some extraneous output from last commit. | Apr 4 2011 | |||
2759b11312b4 | W. Michael Brown | Adding fixes for OpenCL support and correct constant casting to pppm kernels. | Apr 4 2011 | |||
a955c52830f3 | W. Michael Brown | Consolidated block size defines into device header. | Apr 4 2011 | |||
f08932d407e2 | W. Michael Brown | Switch pencil size in PPPM to arch dependent. Commiting for testing on yona. | Apr 4 2011 | |||
86f7f6cd42a8 | W. Michael Brown | Adding better error output to LAMMPS routines. | Apr 3 2011 | |||
b79869df3db9 | W. Michael Brown | Switching pppm to async zero. | Mar 31 2011 | |||
3c92f73e26f0 | W. Michael Brown | Fixing bug in pppm gpu kernel from last commit. | Mar 31 2011 | |||
7b2b11d84a3e | W. Michael Brown | Updating to current version of LAMMPS. | Mar 30 2011 | |||
ab2a2934a9dd | W. Michael Brown | Finishing up asynchronous PPPM. | Mar 30 2011 | |||
a3eca0b125a9 | W. Michael Brown | Adding stuff to support async charge spread for PPPM. | Mar 29 2011 | |||
2c62f0c4c096 | W. Michael Brown | Finishing up single/double precision PPPM. | Mar 29 2011 | |||
abb127e163e5 | W. Michael Brown | Started changes to support multiple precision modes for pppm. | Mar 29 2011 | |||
15993c6cb35e | W. Michael Brown | Fixing bug in gb_gpu final output. | Mar 28 2011 | |||
3e7548cd275e | W. Michael Brown | Fixing bug in gpu balance where split could be greater than 1 Fixing bug in… | Mar 28 2011 | |||
71ff7b809683 | W. Michael Brown | Updating all code to use full neighbor lists for all host forces computations. | Mar 28 2011 | |||
8f218cc11ddf | W. Michael Brown | Another update for yona testing. | Mar 28 2011 | |||
b42cfbfb363b | W. Michael Brown | temporary commit for yona testing. | Mar 27 2011 | |||
092ee2eea8a1 | W. Michael Brown | Temporary commit for testing on yona. | Mar 27 2011 | |||
04f1dc492eec | W. Michael Brown | Changing host neighbor list from gpu build to be full. Changing ordering of… | Mar 26 2011 | |||
56fa3f5372f6 | W. Michael Brown | Fixing bug in hd_balancer introduced in recent commit. | Mar 25 2011 | |||
f0263bf14ccb | W. Michael Brown | pppm/gpu now using all gpu kernels. | Mar 25 2011 | |||
e03cd3d8854a | Axel Kohlmeyer | GPU selection bugfix from mike brown. | Mar 25 2011 | |||
e32f0861dafa | W. Michael Brown | Fixing pppm/gpu to work with gpu pair styles. | Mar 25 2011 | |||
a56bc868aa40 | W. Michael Brown | Fixing bug in GPU selection. | Mar 15 2011 | |||
58f0eaa6b6bd | W. Michael Brown | WORKING Force INTERP kernel. Commenting out debug checks. | Mar 15 2011 | |||
2103c06aec1e | W. Michael Brown | Some small optimizations to PPPM spread kernel. | Mar 15 2011 | |||
f20bf5682178 | W. Michael Brown | Testing an optimization for PPPM interp. | Mar 15 2011 | |||
1fb641092173 | W. Michael Brown | Adding PPPM interp kernel calls and tests. | Mar 15 2011 | |||
fe8082d88afe | W. Michael Brown | Undoing last commit. | Mar 14 2011 | |||
2662c9ace653 | W. Michael Brown | Pencil decomposition defines now set according to architecture. | Mar 14 2011 | |||
e2b96b6f4dd2 | W. Michael Brown | Changing pencil decomposition constants for test. | Mar 14 2011 | |||
f9685d323170 | W. Michael Brown | Adding stuff for PPPM interpolation. | Mar 14 2011 | |||
111de617166c | W. Michael Brown | More bug fixes to modified PPPM charge spread kernel. | Mar 9 2011 | |||
8e03c5891712 | W. Michael Brown | Fixing bug in PPPM GPU kernel from last commit. | Mar 8 2011 | |||
7947dd346540 | W. Michael Brown | Modifying PPPM charge spread kernel to use multiple pencils per block. | Mar 8 2011 | |||
0ff556412d03 | W. Michael Brown | Small improvement to morse kernel. | Mar 7 2011 | |||
13d47d2874bf | W. Michael Brown | Adding Morse potential (untested) | Mar 7 2011 | |||
34ab4d831ef8 | W. Michael Brown | Fixing bug with texture binding when hybrid pair styles reallocs and 0 atoms on… | Mar 2 2011 | |||
fe88e353d573 | W. Michael Brown | Fixing some bugs when using multiple GPU styles hybrid. | Mar 1 2011 | |||
3e6ab71fa708 | W. Michael Brown | Bug fixes for charge spread kernel. | Feb 28 2011 | |||
2f150052a0e3 | W. Michael Brown | Fix to new PPPM gpu kernel. | Feb 28 2011 | |||
29bbace06a04 | W. Michael Brown | Switching PPPM kernel to use coalesced access. | Feb 26 2011 | |||
242378a69ec5 | W. Michael Brown | Testing alternative delta storage instead of atom index in PPPM kernel. | Feb 26 2011 | |||
f718bcfbaa9d | W. Michael Brown | DROPPING TO 1 PPPM charge spread kernel. | Feb 25 2011 | |||
73a8f5842ddc | W. Michael Brown | Adding lj/expand/gpu. | Feb 25 2011 | |||
a2671c967015 | W. Michael Brown | Fixing bug in virial calculation for hybrid styles. | Feb 23 2011 | |||
fb2aab254282 | W. Michael Brown | NEW CODE FOR PAPER. | Feb 23 2011 | |||
fd4fb582ca6f | W. Michael Brown | Adding untested force interpolation kernel. | Feb 22 2011 | |||
e96ab4ea59d5 | Axel Kohlmeyer | added makefile for serial version /w MPI stubs. | Feb 22 2011 | |||
a3d6cff83633 | W. Michael Brown | CODE USED TO BENCHMARK CHARGE SPREADING FOR PAPER. | Feb 21 2011 | |||
fc6934dc4581 | W. Michael Brown | Changing resequence skip to use the block size. | Feb 17 2011 | |||
a5fa012ed304 | W. Michael Brown | Adding optimizations for Fermi. | Feb 17 2011 | |||
e8da16ff23ac | W. Michael Brown | Finishing laptop optimization of PPPM charge spread kernels. | Feb 17 2011 | |||
a5163fabd2a6 | W. Michael Brown | Working on PPPM kernels. | Feb 17 2011 | |||
603dfac3f107 | W. Michael Brown | Working on charge spreading. | Feb 16 2011 | |||
22b299f94c21 | W. Michael Brown | Fixed incorrect starting index for PPPM regression check. Removed unnecessary… | Feb 14 2011 | |||
8364b1214eba | W. Michael Brown | Optimizing PPPM kernel. | Feb 14 2011 | |||
c4e10709d3dc | W. Michael Brown | 3 Working charge spreading kernels for PPPM. | Feb 14 2011 | |||
958894570520 | W. Michael Brown | Playing with pppm. | Feb 11 2011 | |||
d7fdcef6ffa0 | W. Michael Brown | Adding additional charge spreading kernels | Feb 10 2011 | |||
6c28a2c11797 | W. Michael Brown | Adding working charge spreading code. | Feb 9 2011 | |||
074b76f73cbb | W. Michael Brown | Fixing bugs in charge spreading. | Feb 9 2011 | |||
3e25ee5338b9 | W. Michael Brown | Adding kernel for rho map; not currently working. | Feb 8 2011 | |||
83be27433ca1 | W. Michael Brown | Working on PPPM charge spread kernel. | Feb 2 2011 | |||
4c7f84fda0b6 | W. Michael Brown | Adding working atom index storage to particle map. | Feb 2 2011 | |||
3e4a467b20eb | W. Michael Brown | Adding working GPU particle map for PPPM. Reverting changes to force.h/cpp. | Feb 2 2011 | |||
27c6fd9dd066 | W. Michael Brown | Updating PPPM particle_map kernel. | Feb 2 2011 | |||
5d6435f4f3a9 | W. Michael Brown | Adding PPPM particle_map stuff. | Feb 1 2011 | |||
b9305d30cf11 | W. Michael Brown | Adding data transfer for charge spreading. | Feb 1 2011 | |||
343485d59237 | W. Michael Brown | Adding pppm stuff and incorporating data transfer. | Jan 31 2011 | |||
74ca3e124462 | Axel Kohlmeyer | with cuda-3.2 use mixed precision on lincoln | Jan 28 2011 | |||
302e983393e3 | Axel Kohlmeyer | update to cuda-3.2 on NCSA lincoln. | Jan 28 2011 | |||
c1c9fd47dee5 | W. Michael Brown | Hybrid working, but not fully tested. | Jan 27 2011 | |||
b9c7e2bb9612 | W. Michael Brown | Trying to get hybrid gpu styles to work... | Jan 25 2011 | |||
45971bf7329d | W. Michael Brown | Atom data will not be copied multiple times if multiple styles need it. Adding… | Jan 24 2011 | |||
6018dd02b156 | W. Michael Brown | Untested changes to support hybrid styles. | Jan 24 2011 | |||
332443786681 | W. Michael Brown | Started updating to support multiple GPU styles. Incomplete - non-compilable. | Jan 24 2011 | |||
0e41c61584e1 | W. Michael Brown | Removed use of LAMMPS timestep in gpu library. | Jan 21 2011 | |||
0232e672eb20 | W. Michael Brown | Revert "Removing msm, openmp, and k-space stuff for LAMMPS patch." | Jan 21 2011 | |||
20d10c6590b8 | W. Michael Brown | Merge ssh://yona.ccs.ornl.gov/~/git/lammps | Jan 21 2011 | |||
15742bec1e97 | Mike Brown | Merge branch 'master' of http://git.icms.temple.edu/lammps-ro | Jan 21 2011 | |||
353439c4148f | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5546 f3b2605a-c512-4ea7… | Jan 14 2011 | |||
c00c13352937 | Axel Kohlmeyer | recover option to write object files to ./obj | Jan 13 2011 | |||
fa493de199e2 | Axel Kohlmeyer | Merge branch 'master' into lammps-icms | Jan 13 2011 | |||
64f71106f70a | W. Michael Brown | Fixed makefile to correctly remove files. | Jan 13 2011 | |||
a499b28469f3 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5545 f3b2605a-c512-4ea7… | Jan 12 2011 | |||
2228473d0321 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5538 f3b2605a-c512-4ea7… | Jan 12 2011 | |||
8f2257ecbf12 | sjplimp | git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5537 f3b2605a-c512-4ea7… | Jan 12 2011 | |||
fd33d2944213 | W. Michael Brown | Removing msm, openmp, and k-space stuff for LAMMPS patch. | Jan 11 2011 | |||
9d654ca91cb2 | W. Michael Brown | Adding support for non-arithmetic mixing to charmm and updating docs and… | Jan 7 2011 | |||
7c5cef048f57 | W. Michael Brown | Updating host-write buffer in CHARMM to zero all memory to avoid valgrind… | Jan 6 2011 | |||
f85acfb1c26a | W. Michael Brown | Switching back to old nbor list calculation 2 of 2 | Jan 5 2011 | |||
b5a8ac685833 | W. Michael Brown | Switching back to old nbor list calculation 1 of 2... | Jan 5 2011 | |||
3acbf3b41d13 | W. Michael Brown | Switching to O2 neighbor list calculation for tests... | Jan 5 2011 | |||
e90814093ff1 | W. Michael Brown | Added O^2 neighbor list build kernel. | Jan 5 2011 | |||
b9a2679c1c42 | W. Michael Brown | Updating geryon; changing (numtyp)0 to (acctyp)0 for acctyp variables. | Jan 4 2011 | |||
c1e53cf140a6 | W. Michael Brown | Final working charmm commit. | Dec 31 2010 | |||
e1260023f76e | W. Michael Brown | Optimized kernel from last commit. | Dec 30 2010 |
c4science · Help