E
eri
Hi all
I need to convert a Fortran program I wrote some months ago. I need
BLAS / LAPACK routines and it seems to be very difficult to make it
work under Win + MingW32 + DevCPP; so I wonder if there is someone who
has managed to install them and has written a sort of HOWTO.
I've already downloaded the .zip packages from netlib. What I couldn't
find is how to fit them to my needs: I mean, which libs are needed,
which header, how to link them, where to find documentation.
Maybe I can try and retry until something works, but I am really short
on time, so if I could find directions or a no-src-but-many-docs
package, that would be great.
P.S: my previous code was fortran 90, so f2c is not useful
Moreover, is it better to use the original LAPACK compiled from Fortran
(how? how to link functions?) or the f2c-ed CLapack which should be
less performant?
Thanks all
I need to convert a Fortran program I wrote some months ago. I need
BLAS / LAPACK routines and it seems to be very difficult to make it
work under Win + MingW32 + DevCPP; so I wonder if there is someone who
has managed to install them and has written a sort of HOWTO.
I've already downloaded the .zip packages from netlib. What I couldn't
find is how to fit them to my needs: I mean, which libs are needed,
which header, how to link them, where to find documentation.
Maybe I can try and retry until something works, but I am really short
on time, so if I could find directions or a no-src-but-many-docs
package, that would be great.
P.S: my previous code was fortran 90, so f2c is not useful
Moreover, is it better to use the original LAPACK compiled from Fortran
(how? how to link functions?) or the f2c-ed CLapack which should be
less performant?
Thanks all