Skip to content

aydinmustafacan/mpi_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Parallel Programming using MPI Interface

This project’s aim is to simulate parallel programming interface for relief algorithm. In this project I implement an algorithm called relief with MPI interface. With the help of MPI interface I will be simulating multiple processor environment working parallel to solve relief algorithm as fast as possible.

Running

   mpic++ -o executable ./main.cpp
    
   mpirun --oversubscribe -np Number executable ./test.tsv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages