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

hxhim cannot build on Cray Theta #31

Open
roblatham00 opened this issue Jun 27, 2018 · 2 comments
Open

hxhim cannot build on Cray Theta #31

roblatham00 opened this issue Jun 27, 2018 · 2 comments

Comments

@roblatham00
Copy link
Contributor

I try to build HXHIM on the Argonne Theta machine (a Cray XC40 I think). I get this error:

                 from /home/robl/src/hxhim/include/hxhim_private.hpp(9),
                 from /home/robl/src/hxhim/include/return.hpp(5),
                 from /home/robl/src/hxhim/include/hxhim.hpp(7),
                 from /home/robl/src/hxhim/include/hxhim.cpp(8):
/home/robl/src/hxhim/src/transport/transport.hpp(314): error: namespace "std" has no member "enable_if_t"
          template <typename T, typename = std::enable_if_t<std::is_convertible<T, TransportMessage>::value> >

This is with the /opt/cray/pe/craype/2.5.14/bin/CC compiler, which in turn is wrapped around Intel compiler 18.0.0

I would have thought Intel's C++ would support this. Perhaps intel is picking up an older libstdc++ on this system?

@roblatham00
Copy link
Contributor Author

Raising this issue only so others know about it. Not critical to me.

@calccrypto
Copy link
Contributor

This should help. C++11 is still the minimum requirement.

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

2 participants