I would like to be able to call LAPACK and BLAS subroutines whenever I want. The two solutions I can see from the forums don't work:
- Using INCLUDE and placing LAPACK/BLAS subroutines in the directory doesn't work: LAPACK subroutines call other LAPACK subroutines without using INCLUDE.
- Creating a .dll file doesn't work because it takes too much time to add existing items in blocks of less than 30 when the LAPACK, BLAS library is so big.
There has to be a better way. Is there are prebuilt LAPACk/BLAS .dll. I have alredy downloaded all the .f files.
thank you
josh