You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I try to build HXHIM on the Argonne Theta machine (a Cray XC40 I think). I get this error:
This is with the
/opt/cray/pe/craype/2.5.14/bin/CC
compiler, which in turn is wrapped around Intel compiler 18.0.0I would have thought Intel's C++ would support this. Perhaps intel is picking up an older libstdc++ on this system?
The text was updated successfully, but these errors were encountered: