Page 1 of 1

ZERBLA/XERBLA in zgetrf2.f (lapack 3.6.0)

PostPosted: Sun Jan 24, 2016 9:04 am
by agmonm
Hi

I have a small issue linking a lapack 3.6.0 due to an unresolved external named ZERBLA.

It appears that in zgetrf2.f @ Line 147 :
Code: Select all
      EXTERNAL           ZGEMM, ZSCAL, ZLASWP, ZTRSM, ZERBLA


I assume that it was meant to be XERBLA ... right?

Re: ZERBLA/XERBLA in zgetrf2.f (lapack 3.6.0)

PostPosted: Mon Jan 25, 2016 11:32 pm
by admin
This is right - there was a typo.
We fixed it in our current SVN repository.
Julie

Re: ZERBLA/XERBLA in zgetrf2.f (lapack 3.6.0)

PostPosted: Tue Jan 26, 2016 8:44 am
by agmonm
Thanks!

I pulled the latest version from SVN and saw that.

Best Regards