like for IMKL, we probably should link ACML also against the omp version

This commit is contained in:
Martin Diehl 2014-02-14 20:14:44 +00:00
parent d57ce95409
commit 7245e38327
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ case $BLASTYPE in
BLAS=" -I$BLASDIR/include -lmkl_intel_lp64 -lmkl_core -lmkl_intel_thread -lpthread -lm -Wl,-rpath,$BLASDIR/lib/intel64 -L$BLASDIR/lib/intel64" #I'm not too shure about the include (does that work for linker?)
;;
ACML | acml)
BLAS=" -lacml -Wl,-rpath,$BLASDIR/ifort64/lib -L$BLASDIR/ifort64/lib"
BLAS=" -lacml -Wl,-rpath,$BLASDIR/ifort64_mp/lib -L$BLASDIR/ifort64_mp/lib"
;;
LAPACK | lapack)
BLAS=" -llapack -Wl,-rpath,$BLASDIR/lib,-rpath,$BLASDIR/lib64 -L$BLASDIR/lib64 -L$BLASDIR/lib"