| Re: using a lapack routine |
|
 |
|
 |
|
 |
|
 |
Group: comp.lang.fortran · Group Profile
Author: Ron FordRon Ford Date: Sep 18, 2008 23:25
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 hadn't noticed that there's a half dozen calls to other routines, not all
of which are in the same folder.
EXTERNAL SAXPY, SGEHD2, SGEMM, SLAHR2, SLARFB, STRMM,
$ XERBLA
We'll see if it cascades much farther. I suppose I could put them all in a
module. It would be about 30 megs, 1500 files: yikes. I think I'm finding
out why NAG, for example, makes an f08 version of this.
I'll just keep muddling. Thanks, elliot.
--
It is impossible to imagine Goethe or Beethoven being good at billiards or
golf.
H. L. Mencken
|