/TIMPI

Templated Interface to MPI

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

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