xantares / mpi_stubs

A dummy MPI-2 library for basic operations when actual MPI library not available.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mpi_stubs

The MPI Stubs library is one of many fine libraries and programs by Professor John Burkhardt of Florida State University.

MPI Stubs is a dummy MPI-2 library for basic operations when actual MPI library not available. If your problem is capable of running on a single processor, MPI Stubs may work for small problems, with the obvious side effect of usually taking longer to compute in serial than in parallel. This library can be useful to get users quick-started on platforms like Windows where setting up MPI takes an extra step or two.

MPI Stubs comes for C, C++ and Fortran. Each MPI Stubs code language operates indepedently--they do not depend on each other.

About

A dummy MPI-2 library for basic operations when actual MPI library not available.

License:GNU Lesser General Public License v2.1


Languages

Language:C 54.6%Language:Fortran 36.8%Language:C++ 7.1%Language:CMake 1.4%