Skip to content

The Open MPI Project is an open source Message Passing Interface 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 lib…

License

Notifications You must be signed in to change notification settings

bayudwiyansatria/openmpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Platforms license

Code of Conduct Support Contribution


Bayu Dwiyan Satria - OpenMPI

The Open MPI Project is an open source Message Passing Interface 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. Open MPI offers advantages for system and software vendors, application developers and computer science researchers.

Features implemented or in short-term development for Open MPI include:

Full MPI-3.1 standards conformance Many OS's supported (32 and 64 bit)
Thread safety and concurrency Production quality software
Dynamic process spawning High performance on all platforms
Support network heterogeneity Portable and maintainable
Single library supports all networks Tunable by installers and end-users
Run-time instrumentation Component-based design, documented APIs
Many job schedulers supported Active, responsive mailing list
Network and process fault tolerance Open source license based on the BSD license

Open MPI is developed in a true open source fashion by a consortium of research, academic, and industry partners. The Open MPI Team page has a comprehensive listing of all contributors and active members.

Table of Contents

Dependencies

Installation

Be sure you computer is installed wget. if didn't you can go by doing this pre-install :

Pre-Installation

Ubuntu or Debian :

apt-get -y update && apt-get -y upgrade && apt-get -y install wget

Rhel or Centos or Fedora

yum -y update && yum -y upgrade && yum -y install wget

Step 1

Get the raw installation script by download through the repository :

wget https://raw.githubusercontent.com/bayudwiyansatria/OpenMPI-Environment/master/install.sh -O /tmp/install.sh

Step 2

Give permission to the script :

chmod 777 /tmp/install.sh

Step 3

Run Script :

./tmp/install.sh

OR

sh /tmp/install.sh

OR

/tmp/install.sh

Step 4

Test use user instead of root

wget -O - https://raw.githubusercontent.com/bayudwiyansatria/OpenMPI-Environment/master/test.sh | bash

Development

  • Development: 2019, Nov.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Looking to contribute to our code but need some help? There's a few ways to get information:

License

MIT | BAYU DWIYAN SATRIA

Copyright © 2017 - 2019 Bayu Dwiyan Satria. All Rights Reserved.

About

The Open MPI Project is an open source Message Passing Interface 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 lib…

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages