Loading...
Date
2008-08-10
Journal Title
Journal ISSN
Volume Title
Publisher
WHAT IS MPI? The Message-Passing Interface (MPI) is a standard for expressing distributed parallelism via message passing. MPI consists of a header file, a library of routines and a runtime environment. When you compile a program that has MPI calls in it, your compiler links to a local implementation of MPI, and then you get parallelism; if the MPI library isn’t available, then the compile will fail. MPI can be used in Fortran, C and C++.
Description
Dr. Henry Neeman, Director
OU Supercomputing Center for Education & Research
University of Oklahoma
SC08 Education Program’s Workshop on Parallel & Cluster computing
August 10-16 2008
Keywords
Computer Science