hypre

Parallel multigrid library for solving large sparse linear systems

brewmacoslinux
Try with needOr install directly
Source

About

Library featuring parallel multigrid methods for grid problems

Commands

hypre

Examples

Link hypre library in C/C++ code compilation$ gcc myprogram.c -o myprogram $(pkg-config --cflags --libs hypre)
Check hypre installation and version information$ pkg-config --modversion hypre
Display hypre library location and include paths$ pkg-config --cflags --libs hypre