Bright:Using MPI

From Define Wiki
Revision as of 12:49, 30 October 2014 by K mouza (talk | contribs) (Created page with "The Message Passing Interface (MPI) is a standardized and portable message passing system, designed to function on a wide variety of parallel computers. The standard defines t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Message Passing Interface (MPI) is a standardized and portable message passing system, designed to function on a wide variety of parallel computers. The standard defines the syntax and semantics of a core of library routines useful to a wide range of users writing portable message-passing programs in Fortran or the C programming language. MPI libraries allow the compilation of code so that it can be used over a variety of multiprocessor systems from SMP nodes to NUMA systems and interconnected cluster nodes.

Interconnects