Hi All
I am trying to compile a makefile with ifortran on a REDHAT Linux machine.
Before compilation, I had to compile several other makefiles (to create necessary libraries). I could compile them without error. But as you can see below, when I try to compile the given makefile, I get some...
I have a fortran code (pardiso_1.f) and it needs some libraries (BLAS, lapack and Pardiso libraries) to be compiled. When I try to compile it, I link libraries before compilation and I write this line in linux terminal:
gfortran pardiso_1.f -L/home/behnam/Pardiso -lpardiso412-GNU450-X86-64...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.