ref #62. Added the user friendly message with USE_OPENMP=1. The users should use...
authorXianyi Zhang <xianyi@iscas.ac.cn>
Sun, 9 Oct 2011 07:14:48 +0000 (15:14 +0800)
committerXianyi Zhang <xianyi@iscas.ac.cn>
Sun, 9 Oct 2011 07:14:48 +0000 (15:14 +0800)
commit57658a8c14b0121aa53f1b6a3ad980f858a170ea
tree51aaeece0601bc6789883c9b9891c974517553b8
parent8de2ba67dd071130047980629080443544a03849
ref #62. Added the user friendly message with USE_OPENMP=1. The users should use OMP_NUM_THREADS.

When OpenBLAS is compiled with USE_OPENMP=1, it ignores OPENBLAS_NUM_THREADS and GOTO_NUM_THREADS flags.Therefore, you should use OMP_NUM_THREADS.

Without setting OMP_NUM_THREADS, a process will use maximal number of threads on a computing node. Thus, if there are 2 processes on the computing node, the thread will contend against other threads on CPU cores. As a result, the application will hang.
Makefile
README
ctest/Makefile
test/Makefile