- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'am using Ubuntu 9.04 i386. I installed Intel Fortran Compiler. I know that this issue has been disussed yet but all workarounds didn't help me. When ifort-compiling my program I always get one of the following messages:
ld: cannot find -lblas
ld: cannot find -llapack
Going to
/opt/intel/Compiler/11.0/083/mkl/interfaces/blas95/ and doing a:
sudo make PLAT=lnx32 lib I get:
mkdir -p obj
make -f makefile objects
make[1]: Betrete Verzeichnis '/opt/intel/Compiler/11.0/083/mkl/interfaces/blas95'
ifort -module ../../lib/32 -c -o obj/mkl_blas_protos.o source/mkl_blas_protos.f90
make[1]: ifort: Kommando nicht gefunden
make[1]: *** [obj/mkl_blas_protos.o] Fehler 127
make[1]: Verlasse Verzeichnis '/opt/intel/Compiler/11.0/083/mkl/interfaces/blas95'
make: *** [libmkl_blas95.a] Fehler 2
What could be the problem? Please help! Russel Nurjew
ld: cannot find -lblas
ld: cannot find -llapack
Going to
/opt/intel/Compiler/11.0/083/mkl/interfaces/blas95/ and doing a:
sudo make PLAT=lnx32 lib I get:
mkdir -p obj
make -f makefile objects
make[1]: Betrete Verzeichnis '/opt/intel/Compiler/11.0/083/mkl/interfaces/blas95'
ifort -module ../../lib/32 -c -o obj/mkl_blas_protos.o source/mkl_blas_protos.f90
make[1]: ifort: Kommando nicht gefunden
make[1]: *** [obj/mkl_blas_protos.o] Fehler 127
make[1]: Verlasse Verzeichnis '/opt/intel/Compiler/11.0/083/mkl/interfaces/blas95'
make: *** [libmkl_blas95.a] Fehler 2
What could be the problem? Please help! Russel Nurjew
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - russel_nurjew
I'am using Ubuntu 9.04 i386. I installed Intel Fortran Compiler. I know that this issue has been disussed yet but all workarounds didn't help me. When ifort-compiling my program I always get one of the following messages:
ld: cannot find -lblas
ld: cannot find -llapack
Going to
/opt/intel/Compiler/11.0/083/mkl/interfaces/blas95/ and doing a:
sudo make PLAT=lnx32 lib I get:
mkdir -p obj
make -f makefile objects
make[1]: Betrete Verzeichnis '/opt/intel/Compiler/11.0/083/mkl/interfaces/blas95'
ifort -module ../../lib/32 -c -o obj/mkl_blas_protos.o source/mkl_blas_protos.f90
make[1]: ifort: Kommando nicht gefunden
make[1]: *** [obj/mkl_blas_protos.o] Fehler 127
make[1]: Verlasse Verzeichnis '/opt/intel/Compiler/11.0/083/mkl/interfaces/blas95'
make: *** [libmkl_blas95.a] Fehler 2
What could be the problem? Please help! Russel Nurjew
ld: cannot find -lblas
ld: cannot find -llapack
Going to
/opt/intel/Compiler/11.0/083/mkl/interfaces/blas95/ and doing a:
sudo make PLAT=lnx32 lib I get:
mkdir -p obj
make -f makefile objects
make[1]: Betrete Verzeichnis '/opt/intel/Compiler/11.0/083/mkl/interfaces/blas95'
ifort -module ../../lib/32 -c -o obj/mkl_blas_protos.o source/mkl_blas_protos.f90
make[1]: ifort: Kommando nicht gefunden
make[1]: *** [obj/mkl_blas_protos.o] Fehler 127
make[1]: Verlasse Verzeichnis '/opt/intel/Compiler/11.0/083/mkl/interfaces/blas95'
make: *** [libmkl_blas95.a] Fehler 2
What could be the problem? Please help! Russel Nurjew
You'll need to change your makefile to point BLAS and LAPACK to the MKL libraries. The MKL libraries have those libraries, but the library names are different. I would recommend taking this question to the MKL forum as they may have to help you build the proper module interfaces.
the MKL forum is here: http://software.intel.com/en-us/forums/intel-math-kernel-library/

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