Dear Willem,
Thank you for reporting the problem.
That problem was corrected last November in our repository but it is not yet
release.
It is listed as bug 0089 at http://www.netlib.org/lapack/Errata/index2.html
Thank you again
Sincerely,
Julie
On Mar 2, 2012, at 7:30 AM, Willem wrote:
Dear LAPACK team,
in stprfb.f is the following line:
EXTERNAL SCOPY, SGEMM, SLACGV, STRMM
Subroutine SLACGV is not present in the source, and it is not referenced
in stprfb.f.
The gfortran compiler does not generate an unresolved entry point for
slacgv_ , but the Intel compiler does.
Solution: replace the line with
EXTERNAL SCOPY, SGEMM, STRMM
btw: SCOPY is not referenced in stprfb.f, and should also be removed.
Regards,
Willem
--
Willem Vermin tel (31)20 5923054/5923000
SARA, Science Park 140 fax (31)20 6683167
1098 XG Amsterdam willem@Domain.Removed
Nederland
_______________________________________________
Lapack mailing list
Lapack@Domain.Removed
http://lists.eecs.utk.edu/mailman/listinfo/lapack
|