Neeman, Henry2015-08-162015-08-162008-08-10http://hdl.handle.net/11244/15508Dr. Henry Neeman, Director OU Supercomputing Center for Education & Research University of Oklahoma SC08 Education Program’s Workshop on Parallel & Cluster computing August 10-16 2008WHAT 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++.Computer ScienceMPI Introduction (SC '08 Education Program's Workshop on Parallel & Cluster Computing)Presentation