OpenBLAS/driver
Zhang Xianyi 3617c22a56 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.
2014-02-18 15:36:04 +08:00
..
level2 Refs #174. Fixed the overflowing buffer bug of multithreading hbmv and sbmv. 2013-02-13 16:05:58 +08:00
level3 changed level3.c 2013-12-01 13:52:08 +01:00
mapper Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
others Refs #294. Used pthread_atfork to avoid hang after a Unix fork. 2014-02-18 15:36:04 +08:00