|
|
Up |
|
|
  |
| Re: using a lapack routine |
|
 |
|
 |
|
 |
|
 |
Group: comp.lang.fortran · Group Profile
Author: user1user1 Date: Sep 19, 2008 12:22
Ron Ford wrote:
> On Thu, 18 Sep 2008 22:03:46 -0700 (PDT), e p chandler posted:
>
>> A second issue is do you want to compile individual files, adding more
>> files until you have exhausted dependencies, OR build the whole
>> library? I've had zero luck building large ANYTHING on Windows from
>> source, so I add pieces until it works.
>
> I've gone through the files and collected the ones I think I need. It was
> nothing short of tedious:
>
> C:\Program Files\University Of Tennessee\LAPACK 3.1.1\src\depend>dir
> Volume in drive C has no label.
> Volume Serial Number is 486B-CFF3
>
> Directory of C:\Program Files\University Of Tennessee\LAPACK
> 3.1.1\src\depend
>
> 09/19/2008 12:06 AM .
> 09/19/2008 12:06 AM ..
> 07/19/2007 11:02 AM 1,496 saxpy.f
> 07/19/2007 11:02 AM 18,082 slarfb.f
> 07/19/2007 11:02 AM 4,809 sgehd2.f
> 07/19/2007 11:02 AM 9,927 sgemm.f
> 07/19/2007 11:02 AM 7,937 slahr2.f
> 07/19/2007 11:02 AM 11,519 strmm.f
> 07/19/2007 11:02 AM 1,220 xerbla.f
> 07/19/2007 11:02 AM 1,453 scopy.f
> 07/19/2007 11:02 AM 3,647 slarfg.f
> 07/19/2007 11:02 AM 2,409 lsame.f
> 07/19/2007 11:02 AM 7,531 sgemv.f
> 07/19/2007 11:02 AM 2,449 slacpy.f
> 07/19/2007 11:02 AM 1,271 sscal.f
> 07/19/2007 11:02 AM 8,861 strmv.f
> 06/01/2007 02:49 PM 25,325 slamch.f
> 07/19/2007 11:02 AM 1,258 slapy2.f
> 07/19/2007 11:02 AM 1,606 snrm2.f
> 09/19/2008 12:56 AM 1,435 perl3.lnk
> 18 File(s) 112,235 bytes
> 2 Dir(s) 1,618,624,512 bytes free
>
> I took the opportunity to read some of these, and they affect the way you
> pronounce the file. So, the slarfs no longer rhyme with barf but reflect
> what the letters stand for.
>
> I'm sure I left a couple out, which is something my compiler will not
> likely miss. Given that I've herded the dependencies into this directory,
> how do I best build this module?
|
|
|
|
  |
|
|
|