cd /path/to/hypre tar xf v2.27.0.tar.gz cd hypre-2.27.0
CC=mpicc CXX=mpicxx FC=mpifort ./configure --prefix=/path/to/hypre
make -j make install