Homework 1:
- What is the difference between Parallel Computing and Distributed Comuting?
- What does MPI stands for and what is it about?
- Describe the commands to run a C program with MPI on a UNIX system.
- Write down basic MPI routines and explain the meaning of their respective arguments.
- Which MPI routine can be used to find out how many processors there are?
- Write a program with MPI for computing the following integral:
int 0 to 1 sqrt{1 - x2} dx- Run the two ``Hello world'' programs on our falcon systems.