Skip to content
/ TIMPI Public

Templated Interface to MPI

License

LGPL-2.1, LGPL-2.1 licenses found

Licenses found

LGPL-2.1
LICENSE
LGPL-2.1
COPYING
Notifications You must be signed in to change notification settings

libMesh/TIMPI

Repository files navigation

TIMPI

Templated Interface to MPI

Build Instructions

  1. cd to location of TIMPI clone or extracted tarball.
  2. mkdir build
  3. cd build
  4. ../configure --prefix=/path/to/timpi/install
  5. make
  6. make check (eventually will run example programs and unit tests)
  7. make install