- 博客(0)
- 资源 (6)
- 问答 (1)
- 收藏
- 关注
Install OpenMPI EN
Installation of OpenMPI Parallel and Distributed Programming
Granada's.
Open MPI is an open source MPI-2 implementation that is developed and maintained by a consortium of academic, research, and industry partners. Open MPI is therefore able to combine the expertise, technologies, and resources from all across the High Performance Computing community in order to build the best MPI library available.
2015-12-14
OpenMPI User Manual
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
2015-12-14
mvapich_user_guide_1.2.pdf
NETWORK-BASED COMPUTING LABORATORY
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
THE OHIO STATE UNIVERSITY
2015-12-14
glance image-delete 失败
2015-04-23
TA创建的收藏夹 TA关注的收藏夹
TA关注的人