Skip to content

ucrparlay/PIP-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIP-algorithms

Parallel In-Place Algorithms

Run The Tests

To build the project and run all the tests, simply type

make test

Or type the following commands to run a single test case separately

make test_scan
make test_filter
make test_listRanking
make test_listRanking3
...

The full available list can be found by

make list

To cleanup the intermediate files, use the command

make clean

To adjust the input arguments for each test, please modify the corresponding files in the test/ directory.

About

Parallel In-Place Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published