برای نصب چارچوب برنامه نویسی MPICH2 که در بسیاری از ابزارها و نرم افزار های رایانش سریع استفاده می شود راههای متعددی وجود دارد. یکی از ساده ترین راهها استفاده از مخزن آماده و نصب از طریق اینترنت است. در این مقاله روش نصب MPICH2 توضیح داده شده است.
To install mpich2 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 mpich2
sudo apt-get install mpich2
Which will install mpich2 and any other packages on which it depends