ishitachaturvedi

Results 7 comments of ishitachaturvedi

Changed to - gcc (Ubuntu 9.4.0-1ubuntu1~18.04) 9.4.0 Error - 2 errors detected in the compilation of "gunrock/gunrock/app/hits/hits_app.cu". CMake Error at gunrock_generated_hits_app.cu.o.RelWithDebInfo.cmake:280 (message): Error generating file gunrock/build/gunrock/CMakeFiles/gunrock.dir/app/hits/./gunrock_generated_hits_app.cu.o gunrock/CMakeFiles/gunrock.dir/build.make:2389: recipe for target...

I did. Somehow the issue still persists for me.

-- The C compiler identification is GNU 9.4.0 -- The CXX compiler identification is GNU 9.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done...

I installed Boost. cmake .. comand gives- -- The C compiler identification is GNU 9.4.0 -- The CXX compiler identification is GNU 9.4.0 -- Detecting C compiler ABI info --...

@jowens how do I correct it?

Running cmake on the dev branch gives-> CMake Error at CMakeLists.txt:231: Parse error. Function missing ending ")". End of file reached.

Line 232 should have a OFF) in CMakeLists.txt which was missing in the dev branch. After correcting the error gunrock built! Thank you so much for helping me out :)