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
Ok, that might be an issue for cmake, since CMake uses .cxx to check if the compiler works
CMake Error at /usr/share/cmake-3.22/Modules/CMakeTestCXXCompiler.cmake:62 (message):
The C++ compiler
"/opt/nvidia/cudaq/bin/nvq++"
is not able to compile a simple test program.
It fails with the following output:
Change Dir: /home/git/distributed-quantum-simualtor/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_86ba7/fast && /usr/bin/gmake -f CMakeFiles/cmTC_86ba7.dir/build.make CMakeFiles/cmTC_86ba7.dir/build
gmake[1]: Entering directory '/home/git/distributed-quantum-simualtor/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_86ba7.dir/testCXXCompiler.cxx.o
Required prerequisites
Describe the feature
In the current version, the files passed to
nvq++
needs to end with.cpp
. For any other file ending, we get the following errorThe text was updated successfully, but these errors were encountered: