Skip to content

zodinyac/batcher-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

batcher-sort

Implementation of Batcher's sort using MPI.

Batcher

Usage:

./batcher <input.dat> <output.dat>

Generator

Generates a file with random sequence. Usage:

./generator <output.dat> <count of elements>

Reader

Binary file reader. Usage:

./reader <input.dat>

Tester

Tests that file is sorted. You can use that program with source file which contains unsorted array. The tester will check that input file contains a full copy of sorted source array and nothing else. Usage:

./tester <input.dat> [source.dat]

QSort

Classic C qsort to compare with Batcher's sort. Usage:

./qsort <input.dat> <output.dat>

About

Implementation of Batcher's sort using MPI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages