SLEPc

Description
SLEPc is the Scalable Library for Eigenvalue Problem Computations.
Modulefile
slepc
Documentation
SLEPc homepage
Usage
Here is an example how one could link their code compiled with GCC against the appropriate SLEPc library:
$ module load gcc openmpi/gcc slepc/gcc
$ gcc <compiler commands> -I$SLEPC/include -L$SLEPC/lib -lslepc

This site uses Just the Docs, a documentation theme for Jekyll.