When compiling HELIOS-K (simply make SM=61), I encountered several times the following fatal error:
/usr/local/cuda/bin/../targets/x86_64-linux/include/thrust/detail/config/cpp_dialect.h:128:13: warning: Thrust requires at least C++14. Define THRUST_IGNORE_DEPRECATED_CPP_DIALECT to suppress this message. [enabled by default]
THRUST_COMPILER_DEPRECATION(C++14);
^
.....
make: *** [heliosk] Error 1
When compiling HELIOS-K (simply
make SM=61), I encountered several times the following fatal error: