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

Allowing to specify whether to send credits along with message #1625

Merged
merged 3 commits into from Jun 28, 2015

Conversation

hkaiser
Copy link
Member

@hkaiser hkaiser commented Jun 22, 2015

Allowing to specify whether to send credits along with message back to the future.
This has shown to fix the HPXCL problems (see comments on 42d15d3)

HPX_API_EXPORT void set_lco_error(naming::id_type const& id,
boost::exception_ptr && e, naming::id_type const& cont);
boost::exception_ptr && e, naming::id_type const& cont,
bool move_credits);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do these miss the default parameter for move_credits?

Conflicts:
	hpx/runtime/actions/continuation.hpp
@hkaiser
Copy link
Member Author

hkaiser commented Jun 23, 2015

@Finomnis This should solve the issue. Please let us know whether we can go ahead and merge the changes to master.

@Finomnis
Copy link
Contributor

I confirm that this solved the issue. IMO this branch can get merged.

hkaiser added a commit that referenced this pull request Jun 28, 2015
Allowing to specify whether to send credits along with message
@hkaiser hkaiser merged commit 5dd566c into master Jun 28, 2015
@hkaiser hkaiser deleted the fixing_hpxcl_problem branch June 28, 2015 13:09
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.

None yet

3 participants