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

HPX with Intel compiler segfaults #789

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

HPX with Intel compiler segfaults #789

mariomulansky opened this issue Jun 25, 2013 · 1 comment

Comments

@mariomulansky
Copy link
Contributor

I'm trying to compile my programs with the intel compiler. compilation works, but the running the programs give immediate segfaults, even for a trivial application:

#include <iostream>

#include <hpx/hpx.hpp>
#include <hpx/hpx_main.hpp>

int main()
{
    std::cout << "Hello HPX" << std::endl;
    return 0;
}
@sithhell
Copy link
Member

Fixed.

@ghost ghost assigned sithhell Jun 27, 2013
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

2 participants