Compiles in MSVC with cmake
[alexxy/gromacs.git] / src / mdlib / domdec.c
2009-08-19 unknownCompiles in MSVC with cmake
2009-08-19 Sander Pronkremoved *s files, improved cmake/configure thread detection
2009-08-19 Sander PronkAdded full thread_mpi library, it may even compile...
2009-06-18 Sander PronkMerge branch 'thread_mpi' of git@git.gromacs.org:gromac...
2009-06-18 Berk Hessremoved static variables and rearranged some data struc...
2009-06-17 Sander PronkMerge branch 'thread_mpi'
2009-06-17 Berk Hessremoved static variables
2009-06-17 Sander Pronkintial commit of thread_mpi (compiles, but does not...
2009-06-17 Berk HessMerge branch 'master' of git@git.gromacs.org:gromacs
2009-06-17 Berk Hessfixed a segv due to the recent cginfo change with mulit...
2009-06-16 Roland Schulzinconsistency check for simulatenous hard violation...
2009-06-16 Berk Hessfixed charged group move too far error with triclinic...
2009-06-15 Berk HessMerge branch 'master' of git@git.gromacs.org:gromacs
2009-06-15 Berk Hesschanged the global cginfo array to an array per molecul...
2009-06-12 Berk Hessimplemented a low memory usage global to local atom...
2009-06-11 Berk Hessremoved superfluous memory allocation, helps a lot...
2009-06-10 Berk Hessadded counters for DD load and DLB bounds communication...
2009-06-10 Berk HessMerge branch 'master' of git@git.gromacs.org:gromacs
2009-06-10 Berk HessFixed a bug when DLB gets turned on, introduced in...
2009-06-10 Teemu MurtolaMerge branch 'char-valued-selmethods'
2009-06-08 Berk HessFixed DLB cell_size not being up to date when staggerin...
2009-06-04 Erik LindahlRemoved Id tags from master branch since they will...
2009-06-03 lindahlFixed warnings when GNU C++ 4.3 is used.
2009-06-03 hessupdated for C++ compilation
2009-06-02 hessfixed the 2D PME maxshift calculation
2009-06-01 hessimplemented the PP PME communication for 2D PME
2009-05-26 hessmade simuations without cut-off work with DD
2009-05-19 hesssome minor fixes for unbound systems with DD
2009-05-18 hessimplemented vacuum simulations with DD
2009-04-28 hessimplemented grid neighbor searching without pbc, does...
2009-04-21 lindahlParallel domain decomposition support for Generalized...
2009-04-09 hessreplaced the global buf vector by local vectors
2009-04-08 hessreplaced the word zone by cell for domain decomposition...
2009-03-28 rschulzmd.c: berk reverted additional parameters to global_stat
2009-03-24 rschulzwrite_dd_pdb if missing interactions
2009-03-20 hessfixed instability in DLB which could cause the imbalanc...
2009-03-07 lindahlBugfixes to make gromacs compile in MS visual studio...
2009-02-02 hesschanged most step count variables from int to gmx_step_t
2009-01-30 lindahlInitial commit of generalized born electrostatics....
2009-01-12 hessadded ncg_force to forcerec
2008-12-12 hessadded check for angular comm removal
2008-11-22 hessadded interaction type and atoms prints to the maximum...
2008-11-19 hessfixed mdrun continuing after fatal_error in init_domain...
2008-11-13 hessput the local range dependent forcerec allocation code...
2008-11-13 hessreduced fr->hcg to ncg_home, this only increasing the...
2008-11-13 hessimplemented routines to communicate a real for each...
2008-10-26 hessreduced the triclinic 3D DD atom communication by up...
2008-10-23 hessFixed incorrect zone limits with multiple pulses with...
2008-09-21 hessfixed the slight kinetic energy mismatch at continuatio...
2008-09-19 hessupdated for the additional energy state entries
2008-09-19 lindahlImplemented automatic renaming and optional appending...
2008-09-16 hessfixed bugs which caused crashes when the first decompos...
2008-09-01 lindahlFixed percent signs in format strings that are fed...
2008-08-28 hessfixed cut-off bugs introduced recently (could not produ...
2008-08-27 lindahlAdded copyright headers to domdec implementations.
2008-08-27 hessfixed some incorrect limits in error prints under certa...
2008-08-26 hessAdded hidden option to turn off the special bonded...
2008-08-25 hessimplemented automatic dynamic load balancing option
2008-08-22 hessimplemented automated DD bonded distance cut-off (...
2008-08-21 hessimplemented special bonded atom communication when...
2008-08-12 hessintroced a new structure for the local topology in...
2008-08-08 hessthe missing atoms error now prints a proper multi-bonde...
2008-08-08 hessreformatted the flops and performance output
2008-08-06 hessfixed bug that caused corruption of charge group indice...
2008-08-06 hessfixed cut-off for multi-body interactions which was...
2008-08-05 hesst_topology is now partially replaced by gmx_mtop_t...
2008-07-31 rschulzRoland: accidently commited debug output with bluegene fix
2008-07-31 rschulzRoland: The #include statements didn't match the names...
2008-07-30 hessfixed bug that made DD hang at start up
2008-07-28 hessremoved the global indices for the lincs code, now...
2008-07-24 hessimplemented velocity rescaling thermostat and fixed...
2008-07-22 hessminor changes to the set_dd_cell_sizes calls, completed...
2008-07-21 hessimplemented mpi_scatterv and mpi_gatherv for coordinate...
2008-07-20 rschulzlossf>5 must have been a typo because it is not in...
2008-07-11 hesssome more preparation for 2D PME decomposition
2008-07-11 hessfixed incorrect computation of the PME coordinate commu...
2008-06-18 hessfixed binary exact checkpoint continuation with pressur...
2008-06-12 hesschanged atom number prints in bonded interactions to...
2008-06-06 hesspartial implementation for 2D PME decomposition and...
2008-05-03 lindahlFixed bugs for normal modes introduced by the domain...
2008-04-15 hessfixed checkpointing for parallel SD simulations
2008-04-11 hessimplemented checkpoint files
2008-03-26 hessremoved the requirement for 3Dfft that nkx should be...
2008-03-18 hessadded missing include
2008-03-18 hessThe PME grid is now automatically enlarged when it...
2008-03-17 hessfixed a segv when trying to guess npme with nnodes...
2008-03-13 hessfixed bugs introduced with screw pbc
2008-03-13 hessminor fix for the previous revision
2008-03-13 hessfixed incorrect coordinates in first trajectory frame
2008-03-11 hessimplemented screw pbc
2008-03-04 hessthe position restraints no longer contribute to the...
2008-03-03 hessadded an fflush
2008-02-28 hessfixed a bug in reloading an old state
2008-02-25 hessfixed bug with dlb introduced two revisions ago
2008-02-20 hessadded a proper ddp_count state indicator for the cg...
2008-02-14 hessadded mdrun option -dds to set the scaling margin for dlb
2008-02-13 hessslightly improved the npulse calculation algorithm
2008-02-13 hessimplemented box shape preservation for (semi)isotropic...
2008-02-02 hessremoved a array from t_block for cgs and mols, renamed...
2008-02-01 hessmade SHAKE within charge groups work with domain decomp...
next