help-octave
[Top][All Lists]
Advanced

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

Re: icc compiler


From: Jaroslav Hajek
Subject: Re: icc compiler
Date: Tue, 23 Mar 2010 07:44:35 +0100

On Mon, Mar 22, 2010 at 1:49 PM, Mag Gam <address@hidden> wrote:
> Actually, I am curious how does your ./configure line look like?
>
>

It's quite complicated, because it's used on a cluster where libraries
are compiled to non-standard path (/apl).

INCLUDE="-I/apl/octave/include -I/apl/hdf5/hdf5-1.6.6/include
-I/usr/X11/include"
./configure F77=ifort FFLAGS="-O3 -xW" \
CC=icc CFLAGS="-O2 -xW $INCLUDE -mieee-fp" \
CXX=icpc CXXFLAGS="-w -O2 -xW $INCLUDE -mieee-fp" \
CPP="icc -E" CPPFLAGS="$INCLUDE" \
CXXPP="icpc -E" \
BLAS_LIBS="-L/apl/acml/acml/ifort64_mp/lib
-Wl,-rpath=/apl/acml/acml/ifort64_mp/lib -lacml_mp -lacml_mv
-L/apl/intel/fc/11.0.074/lib/intel64 -lifcoremt -liomp5 -lpthread" \
LDFLAGS="-L/apl/octave/lib -Wl,-rpath=/apl/octave/lib
-L/apl/hdf5/hdf5-1.6.6/lib -Wl,-rpath=/apl/hdf5/hdf5-1.6.6/lib" \
--prefix=/apl/octave --disable-extra-warning-flags --disable-docs

hth

-- 
RNDr. Jaroslav Hajek, PhD
computing expert & GNU Octave developer
Aeronautical Research and Test Institute (VZLU)
Prague, Czech Republic
url: www.highegg.matfyz.cz


reply via email to

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