Skip to content

Number Crunch

A computational science blog.

  • About the author

Category: parallel computing

MPI · parallel computing

MPI reloaded

March 25, 2010August 27, 2015 Heiko BaukeLeave a comment

The message passing interface (MPI) is a specification for an api that allows processes to communicate by exchanging messages. It is designed for high performance computing applications and is utilized on distributed memory architectures (as computer clusters) as well as on shared memory computers. The initial version of the MPI standard, MPI-1.0, was created in… Continue reading MPI reloaded

Posts navigation

Newer posts

Categories

  • Book reviews
  • C++
  • GPU computing
  • image processing
  • Meta
  • MPI
  • multi-core
  • numerical methods
  • parallel computing
  • Performance
  • Python
  • Software
  • TRNG
  • Uncategorized

Links

  • Cluster Computing
  • GitHub
  • TRNG