Skip to content

Sort parallel algorithms created with C++ and MPI for HPC exam

License

Notifications You must be signed in to change notification settings

rodolfopietro97/SortAlgorithms

Repository files navigation

SortAlgorithms

Sort parallel algorithms created with C++ and MPI for HPC exam

You need MPICH and C++ tools to build project.

Build

make

Run on a single computer

mpirun -np {number_of_process} ./main

Run on a cluster

Set masters and slaves IPs, Hostnames, Usernames on "machinefile" and in "initCluster.sh"

mpirun -np {number_of_nodes} --hostfile machinefile ./main

About

Sort parallel algorithms created with C++ and MPI for HPC exam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published