Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix connect with hpx::runtime_mode_connect #1794

Merged
merged 2 commits into from Oct 12, 2015
Merged

Fix connect with hpx::runtime_mode_connect #1794

merged 2 commits into from Oct 12, 2015

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Oct 11, 2015

Second attempt at merging this (see #1791 for a first attempt). This reverts change to unique_function for parcel callbacks. Test do pass now.

  • bind to port zero only if num_localities == 1 and no locality is expected to connect
  • converting parcelset::write_handler_type to unique_function
  • adding command line option --hpx::expect-connecting-localities and cfg setting hpx.expect_connecting_localities
  • fixed disconnect, disconnecting locality is now properly removed from connection caches
  • fly-by changes to package_task invocation

This fixes #1788: connect with hpx::runtime_mode_connect

hkaiser added a commit that referenced this pull request Oct 12, 2015
Fix connect with hpx::runtime_mode_connect
@hkaiser hkaiser merged commit 3ecedc2 into master Oct 12, 2015
@hkaiser hkaiser deleted the fixing_1788 branch October 12, 2015 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

connect with hpx::runtime_mode_connect
1 participant