Skip to content

didacusAbella/MPI_Exercises

Repository files navigation

MPI_Exercises

Some exercises using MPI for parallel computation

Installation

  1. git clone URL
  2. For each directory call make command

Create a new project

  1. Open a shell (must be sh compatible)
  2. Go into the directory where the file gen_project.sh is located
  3. Call gen_project.sh <project-name> where the parameter is the name of the project that you want to create

Compile details

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

About

A list of MPI Exercise for PCPC course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published