برای نصب چارچوب برنامه نویسی openMPI که در بسیاری از ابزارها و نرم افزار های رایانش سریع استفاده می شود راههای متعددی وجود دارد. یکی از ساده ترین راهها استفاده از مخزن آماده و نصب از طریق اینترنت است. در این مقاله روش نصب openMPI توضیح داده شده است.
To install openmpi-bin just follow these instructions.
CHECK THE UNIVERSE REPOSITORY IS ENABLED.
Inspect /etc/apt/sources.list
using your favourite editor with sudo which will ensure that you have the correct permissions.
sudo gedit /etc/apt/sources.list
Ensure that universe is included.
After any changes you should run this command to update your system.
sudo apt-get update
You can now install the package like this.
INSTALL OPENMPI-BIN
sudo apt-get install openmpi-bin
Which will install openmpi-bin and any other packages on which it depends.