Skip to content

Instantly share code, notes, and snippets.

@brakmic
Created February 11, 2017 21:29
Show Gist options
  • Save brakmic/97859a9bb782b574747c9770e9a44a24 to your computer and use it in GitHub Desktop.
Save brakmic/97859a9bb782b574747c9770e9a44a24 to your computer and use it in GitHub Desktop.
int main() {
// launch Thrill program: the lambda function will be run on each worker.
return thrill::Run(
[&](thrill::Context& ctx) { Process(ctx); });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment