Skip to content

lochansurya/Merge_Sort_mpi-Ghanshyam-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Languages

  • C++ 85.2%
  • Makefile 7.9%
  • Shell 6.9%