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

error: ‘locality_results’ is not a member of ‘hpx::components::server’ #415

Closed
brycelelbach opened this issue Jul 10, 2012 · 1 comment
Milestone

Comments

@brycelelbach
Copy link
Member

[reported by manderson] [Trac time Thu May 31 20:53:15 2012] getting a new error message for code that used to work:

error: ‘locality_results’ is not a member of ‘hpx::components::server’

Here's the context:

// Populate the client vectors.
init(hpx::components::server::locality_results(blocks), points);

any suggestions?

thanks

@brycelelbach
Copy link
Member Author

[comment by hkaiser] [Trac time Fri Jun 1 01:34:36 2012] locality_results has been moved to the namespace hpx::util. Sorry if I missed to update a reference in existing code. Please change the code above to:

    // add new header
    #include <hpx/util/locality_results.hpp>

    // change the namespace
    init(hpx::util::locality_results(blocks), points); 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant