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 #1791

Merged
merged 1 commit into from Oct 9, 2015
Merged

Fix connect with hpx::runtime_mode_connect #1791

merged 1 commit into from Oct 9, 2015

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Oct 8, 2015

  • 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

- bind to port zro 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
- fly-by changes to package_task invocation
@hkaiser
Copy link
Member Author

hkaiser commented Oct 8, 2015

@stevenrbrandt Please verify whether this solves your problem

@stevenrbrandt
Copy link
Member

works

hkaiser added a commit that referenced this pull request Oct 9, 2015
Fix connect with hpx::runtime_mode_connect
@hkaiser hkaiser merged commit f60377a into master Oct 9, 2015
@hkaiser hkaiser deleted the fixing_1788 branch October 9, 2015 13:47
hkaiser added a commit that referenced this pull request Oct 9, 2015
This reverts commit f60377a, reversing
changes made to 3be3996.
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
2 participants