How To: Referencing LAPACK library from FORTRAN 95 in Cygwin

Posted by cholmgreen on Stack Overflow See other posts from Stack Overflow or by cholmgreen
Published on 2010-04-23T17:30:09Z Indexed on 2010/04/23 17:33 UTC
Read the original article Hit count: 370

Filed under:
|
|

I have a FORTRAN 95 program that needs to make some calls to the LAPACK library. I recently found out that Cygwin because it can install LAPACK as an extra option.

Well, LAPACK exists in the /lib/lapack/ directory as "cyglapack.dll". Having only a very informal training in Fortran programming, I have no idea how to reference a .dll library as opposed to a .mod module.

Any suggestions or directions to articles answering my question are GREATLY appreciated! (P.S. I did search first.. I don't think I know the proper terms to get a useful article.)

© Stack Overflow or respective owner

Related posts about lapack

Related posts about cygwin