Access to ARPACK on JUROPA

ARPACK has been installed on JUROPA in /usr/local/arpack/2.1.

Single precision, double precision, single precision complex, and double precision complex routines are available.
ARPACK uses BLAS and LAPACK routines, thus the Intel® Math Kernel Library  (MKL) must be linked, too.

Compilation and linking of a user-program name.f calling ARPACK routines is done by

ifort   name.f   -o name   -L/usr/local/arpack/2.1/lib   -larpack   -L$(MKLROOT)/lib/em64t
-lmkl_lapack   -lmkl_intel_lp64   -lmkl_intel_thread   -lmkl_core   -liomp   -lpthread
./name

Examples
The directory /usr/local/arpack/2.1/examples contains directories with examples that illustrate the use of the ARPACK software. To compile and execute one of the examples, say SIMPLE/sssimp.f you can use the following commands:

cp -r  /usr/local/arpack/2.1/examples/SIMPLE  $HOME
cp  /usr/local/arpack/2.1/ARmake.inc  $HOME
cd  $HOME/SIMPLE
make simple
./sssimp



last change 24.02.2011 | Math Admin | Print