Ref #62. In OpenMP implementation, check the return value of omp_get_max_threads().
authorXianyi Zhang <xianyi@iscas.ac.cn>
Sun, 16 Oct 2011 14:56:19 +0000 (22:56 +0800)
committerXianyi Zhang <xianyi@iscas.ac.cn>
Sun, 16 Oct 2011 15:00:43 +0000 (23:00 +0800)
commitba31b19c00550673410250f6b33aa70f7a4fa400
treecd1dd12a9901d7a235853607aedaa9c90118c6b3
parent66a3c6df4e4bcdb11031588a5d24409c0746d0b5
Ref #62. In OpenMP implementation, check the return value of omp_get_max_threads().
It makes sure the return value as same as blas_cpu_numbers which is an internal global variable to store the number of threads in OpenBLAS.
common_thread.h