Some exercises using MPI for parallel computation
git clone URL
- For each directory call
make
command
- Open a shell (must be sh compatible)
- Go into the directory where the file gen_project.sh is located
- Call
gen_project.sh <project-name>
where the parameter is the name of the project that you want to create
For a correct compilation you must have installed into your pc an MPI implementation (MPich or OpenMPI), and mpicc must be added into your $PATH