Getting started with MPICH on Ubuntu. (Parallel Computing/Programming with MPI)

Опубликовано: 15 Июнь 2015
на канале: Stoyan Cheresharov
19,938
106

Get started with Parallel Programming (computing). Learn how to create your first "Hello World" program that uses MPICH2 on Ubuntu 14.04.2
Link to the Mind Map: http://goo.gl/bnMn1Y
Download Ubuntu: 11:18
Create the VM: 14:40
Install the Ubuntu Image: 16:00
Some terms: 28:00
Install MPICH2: 36:34
Create Hello World file: 46:15
Compile: 47:20
Run: 47:30

Bash script for running multiple commands (my_script)
#!/bin/sh

command-01
command-02
...
command-20

chmode 766 my_script

./my_script

run them as: command1; comand2; command3 on 1 line or command1& commnad2& command3& to run all of them at the same time on background


Смотрите видео Getting started with MPICH on Ubuntu. (Parallel Computing/Programming with MPI) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Stoyan Cheresharov 15 Июнь 2015, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 19,938 раз и оно понравилось 106 людям.