OpenMPI User Manual

一朵草尔已 56 0 PDF 2018-12-28 08:12: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

用户评论
请输入评论内容
评分:
暂无评论