Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The package is designed to compute a few eigenvalues and corresponding eigenvectors of large sparse or structured matrices, using the Implicitly Restarted Arnoldi Method (IRAM) or, in the case of symmetric matrices, the corresponding variant of the Lanczos algorithm. It is used by many popular numerical computing environments such as SciPy, Mathematica, GNU Octave and MATLAB to provide this functionality.

Usage

Versionmodule name
3.7.0arpack-ng/3.7.0


Compiler/MPIGCC 8.3.1GCC 9.3.0Intel 19.0.3Intel 20.0.3
OneAPI
Intel 2021.3.0
Serial











MPICH 3.3.2











MVAPICH2 2.3.4











OpenMPI 4.0.5













Code Block
languagebash
titleCompiler Flags
collapsetrue
-L${LURC_ARPACK_NG_DIR}/lib64 -larpack -I${LURC_ARPACK_NG_DIR}/include

For more information vistvisit https://github.com/opencollab/arpack-ng