Access to ARPACK on JUROPA
ARPACK uses BLAS and LAPACK routines, thus the Intel® Math Kernel Library
(MKL) must be linked, too.
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:
last change 24.02.2011 |
Math Admin | Print
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
Compilation and linking of a user-program name.f calling ARPACK routines is done by
-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:
./sssimp |
last change 24.02.2011 |
