ifort and lapack for dummies
Hi
i'm currently trying to improve my fortran code using LAPACK routines. My compiler is ifort. But among the compiler options i've found to invoque lapack (-llapack...) not one worked.
Do you know any website where to understand clearly how to do that or can anyone explain me ? I'd like to found something like : "ifort -o tr.o -llapack tr.f90"...
Guillaume
i'm currently trying to improve my fortran code using LAPACK routines. My compiler is ifort. But among the compiler options i've found to invoque lapack (-llapack...) not one worked.
Do you know any website where to understand clearly how to do that or can anyone explain me ? I'd like to found something like : "ifort -o tr.o -llapack tr.f90"...
Guillaume