Fortran Code problems linking to LAPACK library

  • Context: Fortran 
  • Thread starter Thread starter MrElec
  • Start date Start date
  • Tags Tags
    Code Fortran Lapack
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
MrElec
Hi,

I have a main Fortran code (*.f90) which can calculate eigenvalues and eigenvectors using LAPACK library. Unfortunately, i can't excute this program because i can't link it to the library. I'm using Code Blocks as IDE environment. Any help please.
 
on Phys.org
MrElec said:
Hi,

I have a main Fortran code (*.f90) which can calculate eigenvalues and eigenvectors using LAPACK library. Unfortunately, i can't excute this program because i can't link it to the library. I'm using Code Blocks as IDE environment. Any help please.
Here's a link to the English version of the Code Blocks documentation - http://www.codeblocks.org/docs/manual_en.pdf. See sections 1.12 and 2.10 for directions on linking library code to your application.
 
  • Like
Likes   Reactions: MrElec and jedishrfu