Skip to content

wheatman/ParallelTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParallelTools

This repository seeks to make it easy for do perform simple parallelism and staying away from any of the details of the different parallel runtimes.

It is currently only set of for opencilk and parlaylib, but is general enough that other runtimes can easily be added. It assume that the parallel libraries have already been installed

To run in parallel simple define CILK=1 or PARLAY=1 before the inclusion of any of the files. Without this, the code will all still run correctly with the same behavior, but it will only run serially.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published