Skip to main content

parpack

Versions and Availability

About the Software

Description Path: key[@id="parpack"]/whatis Not Found!

Usage

The installations include example source files under:

/usr/local/packages/parpack/96/intel-11.1-mvapich-1.1/examples

There may be versions compiled with different MPI libraries, so adjust the above accordingly. The makefiles should be modified to point to the right locations:

From:

include ../../ARmake.inc

To:

FC=mpif90
ALIBS=\
 /usr/local/packages/parpack/96/intel-11.1-mvapich-1.1/lib/parpack_MPI-LINUX.a \
 /home/packages/arpack/96/intel-11.1/lib/libarpack_LINUX.a \
 -L/home/packages/lapack/3.2/intel-11.1-mvapich-1.1/lib -lblas -llapack 

This also gives you an idea of the libraries you'll need to link in.

Resources

  • The ARPACK User Manual Except for running in parallel, there should be no difference between the two libraries.

Last modified: September 10 2020 11:58:50.