Closed
Description
Greetings all,
In attempting to compile Gunrock, I have hit a 'snag' when 'make' attempts to compile the Pagerank project. Below is the command line output. For the record, I'm running Debian 9.4 with gcc 6.3.0, CUDA 9.1, Boost 1.67, and Metis 5.1. When going to install Gunrock, I cloned it from the Github site recursively.
Any help would be greatly appreciated as I've hit a dead-end in troubleshooting this.
Charles Johnson
charles@xxxxxxx:~/gunrock/build$ sudo cmake ..
-- The C compiler identification is GNU 6.3.0
-- The CXX compiler identification is GNU 6.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found CUDA: /usr (found suitable version "9.1", minimum required is "7.5")
-- Boost version: 1.67.0
-- Boost version: 1.67.0
-- Found the following Boost libraries:
-- system
-- filesystem
-- timer
-- chrono
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Found OpenMP
-- Found Metis
-- Project Added: bc
-- Project Added: bfs
-- Project Added: cc
-- Project Added: pr
-- Project Added: sssp
-- Project Added: hits
-- Project Added: salsa
-- Project Added: wtf
-- Project Added: topk
-- Configuring done
-- Generating done
-- Build files have been written to: /home/charles/gunrock/build
charles@xxxxxxx:~/gunrock/build$ sudo make
[ 1%] Building NVCC (Device) object gunrock/CMakeFiles/gunrock.dir/__/externals/moderngpu/src/gunrock_generated_mgpucontext.cu.o
[ 2%] Building NVCC (Device) object gunrock/CMakeFiles/gunrock.dir/app/bfs/gunrock_generated_bfs_app.cu.o
[ 3%] Building NVCC (Device) object gunrock/CMakeFiles/gunrock.dir/app/bc/gunrock_generated_bc_app.cu.o
[ 4%] Building NVCC (Device) object gunrock/CMakeFiles/gunrock.dir/app/cc/gunrock_generated_cc_app.cu.o
[ 5%] Building NVCC (Device) object gunrock/CMakeFiles/gunrock.dir/app/pr/gunrock_generated_pr_app.cu.o
Error: Internal Compiler Error (codegen): "there was an error in verifying the lgenfe output!"
CMake Error at gunrock_generated_pr_app.cu.o.cmake:279 (message):
Error generating file
/home/charles/gunrock/build/gunrock/CMakeFiles/gunrock.dir/app/pr/./gunrock_generated_pr_app.cu.o
gunrock/CMakeFiles/gunrock.dir/build.make:84: recipe for target 'gunrock/CMakeFiles/gunrock.dir/app/pr/gunrock_generated_pr_app.cu.o' failed
make[2]: *** [gunrock/CMakeFiles/gunrock.dir/app/pr/gunrock_generated_pr_app.cu.o] Error 1
CMakeFiles/Makefile2:117: recipe for target 'gunrock/CMakeFiles/gunrock.dir/all' failed
make[1]: *** [gunrock/CMakeFiles/gunrock.dir/all] Error 2
Makefile:94: recipe for target 'all' failed
make: *** [all] Error 2