Redefine the default boolean type to gmx_bool.
[alexxy/gromacs.git] / src / gmxlib / thread_mpi / tmpi_init.c
2010-08-25 Rossen ApostolovRedefine the default boolean type to gmx_bool.
2010-08-02 Sander PronkFixed shared library build by removing references to...
2010-07-10 Michael ShirtsFixed minor formatting conflict.
2010-06-30 David van der SpoelMerge branch 'master' of git.gromacs.org:gromacs
2010-06-27 Sander Pronkminor thread mpi fix for C++.
2010-06-18 Gerrit GroenhofMerge branch 'master' into qmmm
2010-06-17 Maarten WolfMerge branch 'master' of git@git.gromacs.org:gromacs
2010-06-11 Sander PronkMerge branch 'threadspawn'
2010-06-11 Sander PronkNumber of threads is now also determined by system...
2010-06-09 Gerrit GroenhofMerge branch 'master' into qmmm
2010-05-07 Szilard PallMerge branch 'master' of git@git.gromacs.org:gromacs
2010-05-02 David van der SpoelMerge branch 'master' of git@git.gromacs.org:gromacs
2010-04-27 Berk Hessresolved merge conflicts
2010-04-27 Sander Pronkthread_mpi memory usage is now less excessive
2010-04-04 David van der SpoelMerge branch 'master' of git.gromacs.org:gromacs
2010-03-21 Sander PronkAuto-cancels threads for non-parallel integrators.
2010-03-18 Szilard PallMerge branch 'master' of git@git.gromacs.org:gromacs
2010-03-17 Sander PronkFixed potential race condition in mutex/cond_var/barrie...
2010-03-15 Sander PronkNow auto-detects the number of hardware threads and...
2010-03-07 Roland SchulzMerge branch 'master' of git@git.gromacs.org:gromacs
2010-03-02 Roland SchulzMerge branch 'release-4-0-patches'
2010-02-25 Sander PronkWindows fixes: SIGINT actually works in Windows (for...
2010-02-24 Sander PronkSignal handler now listens to SIGINT (ctrl-c).
2010-02-16 Sander PronkNew & improved MPI_Reduce in thread_mpi.
2010-02-12 Sander PronkFixed sign error in g_bar, and new comes with even...
2010-02-10 Sander PronkNew thread_mpi library: waits now yield to the OS sched...
2010-02-05 David van der SpoelMerge branch 'master' of git.gromacs.org:gromacs
2010-02-03 Michael ShirtsMerge branch 'master' of git@git.gromacs.org:gromacs
2010-02-02 Sander PronkFixed tMPI_Fatal and made locking explicit in _gmx_error().
2010-01-26 Sander PronkAdded simple profiling to thread_mpi.
2009-12-05 Michael ShirtsMerge branch 'master' of git@git.gromacs.org:gromacs
2009-11-27 Michael ShirtsMerge branch 'master' of git@git.gromacs.org:gromacs
2009-11-10 David van der SpoelMerge branch 'master' of git@git.gromacs.org:gromacs
2009-11-04 Sander PronkNew thread_mpi; copy buffer works & improves performance.
2009-10-16 David van der SpoelMerge branch 'master' of git@git.gromacs.org:gromacs
2009-10-07 Sander PronkAdded a newer version of thread_mpi - seems to work...
2009-09-23 Michael ShirtsMerge branch 'master' of git@git.gromacs.org:gromacs
2009-09-14 David van der SpoelMerge branch 'master' of git@git.gromacs.org:gromacs
2009-09-14 David van der SpoelMerge branch 'master' of git.gromacs.org:gromacs
2009-09-12 Roland SchulzMerge branch 'master' of git@git.gromacs.org:gromacs
2009-09-09 Michael ShirtsMerge branch 'master' of git://git.gromacs.org/gromacs
2009-09-09 Sander PronkMade former atoi (atoi is not thread-safe) strtols...
2009-08-30 kassonTool merge
2009-08-27 David van der SpoelMerge branch 'master' of git@git.gromacs.org:gromacs
2009-08-24 Sander PronkMerge branch 'master' of git@git.gromacs.org:gromacs
2009-08-24 Sander PronkNow checks for MPI_IN_PLACE.
2009-08-21 Sander PronkMerge branch 'thread_mpi'. Threads should work for...
2009-08-20 Sander Pronknewer thread_mpi: more documentation and better windows...
2009-08-19 Sander Pronkfixed thread_mpi autoconf error, increased threading...
2009-08-19 Sander PronkFAH thread fixes, newer thread_mpi library
2009-08-19 Sander PronkAdded full thread_mpi library, it may even compile...