Skip to content

gsc74/Merge_Sort_mpi

Repository files navigation

Distributed Merge-Sort (MPI Implementation)

# Get the code and compile
git clone https://github.com/gsc74/Merge_Sort_mpi
cd Merge_Sort_mpi
make

# Test
mpirun -np 8 ./Merge_Sort_MPI 1000000000

# Submit a job to KIAC cluster
sbatch job.sh

Strong_Scale

Strong Scaling of Distributed Merge-Sort on "AMD EPYC 9124 16-Core Processor"

Slides for tutorial

References

Parallel Merge-Sort with MPI (code)
Merge-Sort (Overview)

About

Tutorials for DS 295 Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published