help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

intel mkl


From: Mag Gam
Subject: intel mkl
Date: Mon, 7 Jun 2010 20:22:16 -0700

I am trying to compile Octave with Intel compiler and use Intel Math
Kernel Libraries. However, It seems the basic install isn't finding my
MKL libraries. I know there were previous threads about this topic
therefore I am hoping to get some help.

Here is how I am compiling stuff.

PREFIX=/apps/octave-3.2.3

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/apps/hdf5-1.8.3/lib

INCLUDE="-I/apps/hdf5-1.8.3/include"
./configure F77=ifort FFLAGS="-O3 -xW" CXX=icpc CPP="icc -E" CC=icc
CXXPP="icpc -E" \
        CXXFLAGS="$INCLUDE -mieee-fp" \
        --prefix="$PREFIX" CFLAGS="-O3 -xW $INCLUDE" CPPFLAGS="$CFLAGS" \
        LDFLAGS="-limf -lm -L/apps/hdf5-1.8.3/lib" \
        PERL=/apps/perl-5.10.1/bin/perl --disable-extra-warning-flags
--disable-docs

The MKL libraries exist here: /apps/intel/lib/intel64

This currently does not find the MKL, I am curious how others did this.

TIA


reply via email to

[Prev in Thread] Current Thread [Next in Thread]