Navigation Menu

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 15 compiler bug preventing HPX build #1919

Closed
dmarce1 opened this issue Dec 18, 2015 · 5 comments
Closed

Intel 15 compiler bug preventing HPX build #1919

dmarce1 opened this issue Dec 18, 2015 · 5 comments

Comments

@dmarce1
Copy link
Member

dmarce1 commented Dec 18, 2015

An Intel 15 compiler bug is popping up when I try to build the latest commit:

[ 57%] /home/dmarce1/debug/include/boost/fusion/iterator/mpl/convert_iterator.hpp(57): internal error: assertion failed at: "shared/cfe/edgcpfe/lower_il.c", line 18968

          return call(x, is_fusion_iterator<T>());
          ^

This is using hpx commit:
0dfb8ee

here is the full output:
https://gist.github.com/dmarce1/19f2fa73d8bfba7e7e9d

@hkaiser
Copy link
Member

hkaiser commented Dec 19, 2015

@dmarce1 Do you know which change to HPX has triggered this compiler bug?

@dmarce1
Copy link
Member Author

dmarce1 commented Dec 20, 2015

My last build was December 15th, so it could be any changes made from that day until 0dfb8ee.

I will try to figure out which particular commit caused it.

@dmarce1
Copy link
Member Author

dmarce1 commented Dec 20, 2015

This is the offending commit:

9dd8fc3

@hkaiser
Copy link
Member

hkaiser commented Dec 20, 2015

@dmarce1 I doubt 9dd8fc3 is the first non-working commit. But I assume it's something in its proximity. @sithhell: could it be that the configuration changes (5b4e47d) broke octotiger?

@sithhell
Copy link
Member

@dmarce1 I doubt 9dd8fc3 is the first non-working commit. But I assume it's something in its proximity. @sithhell: could it be that the configuration changes (5b4e47d) broke octotiger?

Yes. It looks like they broke all Intel compiler builds. I'm working on that.

@dmarce1 dmarce1 closed this as completed Dec 21, 2015
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

3 participants