[go: nahoru, domu]

Skip to content

dan10/parallel-sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parallel-sorting

What is this?

This is a school project by students of PUC-MG.

We were instructed to implement 4 sorting algorithms (Quicksort, Mergesort and 2 others, of our choosing) with parallelization using OpenMP and test their efficiency.

How does it work?

How to run?

Run make

After it's done, run ./output < input.txt

How to debug?

If you've run make before, run make clear

Run make debug

After it's done, run gdb debug

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published