biqar / ParallelTools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 CILK, but is general enough that other runtimes can easily be added.

To run in parallel simple define CILK=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

License:MIT License


Languages

Language:C++ 99.1%Language:Starlark 0.9%