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

Intel compiler support #788

Closed
mariomulansky opened this issue Jun 25, 2013 · 1 comment
Closed

Intel compiler support #788

mariomulansky opened this issue Jun 25, 2013 · 1 comment

Comments

@mariomulansky
Copy link
Contributor

trying to compile with the intel compiler on hermione fails with errors related to boost::move, e.g.

/home/mmulansky/hpx/include/hpx/lcos/future.hpp(393): error: no instance of overloaded function "boost::move" matches the argument list
            argument types are: (hpx::lcos::future<void>)
              future f = boost::move(other.unwrap());

and several other compiler errors, i just used
CC=icpc CXX=icpc cmake .
to configure the intel compiler, did i miss something or is the intel support broken?

@mariomulansky
Copy link
Contributor Author

ok nevermind, it now works with the lates version of hpx and using
CC=icc CXX=icpc cmake .

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

No branches or pull requests

1 participant