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
Watch video Getting started with MPICH on Ubuntu. (Parallel Computing/Programming with MPI) online without registration, duration hours minute second in high quality. This video was added by user Stoyan Cheresharov 15 June 2015, don't forget to share it with your friends and acquaintances, it has been viewed on our site 19,938 once and liked it 106 people.