Created
February 11, 2017 21:29
-
-
Save brakmic/97859a9bb782b574747c9770e9a44a24 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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