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 wanted to ask if the code is regularly compiled with an intel compiler. Right now for me it compiles
ok with GCC, and for the intel compiler
icpc (ICC) 19.0.5.281 20190815
I get a static error in the automatic compilation of MADNESS
by TA:
external/madness-src/src/madness/world/archive.h(1227): error: the global scope has no "value"
template <typename U = T, typename = std::enable_if_t<is_serializable<Archive,U>::value>>
This is in tag v1.0.0, in master I get some other similar errors, but also related to the generic programming structure.
The text was updated successfully, but these errors were encountered:
I wanted to ask if the code is regularly compiled with an intel compiler. Right now for me it compiles
ok with GCC, and for the intel compiler
icpc (ICC) 19.0.5.281 20190815
I get a static error in the automatic compilation of MADNESS
by TA:
This is in tag
v1.0.0
, in master I get some other similar errors, but also related to the generic programming structure.The text was updated successfully, but these errors were encountered: