[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] GotoBLAS2 (was Re: Building gsl-1.15 under MinGW)
From: |
John Chludzinski |
Subject: |
Re: [Help-gsl] GotoBLAS2 (was Re: Building gsl-1.15 under MinGW) |
Date: |
Tue, 23 Aug 2011 12:18:28 -0400 |
In the case of DSYGV it appears GotoBLAS2/libgoto2_barcelonap-**r1.13.lib is
linked to dsygv.obj, which is located
at: GotoBLAS2/lapack-3.1.1/SRC/dsygvd.obj.
---John
On Tue, Aug 23, 2011 at 4:51 AM, Sisyphus <address@hidden> wrote:
>
> ----- Original Message ----- From: "John Chludzinski"
>
>
> For example:
>>
>> $ nm GotoBLAS2/libgoto2_barcelonap-**r1.13.lib | grep dsygv
>>
>> dsygv.obj:
>> 00000000 T _dsygv_
>> dsygvd.obj:
>> 00000000 T _dsygvd_
>> dsygvx.obj:
>> 00000000 T _dsygvx_
>>
>
> My lib (with a slightly different name) certainly built without any trouble
> ... and that's a "first" :-)
>
> Running the same (comparable) commands as you've provided I get:
>
> #############################
> address@hidden /c/comp
> $ nm GotoBLAS2/libgoto2_opteronp-**r1.13.lib | grep dsygv
>
> address@hidden /c/comp
> $ nm GotoBLAS2/libgoto2_opteronp-**r1.13.lib | grep zlange
>
> address@hidden /c/comp
>
> #############################
>
>
>
> nm libgoto2_barcelonap-r1.13.lib | grep zlange
>>> U _zlange_
>>> U _zlange_
>>> 0000000 T _zlange_
>>> U _zlange_
>>> U _zlange_
>>> U _zlange_
>>>
>>> but didn't see an zlange.obj.
>>>
>>
> I noticed that a zlange object file is referenced in the file
> 'patch.for_lapack-3.1.1', but I don't know the significance of that.
>
> Cheers,
> Rob
>
- [Help-gsl] Building gsl-1.15 under MinGW, Armin Armbruster, 2011/08/16
- Re: [Help-gsl] Building gsl-1.15 under MinGW, John Chludzinski, 2011/08/16
- Re: [Help-gsl] Building gsl-1.15 under MinGW, Armin Armbruster, 2011/08/17
- Re: [Help-gsl] Building gsl-1.15 under MinGW, John Chludzinski, 2011/08/17
- [Help-gsl] GotoBLAS2 (was Re: Building gsl-1.15 under MinGW), Sisyphus, 2011/08/23
- Re: [Help-gsl] GotoBLAS2 (was Re: Building gsl-1.15 under MinGW), John Chludzinski, 2011/08/23
- Re: [Help-gsl] GotoBLAS2 (was Re: Building gsl-1.15 under MinGW), John Chludzinski, 2011/08/23
- Re: [Help-gsl] GotoBLAS2 (was Re: Building gsl-1.15 under MinGW), Sisyphus, 2011/08/23
- Re: [Help-gsl] GotoBLAS2 (was Re: Building gsl-1.15 under MinGW),
John Chludzinski <=
- Re: [Help-gsl] GotoBLAS2 (was Re: Building gsl-1.15 under MinGW), Sisyphus, 2011/08/25
- Re: [Help-gsl] GotoBLAS2 (was Re: Building gsl-1.15 under MinGW), John Chludzinski, 2011/08/25
Re: [Help-gsl] Building gsl-1.15 under MinGW, Sisyphus, 2011/08/17