Commits

Zhang Xianyi authored 3617c22a567
Refs #294. Used pthread_atfork to avoid hang after a Unix fork. The problem is the mutex we used in blas_server. Thus, we must clear the mutex before the fork and re-init them at parent and child process. If you used OpenMP, GOMP has the same problem by now. Please try other OpenMP implemantation.