Arindam Khanda

Results 26 comments of Arindam Khanda

Sorry to say, it didn't work either. ~/kokkos-kernels/build/perf_test/graph$ ls CMakeFiles cmake_install.cmake CTestTestfile.cmake graph_color graph_color_d2 graph_mis_d2 Makefile test_GraphAK.mtx ~/kokkos-kernels/build/perf_test/graph$ ./graph_color --openmp 1 --algorithm COLORING_EB --amtx test_GraphAK.mtx --outputfile result Sizeof(idx):4 sizeof(size_type):4 Kokkos...

@brian-kelley It is still not working for me. :(

> @ArindamK92 Oh, I don't think your build actually has OpenMP enabled. My build has Serial and OpenMP both enabled, and it prints > > ``` > Host Parallel Execution...

Hi, Here is the log for the second cluster. 2nd cluster: _______________________________ [akkcm@cuda-22-0 build]$ make [ 1%] Building NVCC (Device) object gunrock/CMakeFiles/gunrock. dir/__/externals/moderngpu/src/gunrock_generated_mgpucontext.cu.o nvcc warning : The -std=c++11 flag is...

Thank you. I will try with gcc 4.4.7

I tried with gcc 4.4.7 and still getting the same error. Please suggest how I can fix it.

[akkcm@cuda-22-0 build]$ gcc --version gcc (GCC) 4.4.7 20120313 (Red Hat 4.4.7-23) [akkcm@cuda-22-0 build]$ make [ 1%] Building NVCC (Device) object gunrock/CMakeFiles/gunrock.dir/__/externals/moderngpu/src/gunrock_generated_mgpucontext.cu.o nvcc warning : The -std=c++11 flag is not supported...

CentOS 6.10 supports many other versions of GCC and I have used them to run C++11 code along with CUDA 10.1 earlier. As I mentioned in my first comment I...

[akkcm@cuda-22-0 build]$ cmake .. -- The C compiler identification is GNU 4.4.7 -- The CXX compiler identification is GNU 4.4.7 -- Check for working C compiler: /usr/bin/cc -- Check for...

> -std=c++11 So, if GCC 4.4.7 does not support -std=c++11 flag and my OS is CentOS 6.10, is there any other way which can help me to build and run...