Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 689 Bytes

ReadME.md

File metadata and controls

26 lines (19 loc) · 689 Bytes

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)