Skip to content

Marcus-Rosti/TSP_MPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSP using MPI

This project implements MPI for the travelling salesperson problem. It explores distributed scheduling and load balancing the calculation as well as expirementing with efficient calculations.

To build

mkdir build
cd build
cmake ..
make -j 

To run

cd build
mpirun -n ${number of cores/computers} TSP_MPI 14 ../cities/city14.txt

About

An MPI implementation of the the Travelling Salesperson Problem

Resources

License

Stars

Watchers

Forks

Packages

No packages published