Hi you all,
I'm totally new to the whole Linux and Lapack enviroment.
I'm using the free Intel Fortran Compiler 11.0 with the implented MKL-Library on my Ubuntu Linux system. I've written my code in Fortran 90 and now I want to you use one Lapack-routine ( ZGEEV) in my code. But honestly, I have no idea how to do that?
I've written the 'CALL ZGEEV(...)' line in my code, but what else do I have to do?
Is there a special command to call the lapack-library or do I have to write something else in my code?
Thank you for your help
Cheers
Christian

