added Verlet scheme and NxN non-bonded functionality
[alexxy/gromacs.git] / src / mdlib / nsgrid.c
2012-10-02 Szilard Palladded Verlet scheme and NxN non-bonded functionality
2011-01-30 David van der SpoelMerge branch 'release-4-5-patches' into orderparm
2010-08-25 Rossen ApostolovRedefine the default boolean type to gmx_bool.
2010-06-18 Gerrit GroenhofMerge branch 'master' into qmmm
2010-06-17 Maarten WolfMerge branch 'master' of git@git.gromacs.org:gromacs
2010-06-17 Szilard PallMerge branch 'master' of git@git.gromacs.org:gromacs
2010-06-16 kassonMerge branch 'mymaster'
2010-06-12 David van der SpoelFixed a lot of spelling errors in comments and document...
2010-06-09 Gerrit GroenhofMerge branch 'master' into qmmm
2010-04-27 Berk Hessresolved merge conflicts
2010-03-12 David van der SpoelMerge branch 'master' of git.gromacs.org:gromacs
2010-03-07 Roland SchulzMerge branch 'master' of git@git.gromacs.org:gromacs
2010-03-02 Roland SchulzMerge branch 'release-4-0-patches'
2010-03-01 Berk Hesssplit off warninp.c with input reading warning routines...
2009-09-09 Michael ShirtsMerge branch 'master' of git://git.gromacs.org/gromacs
2009-08-30 kassonTool merge
2009-08-27 David van der SpoelMerge branch 'master' of git@git.gromacs.org:gromacs
2009-08-21 Sander PronkMerge branch 'thread_mpi'. Threads should work for...
2009-06-24 Sander PronkMerge branch 'thread_mpi' of git@git.gromacs.org:gromac...
2009-06-24 Sander PronkMany thread-safety fixes in mdlib; better error reporti...
2009-06-04 Erik LindahlRemoved Id tags from master branch since they will...
2009-06-03 lindahlFixed extern C definitions on nonbonded kernels to...
2009-05-26 hessmade simuations without cut-off work with DD
2009-05-20 hessfixed performance issue for vacuum with DD
2009-05-19 hesssome minor fixes for unbound systems with DD
2009-05-18 hessimplemented vacuum simulations with DD
2009-05-14 hessfixed crash for DD with empty DD cells, introduced...
2009-04-28 hessimplemented grid neighbor searching without pbc, does...
2009-04-08 hessreplaced the word zone by cell for domain decomposition...
2008-07-25 hessremoved c++ style comments
2008-06-26 hessfix ns bug with 1D domain decomposition and box_yx...
2008-01-25 hessmoved all ring communication routines to partdec.c...
2008-01-24 hessadded debug prints
2008-01-17 hessimplemented automated DD grid and PME node selection
2008-01-09 hessfixed a bug when the local grid size with DD more than...
2007-10-15 hessimplemented multi-pulse DD communication and fixed...
2007-07-10 hessmade log file printing on non-master nodes optional...
2007-05-24 hessfixed the algorithm for determining the number of grid...
2007-05-23 hessthe number of ns grid cells is now determined from...
2007-05-22 hessset the minium number of grid cell per dd cell to 2
2007-05-22 hesschanged the ndelta to setting the number of cells per...
2007-05-21 hessfixed slow memory reallocation, especially at the start...
2007-05-18 hessreplaced fr->solvent_opt by fr->cginfo, which also...
2007-05-11 hessfixed bug with DD introduced in the previous commit
2007-05-09 hessremoved all static variables from ns.c and put put...
2007-03-01 hessremoved unused dd function call
2007-02-13 hessadded pbc=xy and walls, added a separate mdp option...
2007-01-02 hessremoved the nsb struct and moved all the particle decom...
2006-12-08 hessimplemented tabulated bonded potentials
2006-11-29 hessfixed several bugs in the dynamic load balancing
2006-11-20 hessimplemented cut-off checks for DD dynamic load balancing
2006-11-09 hessimplemented full dynamic load balancing
2006-11-06 hessnow the problem of the previous commits should really...
2006-11-06 hessfix for the last commit
2006-11-06 hesswith DD cgs that are further that further than the...
2006-10-27 hessimplemented some stuff for full dynamic load balancing
2006-10-24 hessimplemented static DD load balancing
2006-10-19 hessimplemented triclinic domain decomposition
2006-10-17 hessmoved the pbc with DD to the dd_move routines, the...
2006-10-06 hessremoved check for grid->nr==0 to allow for empty DD...
2006-08-25 hessfixed a bug introduced in the previous commit
2006-08-25 hesscleaned fill_grid up a bit
2006-08-25 hessfixed rounding issues in the grid assignment that cause...
2006-08-24 hessfixed error of 1 in an allocation size check
2006-05-17 spoelRemoved C++ style comments
2006-04-19 lindahlfatal.h clashes with system headers on AIX. Renamed...
2006-02-22 spoelWrite debug output to debug file rather than to the...
2006-02-03 hessadded two new pair types for free-energy decoupling...
2006-01-26 hessmade the domain decompostion a bit more efficient and...
2006-01-20 hessimplemented parallel replica exchange
2006-01-16 hessDomain decomposition is now done before each ns and...
2005-12-22 hessfirst commit of my domain decomposition code
2005-09-12 carstenCarsten: added PME-PP node splitting for parallel runs
2004-12-03 hessforgot to update one message in the previous commit
2004-12-03 hesschanged the error message for ncells=0
2004-09-06 spoelReplaced the fatal_error routine by a more flexible...
2004-01-26 lindahlMade grid error message more verbose, and added a separ...
2004-01-23 lindahlAdded conditional inclusion of config.h to source files.
2003-11-17 spoelUpped the version to 3.2.0
2002-11-06 lindahlPartial commit of the project to remove all static...
2002-02-28 spoelRenamed pull-internal.h to pull_internal.h
2001-05-14 lindahlTagged files with gromacs 3.0 header
2000-09-14 hessCommitted the new innerloops for Erik Lindahl
2000-07-20 spoelFixed a bug in gridfirst in which a SEGV could occur...
2000-03-03 spoelAdded function done_grid to release memory
1999-11-03 hesscopyrgted
1999-05-14 hessmoved from gmxlib to mdlib