Compiles in MSVC with cmake
[alexxy/gromacs.git] / src / gmxlib / main.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-08-19 Sander PronkNow uses atomic instruction locks.
2009-08-19 Sander Pronknow starts threads at mdrunner; should still fix multisim.
2009-07-07 Sander PronkMPI send/recv more forgiving of NULL ptrs, misc. thread...
2009-07-04 Sander Pronkfile names now const correct; builds in C++
2009-07-02 Sander Pronkfixed thread-safety in checkpoint.c, tcontrol.c
2009-06-27 Sander Pronkatoi/atof are not thread-safe: replaced all instances...
2009-06-17 Sander PronkMerge branch 'thread_mpi'
2009-06-17 Sander Pronkintial commit of thread_mpi (compiles, but does not...
2009-06-04 Erik LindahlRemoved Id tags from master branch since they will...
2009-06-03 teemuImproved compilation (no errors, less warnings) of...
2009-03-07 lindahlBugfixes to make gromacs compile in MS visual studio...
2009-02-04 hessenergy file format change: energy averages are now...
2008-09-19 lindahlImplemented automatic renaming and optional appending...
2008-08-29 hessadded filename matching for checkpoint input
2008-02-18 hessfixed bug in init_multisim introduced recently
2008-01-28 hessadded init_cr_nopar
2008-01-28 hessmoved sim_nodeid from gmx_domdec_t to commrec_t and...
2008-01-25 hessmoved all ring communication routines to partdec.c...
2007-11-29 hessadded sim number after filename for -rerun
2007-11-27 hessremoved global variable stdlog
2007-07-10 hessmade log file printing on non-master nodes optional...
2006-12-14 hessremoved the multinr arrays from the ilist and block...
2006-09-08 hessfixed mpi environment check which has been broke since 3.3
2006-05-29 hessimplemented Cartesian MPI communicators
2006-04-19 lindahlfatal.h clashes with system headers on AIX. Renamed...
2006-01-20 hessimplemented parallel replica exchange
2005-09-24 spoelMoved parallellization from grompp to mdrun
2005-06-01 hesswith -multi now only the output files and the tpx are...
2005-03-03 lindahlAdded information about the build (system,host,user...
2005-02-02 lindahlChanged USE_MPI macro to GMX_MPI
2004-12-26 lindahlMoved from Posix threads to our own gmx_thread wrapper...
2004-12-22 hessminor change in a printf
2004-09-06 spoelReplaced the fatal_error routine by a more flexible...
2004-08-19 hessadded some more const to t_commrec pointers
2004-08-18 hessmade all read-only pointers in bonded force function...
2004-04-21 hessadded patching of the tpx file with -multi which was...
2004-01-23 lindahlAdded conditional inclusion of config.h to source files.
2003-11-17 spoelUpped the version to 3.2.0
2003-10-24 hesschanged gmx_parallel to gmx_parallel_env to make its...
2003-02-12 spoelLots of small changes to analysis tools mainly
2002-11-08 spoelFixed a lot of compilation errors.
2002-11-06 lindahlPartial commit of the project to remove all static...
2002-10-16 justinMessing with -multi option stuff.
2002-02-28 spoelUpdated copyrgt wrapper
2002-02-28 lindahlUpdated manual and html pages, and changed version...
2002-02-18 hessadded a fit group for orientation restraining to fix...
2002-02-01 hessfixed minor error in a print introduced in the previous...
2002-02-01 hessChanged the term violation for orientation restraints...
2001-12-01 spoelCosmetics
2001-10-23 spoelRenamed MPI calls to generic gromacs calls.
2001-07-10 lindahlFixed more compile-time warnings, and changed the exten...
2001-05-14 lindahlTagged files with gromacs 3.0 header
2001-02-08 hessfixed traditional/ansi cpp problem with CHECK_MPI_ENV
2000-12-04 hessmade checking on MPI env more general by refering to...
2000-09-14 hessCommitted the new innerloops for Erik Lindahl
2000-08-15 hessadded mpirun check for lam
1999-11-03 hesscopyrgted
1999-10-28 hessgmx_parallel is now always set when MPI_Init is called...
1999-08-24 hessremoved stuff for obsolete cpu's like amb
1999-06-08 spoelAdded global variable gmx_parallel which is 0 for seque...
1999-05-04 antonreplaced all fprintf/exit by a fatal_error
1999-03-19 spoelRenamed debugging macro.
1999-03-03 spoelCleaned up code. Took away sources of compiler warnings...
1999-01-06 spoelFixed a number of parallel problems. Tested with xmdrun...
1999-01-04 spoel*** empty log message ***
1998-11-09 spoelPassing argc to init_par too
1998-03-05 antonremoved unused vars, implicit type conversions and...
1998-03-04 antonremoved unused vars, implicit type conversions and...
1998-01-20 hessMerged the patches of the 1.6 release branch into 2.0
1997-12-23 antonEdited by Copyright -> 2.0
1997-11-27 antonEdited by copyrgt -> v1.6; fixed loads of inconsistent...
1997-11-03 spoelInitial revision