Closed frobnitzem closed 4 years ago
Oh - the error message was for the second setup (Intel CPU, using gcc 6.5.0), so it's not an issue selecting the wrong compiler.
@frobnitzem this has been fixed in master https://github.com/dealii/dealii/pull/11006 Just add #include <algorithm>
in table_handler.cc
When installing with:
Deal.ii compiles based on dependencies:
However, I reproducibly get the error
This same error occurs when compiling on an intel with cuda 10 and 7.5:
I noticed the spack cmake options didn't set all three CXX options, but I modified it during the builds above so that the flags are DEAL_II_WITH_CXX11=ON DEAL_II_WITH_CXX14=ON DEAL_II_WITH_CXX17=OFF I think setting all 3 is useful, especially since cuda requires the CXX17 be set to off.