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
Greetings
I tried to install Mirheo in a device with CUDA 10.1.0 installed.
According to the docs, the system should meet the requirements for the package, but I get the following error after I run make install : nvcc fatal : Value 'c++17' is not defined for option 'std'
These are the compilers that the system uses by default. And I confirm that the rest of required libraries are properly installed.
gcc/g++ : 7.3.1 20180303 (Red Hat 7.3.1-5)
nvcc : Cuda compilation tools, release 10.1, V10.1.243
The workaround that I found is using the previous release version ( v1.6.0 )
Greetings
I tried to install Mirheo in a device with CUDA 10.1.0 installed.
According to the docs, the system should meet the requirements for the package, but I get the following error after I run make install :
nvcc fatal : Value 'c++17' is not defined for option 'std'
These are the compilers that the system uses by default. And I confirm that the rest of required libraries are properly installed.
7.3.1 20180303 (Red Hat 7.3.1-5)
Cuda compilation tools, release 10.1, V10.1.243
The workaround that I found is using the previous release version ( v1.6.0 )
git clone -b v1.6.0 --recursive https://github.com/cselab/Mirheo.git
The error regarding c++17 dissappears with it, but then is replaced by the following error:
Is there any solution ? Or if it was already fixed, is the associated commit somewhere before or after the migration to C++17 ??
Thank you in advance for the hard work !!
The text was updated successfully, but these errors were encountered: