[Csdp] Using cblas and clapack with CSDP

Henri Kjellberg henrikjellberg at gmail.com
Sun Nov 7 22:35:41 EST 2010


In order to get my clapack to function I had to do a bunch of this sort of
thing:

integer mIn = (integer)m;
integer ldamIn = (integer)ldam;

dpotrf_("U",&mIn,O,&ldamIn,&infoOut);

info = (int)infoIn;

Where integer is a typdef for long int in f2c.h

Could that be causing the problem?

Best,
Henri

On Sun, Nov 7, 2010 at 9:18 PM, Brian Borchers <borchers at nmt.edu> wrote:

> It appears that something has written over workvec5 and has caused a
> memory management error.  It's good that the cygwin libc has enough
> error checking built in to catch this.  I'll have to investigate
> further to see where exactly the problem is occuring.
>
> Have you tried running the csdp solver on a test problem to see
> whether it works without this error?
>
> --
> Brian Borchers                          borchers at nmt.edu
> Department of Mathematics      http://www.nmt.edu/~borchers/
> New Mexico Tech                       Phone: (575) 322-2592
> Socorro, NM 87801                   FAX: (575) 835-5366
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.coin-or.org/pipermail/csdp/attachments/20101107/4f4af6a8/attachment.html 


More information about the Csdp mailing list