Hi,
I have searched the forums and cannot find any good assistance. I am trying to build a python module from a F77 source file. Have sourced my intel environment variables with:
call "C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2017\windows\bin\compilervars.bat" -arch intel64
And I am trying to compile with:
f2py --fcompiler=intelvem -L"C:\Program Files (x86)\IntelSWTools\compilers_and_libraries_2017\windows\mkl\lib\intel64_win" -lmkl_lapack95_ilp64 -lmkl_blas95_ilp64 -c matmul2.pyf matmul2.f90
I am getting a failed with exit status 1120 and a error LNK2001: unresolved external symbol dgemm_
Can anyone point me in a fruitful direction to make some progress?
Thank you
Leon