# 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 Scaling of Distributed Merge-Sort on "AMD EPYC 9124 16-Core Processor"