Hypre

Library for solving large, sparse linear systems of equations on massively parallel computers

Introduction

Documentation for this package can be found at:

https://computation.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods/software

According to the software's overview page: 

https://computation.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods

Hypre is a library of fast linear solvers, parallel preconditioners and multigrid algorithms designed with the intent to solve large scale, detailed problems.

Using Hypre on RCC Resources

Using gnu is not necessary. These libraries are also available to other compilers. Using a different compiler will simply mean linking and including a different path, for example:

-I/opt/hpc/<compiler>/include/hypre
-L/opt/hpc/<compiler>/lib64/ -lHYPRE_struct_ls