alexxy/gromacs.git
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 cmake/ThreadMPI
2009-08-19 Sander PronkAdded full thread_mpi library, it may even compile...
2009-08-19 Sander Pronkthread_mpi now fully lock-free. cmpxch for pointers...
2009-08-19 Sander Pronkbetter multicast protocol in thread_mpi
2009-08-19 Sander Pronknew (faster&simpler) point-to-point protocol in thread_...
2009-08-19 Sander PronkNow uses atomic instruction locks.
2009-08-19 Sander Pronkcheckpointing works with threads
2009-08-19 Sander Pronknow starts threads at mdrunner; should still fix multisim.
2009-08-19 Sander PronkEwald now thread-safe (and fails in the same binary...
2009-07-07 Sander PronkMPI send/recv more forgiving of NULL ptrs, misc. thread...
2009-07-06 Sander Pronkmore const-correctness fixes
2009-07-04 Sander Pronkfile names now const correct; builds in C++
2009-07-04 Sander Pronksmall thread-safety related fixes in gmxlib
2009-07-02 Sander Pronkfixed allocation issue in libfn (futil.c).
2009-07-02 Sander PronkMerge branch 'thread_mpi' of git@git.gromacs.org:gromac...
2009-07-02 Sander Pronkwallcycles now available in threaded code
2009-07-02 Sander Pronkfixed enxio.c NULL pointer issue
2009-07-02 Sander Pronkfixed faulty fp_ene check in mdebin.c
2009-07-02 Sander Pronkfixed thread-safety in checkpoint.c, tcontrol.c
2009-07-01 Sander Pronkenxio is thread safe (and quite possibly works)
2009-07-01 Sander Pronknow compiles with configure
2009-07-01 Sander Pronkmore thread-safety issues in gmxlib
2009-07-01 Sander Pronkadded warning
2009-07-01 Sander Pronkprobably fixed gmxfio.c
2009-07-01 Sander Pronkmisc. gmxlib fixes
2009-07-01 Sander Pronkchanged cmake/configure GMX_THREADS/GMX_THREAD_SHM_FDEC...
2009-06-30 Sander Pronkadded output_env_t type for querying time scales, and...
2009-06-30 Sander Pronkcopyrite, statutil and futil fully thread-safe
2009-06-30 Sander Pronkmade a replacement for strtok: gmx_strsep.
2009-06-27 Sander Pronksmall changes to filenm (a lot still needs to be fixed)
2009-06-27 Sander Pronkatoi/atof are not thread-safe: replaced all instances...
2009-06-26 Sander Pronkfixed reduce semantics
2009-06-26 Sander PronkFixed MPI_Reduce, added tMPI_Reduce_fast.
2009-06-25 Sander Pronknow runs (correctly) without long-range forces & load...
2009-06-25 Sander PronkMerge branch 'thread_mpi' of git@git.gromacs.org:gromac...
2009-06-25 Sander Pronktemporarily disabled gmx_wallcycles
2009-06-25 Sander PronkFixed many thread-unsafe bits of code; only gmx_wallcyc...
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-18 Sander PronkMerge branch 'thread_mpi' of git@git.gromacs.org:gromac...
2009-06-18 Sander Pronkfixed troublesome MPI_Comm_group, MPI_Group_free
2009-06-18 Sander Pronkfixed MPI_Comm_free in thread_mpi
2009-06-18 Sander PronkMerge branch 'thread_mpi' of git@git.gromacs.org:gromac...
2009-06-18 Sander Pronkautomake works with threads; renamed cmake threads...
2009-06-18 Sander Pronkbetter file locations, better cmake/configure handling
2009-06-18 Sander Pronkautomake works with threads; renamed cmake threads...
2009-06-18 Berk Hessremoved static variables and rearranged some data struc...
2009-06-18 Berk Hessmade several variables const
2009-06-17 Roland Schulzcorrected segfault if running with GMX_CYCLE_BARRIER...
2009-06-17 Sander Pronkbetter file locations, better cmake/configure handling
2009-06-17 Sander Pronkfixed configure script
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 Hessimplemented force constraining that work together with...
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-16 Berk Hessfixed incorrect atom names in improper for NH2 which...
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-15 Teemu MurtolaMore modular memory handling of selection values.
2009-06-15 Berk Hessdelayed the switch to the compressed list from factor...
2009-06-12 Berk Hessimplemented a low memory usage global to local atom...
2009-06-12 Berk Hessimplemented a low memory usage global to local atom...
2009-06-12 Roland Schulzgiven more information when running with PRINT_ALLOC_KB...
2009-06-11 Berk Hessreplaced mpi_gather and summing by mpi_reduce for nrnb
2009-06-11 Berk Hessremoved superfluous memory allocation, helps a lot...
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-09 Teemu MurtolaNew character-valued selection keywords.
2009-06-09 Teemu MurtolaAdded a SMETH_CHARVAL flag for selection methods.
2009-06-09 Teemu MurtolaRemoved special-case handling from _gmx_selvalue_reserve().
2009-06-08 Teemu MurtolaMore modular handling of selection types and values.
2009-06-08 Berk HessFixed DLB cell_size not being up to date when staggerin...
2009-06-08 Sander Pronkthese files shouldn't be here
2009-06-08 Teemu MurtolaFixed line numbers in generated Bison/Flex files.
2009-06-08 Teemu MurtolaAdded config.h.in to .gitignore.
2009-06-08 Teemu MurtolaRemoved some empty bogus files (*bm, *h).
2009-06-08 Teemu MurtolaAdded a program for testing/debugging selections.
2009-06-08 Teemu MurtolaNew simple selection keywords.
2009-06-08 Teemu MurtolaFixed incorrect residue numbering in selections.
2009-06-05 Erik LindahlRemoved warning about this being final CVS version...
2009-06-05 Erik LindahlRemoved CVS-specific entries from Cmake config files.
2009-06-05 Erik LindahlRemoved files no longer used after the cvs->git move.
2009-06-05 Erik LindahlVersion bump in CMakeLists.txt to test git commit emails
2009-06-05 Erik LindahlRemoved old unused windows config file (we now use...
2009-06-05 Erik Lindahlversion bump in configure.ac
2009-06-04 Erik LindahlAdded files for git to ignore
2009-06-04 Erik LindahlRestored a real version string after the cvs->git move
2009-06-04 Erik LindahlRemoved Id tags from master branch since they will...
2009-06-03 lindahlTesting write lock.
2009-06-03 lindahlTesting read-only again...
2009-06-03 lindahlTesting cvs read-only property...
next