[MPI] MPI 编程指南 -- 引言

学习资料 中国科技大学 《MPI 编程指南》PPT

学习笔记

MPI

->MPI (Message Passing Interface) 消息传递接口

->MPI提供一个可移植、高效、灵活的消息传递接口库

->MPI以语言独立的形式存在,可运行在不同的操作系统和硬件平台上

->MPI提供与C/C++ 和 Fortran 语言的绑定

 

MPI 版本

 MPICH:http://www-unix.mcs.anl.gov/mpi/mpich
   LAM (Local Area Multicomputer): http://www.lam-mpi.org
   Open-MPI: http://www.open-mpi.org/
   CHIMP: ftp://ftp.epcc.ed.ac.uk/pub/chimp/release/

 

posted on 2012-09-15 22:28  applesun0757  阅读(268)  评论(0)    收藏  举报