add gmx_qsort routine, since glibc qsort is not threadsafe due to a bug
commitd101dccd3fbf70d28e474eef4d68a862bc18b648
authorBerk Hess <hess@csbl10.(none)>
Mon, 21 Jun 2010 15:19:53 +0000 (21 17:19 +0200)
committerBerk Hess <hess@csbl10.(none)>
Mon, 21 Jun 2010 15:19:53 +0000 (21 17:19 +0200)
treeab15f0da268286774e1d307cc003b0f425f14c8a
parent967dcd07881f3ad80a698be064911e9c2813b280
add gmx_qsort routine, since glibc qsort is not threadsafe due to a bug
include/Makefile.am
include/gmx_sort.h [new file with mode: 0644]
src/gmxlib/Makefile.am
src/gmxlib/gmx_sort.c [new file with mode: 0644]
src/mdlib/domdec.c