- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
I would like to use the library MKL(for windows) with cygwin, using gfortran compiler instead of ifort.
I have problems at the linking with MKL libraries with this command
gfortran -o code.exe obj.o /cygdrive/c/Program\\ Files/Intel/ComposerXE-2011/mkl /cygdrive/c/Program\\ Files/Intel/ComposerXE-2011/mkl/mkl_intel_ilp64.lib /cygdrive/c/Program\\ Files/Intel/ComposerXE-2011/mkl/mkl_intel_thread.lib /cygdrive/c/Program\\ Files/Intel/ComposerXE-2011/mkl/mkl_core.lib
Is it possible to link such a way objects compiled under cygwin by gfortran and MKL libraries ?
Thanks for help.
Dam & Lau.
I would like to use the library MKL(for windows) with cygwin, using gfortran compiler instead of ifort.
I have problems at the linking with MKL libraries with this command
gfortran -o code.exe obj.o /cygdrive/c/Program\\ Files/Intel/ComposerXE-2011/mkl /cygdrive/c/Program\\ Files/Intel/ComposerXE-2011/mkl/mkl_intel_ilp64.lib /cygdrive/c/Program\\ Files/Intel/ComposerXE-2011/mkl/mkl_intel_thread.lib /cygdrive/c/Program\\ Files/Intel/ComposerXE-2011/mkl/mkl_core.lib
Is it possible to link such a way objects compiled under cygwin by gfortran and MKL libraries ?
Thanks for help.
Dam & Lau.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please try to link with gfortran libs:libmkl_gnu_thread.a andlibmkl_gf_ilp64.a.
for the future, we would recomend you refer first of all to MKL Linker adviser.
--Gennady
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page