Re: LAPACK - dgesvx.f


[ Follow Ups ] [ Post Followup ] [ Netlib Discussion Forum ] [ FAQ ]

Posted by Scott Betts on December 16, 1997 at 14:05:20:

In Reply to: LAPACK - dgesvx.f posted by Kendall Atkinson on November 21, 1997 at 00:07:44:

: Below is a test program for dgesvx.f, and it works
: fine on my HP workstation (compiled under their f90 compiler).
: However, my colleague in Korea is having a great deal of difficulty
: running it on his SUN workstation. It returns the following
: message.

Kendall,

The only thing we could find here was that IPIV
should be an array, not a scalar, so the code was walking
all over it self...

Hope this helps!


Follow Ups: