Forum Jump

Select Group :
Select Forum :
Sorted By :
Sort Order :
From The :
 
Thread Tools  Search this thread 
hervez
Total Points:
20
Registered User
November 9, 2009 10:46 AM PST
Trouble with installation/use of blas lapack
Hello,
I have installed the mkl library on a 64 bits stystem running with Linux Federa 11.
When I try to link to the blas-lapack library, using the following option

--with-blas-lapack-dir=/opt/intel/mkl/10.2.2.025/lib/em64t/

I get the message :
You set a value for --with-blas-lapack-dir=<dir>, but /opt/intel/mkl/10.2.2.025/lib/em64t/ cannot be used

What is the problem and How can I solve ?

Thank you in advance

Herve


tim18
Total Points:
68,747
Status Points:
68,747
Black Belt
November 9, 2009 12:10 PM PST
Rate
 
#1
You would likely need to consult the link advisor on the right side of the forum header page.  If this is an argument to a configure script for some software installation which expects an older version of MKL or a gfortran-compiled lapack such as might be available with a linux distro, you will have to study the situation yourself.


jaewonj
November 11, 2009 1:36 AM PST
Rate
 
#2
Quoting - hervez
Hello,
I have installed the mkl library on a 64 bits stystem running with Linux Federa 11.
When I try to link to the blas-lapack library, using the following option

--with-blas-lapack-dir=/opt/intel/mkl/10.2.2.025/lib/em64t/

I get the message :
You set a value for --with-blas-lapack-dir=<dir>, but /opt/intel/mkl/10.2.2.025/lib/em64t/ cannot be used

What is the problem and How can I solve ?

Thank you in advance

Herve



Try this. It works for me.

./config/configure.py --with-fc=0 --with-mpi=0 --with-blas-lapack-lib=[$MKL_LIB_PATH/libmkl_intel_lp64.a,libmkl_intel_thread.a,libmkl_core.a,libiomp5.a,libpthread.a,libm.a]

Assume libpthread.a and libm.a are installed on your linux box.

Use other than --with-fc=0 and --with-mpi=0 in case you want to use fortran compiler or MPI.

If you're still unable to configure, see $PETSC_DIR/make.log. You will find what went wrong.

Jaewon






Gennady Fedorov (Intel)
Total Points:
12,966
Status Points:
12,466
Brown Belt
November 11, 2009 4:20 AM PST
Rate
 
#3 Reply to #2
Quoting - jaewonj

Try this. It works for me.

./config/configure.py --with-fc=0 --with-mpi=0 --with-blas-lapack-lib=[$MKL_LIB_PATH/libmkl_intel_lp64.a,libmkl_intel_thread.a,libmkl_core.a,libiomp5.a,libpthread.a,libm.a]

Assume libpthread.a and libm.a are installed on your linux box.

Use other than --with-fc=0 and --with-mpi=0 in case you want to use fortran compiler or MPI.

If you're still unable to configure, see $PETSC_DIR/make.log. You will find what went wrong.

Jaewon





May be the best way to use mklvarsem64t.sh or mklvarsem64t.csh to set all libraries and compilers environment variables (INCLUDE, MKLROOT,LD_LIBRARY_PATH, MANPATH, LIBRARY_PATH, CPATH, FPATH ) in the current user shell....
--Gennady





Intel Software Network Forums Statistics

8472 users have contributed to 31603 threads and 100653 posts to date.
In the past 24 hours, we have 31 new thread(s) 112 new posts(s), and 166 new user(s).

In the past 3 days, the most popular thread for everyone has been gemm(A,A,A) like possible? The most posts were made to gemm(A,A,A) like possible? The post with the most views is Dear Steve, excuse me for a d

Please welcome our newest member Edwin B. Ramayya