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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3844e6e · Mar 19, 2025
Jun 25, 2020
Jan 22, 2025
Mar 13, 2025
Mar 13, 2025
Aug 19, 2021
Dec 20, 2019
Apr 29, 2020
Feb 24, 2020
Mar 2, 2020
Dec 20, 2019
Dec 20, 2019
Dec 20, 2019
Oct 18, 2023
Dec 20, 2019
Mar 17, 2025
Jul 6, 2022
Dec 20, 2019
Dec 20, 2019
Jul 6, 2020
Oct 18, 2023
Dec 20, 2019
Dec 20, 2019

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