Personal tools
You are here: Home openCMISS Wiki Configuring and Making HYPRE (with BoomerAMG) on Various Systems
Views
Configuring and Making HYPRE (with BoomerAMG) on Various Systems copied.
Technical committee meetings >> Minutes 19 June 2006 >> OpenCMISS/libMesh Development Notes >>

Configuring and Making HYPRE (with BoomerAMG) on Various Systems

last edited 2 years ago by taus007

Note: Only follow these instructions if you are interested in testing HYPRE (and BoomerAMG) outside of PETSc.

Download

Documentation

  • See hypre-1.6.0/docs/HYPRE_usr_manual.ps or go to this PS file.

Compile

  • cd src/; configure
  • make
  • Libraries found in hypre-1.6.0/src/hypre/lib
  • See documentation for configure and make flags.

Testing

  • cd src/test; ./test_drivers.sh or run executable of one of the examples for a quick check.