Skip to content

Instantly share code, notes, and snippets.

@hkaiser
Created August 9, 2017 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hkaiser/6c282c6c87a4f0fc102e0fd01a86ff36 to your computer and use it in GitHub Desktop.
Save hkaiser/6c282c6c87a4f0fc102e0fd01a86ff36 to your computer and use it in GitHub Desktop.
int main(int argc, char* argv[])
{
hpx::resource_resource_partitioner rp(argc, argv);
// initialize rp
// rp.add_resource(...)
return hpx::init(rp);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment