This is my code if it helps. Live 158 is where I call the function from the library... I can't see where I've gone wrong at all unfortunately.
PROGRAM 1001
IMPLICIT NONE
! Declare Variables
COMPLEX(KIND=8), DIMENSION(:,:), ALLOCATABLE :: mat
COMPLEX(KIND=8), DIMENSION(:)...
Can you please help me I can't compile using lapack libraries and I can't find anyone who can tell me how to compile.
I have blas_LINUX.a and lapack_LINUX.a and I am trying to use ifort to compile my program but I always get the below error. Please help.
These are the libraries I have in...