Page 1 of 1

Lapack getri fails when OMP_NUM_THREADS not exported

PostPosted: Thu Sep 29, 2011 7:14 am
by balson
Hello, I am using gotoblas2 with openmp enabled option in it. And lapack comes with it. When i execute my application, the function getri fails (or atleast does not return or hangs). When i export OMP_NUM_THREADS=1, it successfully executes. Is this a bug ? What is the connection between getri() and openmp? Why it hangs when OMP_NUM_THREADS not exported? Many thanks in advance :-)

Re: Lapack getri fails when OMP_NUM_THREADS not exported

PostPosted: Thu Oct 06, 2011 9:11 am
by admin
What happens if you export it to 2? it fails, no?
Otherwise, indeed not sure from where that comes form.
You may want to forward the question to the gotoblas2 team.
Julie