OpenMPI User Manual

上传:一朵草尔已 浏览: 56 推荐: 0 文件:PDF 大小:176.18KB 上传时间:2018-12-28 08:00:51 版权申诉
Open MPI Document Project September 17, 2013 Open MPI The Message Passing Interface (MPI) is a set of denitions for managing multiple processes on a wide variety of computational platforms. Open MPI is an implementation of this set of denitions. The MPI denition is based on the idea of multiple processes running in parallel, and the set of denitions provides a way to create multiple processes, initiate multiple processes, and share information between them. At its most basic level Open MPI provides a framework in which the compu - tational platform can be treated as a array of independent, distributed memory, distributed processor machines. This framework allows for the creation of programs that can exploit this assumed structure, and it allows for the creation and execution of multiple processes that can be thought of as acting independently of one another. Any information shared between the processes must done so explicitly making use of the Open MPI library. TODO:Provide a low level introduction to MPI - tational platform can be treated as a array of independent, distributed memory, distributed processor machines. This framework allows for the creation of programs that can exploit this assumed structure, and it allows for the creation and execution of multiple processes that can be thought of as acting independently of one another. Any information shared between the processes must done so explicitly making use of the Open MPI library. TODO:Provide a low level introduction to MPI
上传资源
用户评论