[Csdp] Using cblas and clapack with CSDP

Brian Borchers borchers at nmt.edu
Wed Nov 3 08:07:35 EDT 2010


On Tue, Nov 2, 2010 at 9:08 PM, Henri Kjellberg
<henrikjellberg at gmail.com> wrote:

> I am trying to figure out if there is some significant change that I
> am not seeing or if its purely chaning the names of things. For
> example:
>
> In calc_dobj.c we have
>
> int k;
> double *a;
> double *y;
> int incx;
>
> ddot(&k,a+1,&incx,y+1,&incx);
>
> Is it as straight forward as to change it to
> cblas_ddot(&k,a+1,&incx,y+1,&incx);
>

I believe that it's just that simple.  The CBLAS was defined by a
group called the BLAS technical forum.  There is online documentation
of the CBLAS interface that would explain any differences.



-- 
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




More information about the Csdp mailing list