Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 73.44 KB | None | 0 0
  1. user2@art-lab:~/test_graphblast2.0/graphblast/build$ cmake ..
  2. -- The C compiler identification is GNU 4.9.3
  3. -- The CXX compiler identification is GNU 4.9.3
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- Looking for pthread.h
  17. -- Looking for pthread.h - found
  18. -- Looking for pthread_create
  19. -- Looking for pthread_create - not found
  20. -- Looking for pthread_create in pthreads
  21. -- Looking for pthread_create in pthreads - not found
  22. -- Looking for pthread_create in pthread
  23. -- Looking for pthread_create in pthread - found
  24. -- Found Threads: TRUE
  25. -- Found CUDA: /usr/local/cuda (found version "9.1")
  26. -- Boost version: 1.58.0
  27. -- Found the following Boost libraries:
  28. -- program_options
  29. /usr/include
  30. /usr/lib/x86_64-linux-gnu
  31. -- Configuring done
  32. -- Generating done
  33. -- Build files have been written to: /home/user2/test_graphblast2.0/graphblast/build
  34. user2@art-lab:~/test_graphblast2.0/graphblast/build$ make -j$(nproc)
  35. Scanning dependencies of target graphblas
  36. [ 1%] Linking CXX static library libgraphblas.a
  37. [ 1%] Built target graphblas
  38. [ 3%] Building NVCC (Device) object CMakeFiles/gbuild.dir/ext/moderngpu/src/gbuild_generated_mgpucontext.cu.o
  39. [ 5%] Building NVCC (Device) object CMakeFiles/greduce.dir/ext/moderngpu/src/greduce_generated_mgpucontext.cu.o
  40. [ 6%] Building NVCC (Device) object CMakeFiles/gvxm.dir/ext/moderngpu/src/gvxm_generated_mgpucontext.cu.o
  41. [ 8%] Building NVCC (Device) object CMakeFiles/gspgemm.dir/ext/moderngpu/src/gspgemm_generated_mgpucontext.cu.o
  42. ptxas info : 0 bytes gmem
  43. ptxas info : Compiling entry function '_ZN4mgpu17KernelVersionShimEv' for 'sm_35'
  44. ptxas info : Function properties for _ZN4mgpu17KernelVersionShimEv
  45. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  46. ptxas info : Used 2 registers, 320 bytes cmem[0]
  47. ptxas info : 0 bytes gmem
  48. ptxas info : Compiling entry function '_ZN4mgpu17KernelVersionShimEv' for 'sm_35'
  49. ptxas info : Function properties for _ZN4mgpu17KernelVersionShimEv
  50. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  51. ptxas info : Used 2 registers, 320 bytes cmem[0]
  52. ptxas info : 0 bytes gmem
  53. ptxas info : Compiling entry function '_ZN4mgpu17KernelVersionShimEv' for 'sm_35'
  54. ptxas info : Function properties for _ZN4mgpu17KernelVersionShimEv
  55. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  56. ptxas info : Used 2 registers, 320 bytes cmem[0]
  57. ptxas info : 0 bytes gmem
  58. ptxas info : Compiling entry function '_ZN4mgpu17KernelVersionShimEv' for 'sm_35'
  59. ptxas info : Function properties for _ZN4mgpu17KernelVersionShimEv
  60. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  61. ptxas info : Used 2 registers, 320 bytes cmem[0]
  62. [ 10%] Building NVCC (Device) object CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o
  63. [ 11%] Building NVCC (Device) object CMakeFiles/gvxm.dir/test/gvxm_generated_gvxm.cu.o
  64. [ 13%] Building NVCC (Device) object CMakeFiles/greduce.dir/test/greduce_generated_greduce.cu.o
  65. [ 15%] Building NVCC (Device) object CMakeFiles/gspgemm.dir/test/gspgemm_generated_gspgemm.cu.o
  66. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/../device/../device/intrinsics.cuh(112): warning: function "__shfl_up(float, unsigned int, int)"
  67. /usr/local/cuda/include/sm_30_intrinsics.hpp(261): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  68.  
  69. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/../device/../device/intrinsics.cuh(122): warning: function "__shfl_up(int, unsigned int, int)"
  70. /usr/local/cuda/include/sm_30_intrinsics.hpp(175): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  71.  
  72. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/../device/../device/intrinsics.cuh(123): warning: function "__shfl_up(int, unsigned int, int)"
  73. /usr/local/cuda/include/sm_30_intrinsics.hpp(175): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  74.  
  75. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/../device/../device/intrinsics.cuh(112): warning: function "__shfl_up(float, unsigned int, int)"
  76. /usr/local/cuda/include/sm_30_intrinsics.hpp(261): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  77.  
  78. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/../device/../device/intrinsics.cuh(122): warning: function "__shfl_up(int, unsigned int, int)"
  79. /usr/local/cuda/include/sm_30_intrinsics.hpp(175): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  80.  
  81. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/../device/../device/intrinsics.cuh(123): warning: function "__shfl_up(int, unsigned int, int)"
  82. /usr/local/cuda/include/sm_30_intrinsics.hpp(175): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  83.  
  84. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/../device/../device/intrinsics.cuh(112): warning: function "__shfl_up(float, unsigned int, int)"
  85. /usr/local/cuda/include/sm_30_intrinsics.hpp(261): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  86.  
  87. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/../device/../device/intrinsics.cuh(122): warning: function "__shfl_up(int, unsigned int, int)"
  88. /usr/local/cuda/include/sm_30_intrinsics.hpp(175): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  89.  
  90. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/../device/../device/intrinsics.cuh(123): warning: function "__shfl_up(int, unsigned int, int)"
  91. /usr/local/cuda/include/sm_30_intrinsics.hpp(175): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  92.  
  93. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/../device/../device/intrinsics.cuh(112): warning: function "__shfl_up(float, unsigned int, int)"
  94. /usr/local/cuda/include/sm_30_intrinsics.hpp(261): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  95.  
  96. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/../device/../device/intrinsics.cuh(122): warning: function "__shfl_up(int, unsigned int, int)"
  97. /usr/local/cuda/include/sm_30_intrinsics.hpp(175): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  98.  
  99. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/../device/../device/intrinsics.cuh(123): warning: function "__shfl_up(int, unsigned int, int)"
  100. /usr/local/cuda/include/sm_30_intrinsics.hpp(175): here was declared deprecated ("__shfl_up() is deprecated in favor of __shfl_up_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  101.  
  102. ptxas info : 1 bytes gmem
  103. ptxas info : Compiling entry function '_ZN3cub11EmptyKernelIvEEvv' for 'sm_35'
  104. ptxas info : Function properties for _ZN3cub11EmptyKernelIvEEvv
  105. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  106. ptxas info : Used 2 registers, 320 bytes cmem[0]
  107. ptxas info : Compiling entry function '_ZN9graphblas7backend14indirectGatherEPiPKiS3_i' for 'sm_35'
  108. ptxas info : Function properties for _ZN9graphblas7backend14indirectGatherEPiPKiS3_i
  109. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  110. ptxas info : Used 8 registers, 348 bytes cmem[0]
  111. ptxas info : Compiling entry function '_ZN9graphblas7backend18indirectScanKernelEPiPKiS3_i' for 'sm_35'
  112. ptxas info : Function properties for _ZN9graphblas7backend18indirectScanKernelEPiPKiS3_i
  113. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  114. ptxas info : Used 10 registers, 348 bytes cmem[0]
  115. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(29): warning: variable "err" was set but never used
  116.  
  117. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(72): warning: variable "err" was set but never used
  118.  
  119. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(100): warning: variable "err" was set but never used
  120.  
  121. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(95): error: no instance of function template "readMtx" matches the argument list
  122. argument types are: (const char *, std::vector<graphblas::Index, std::allocator<graphblas::Index>>, std::vector<graphblas::Index, std::allocator<graphblas::Index>>, std::vector<float, std::allocator<float>>, graphblas::Index, graphblas::Index, graphblas::Index, int, __nv_bool, char **)
  123.  
  124. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(162): error: no instance of function template "readMtx" matches the argument list
  125. argument types are: (const char *, std::vector<graphblas::Index, std::allocator<graphblas::Index>>, std::vector<graphblas::Index, std::allocator<graphblas::Index>>, std::vector<float, std::allocator<float>>, graphblas::Index, graphblas::Index, graphblas::Index, int, __nv_bool, char **)
  126.  
  127. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(239): warning: conversion from a string literal to "char *" is deprecated
  128.  
  129. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(239): warning: conversion from a string literal to "char *" is deprecated
  130.  
  131. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(239): warning: conversion from a string literal to "char *" is deprecated
  132.  
  133. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(249): warning: conversion from a string literal to "char *" is deprecated
  134.  
  135. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(249): warning: conversion from a string literal to "char *" is deprecated
  136.  
  137. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(249): warning: conversion from a string literal to "char *" is deprecated
  138.  
  139. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(260): warning: conversion from a string literal to "char *" is deprecated
  140.  
  141. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(260): warning: conversion from a string literal to "char *" is deprecated
  142.  
  143. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(260): warning: conversion from a string literal to "char *" is deprecated
  144.  
  145. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(271): warning: conversion from a string literal to "char *" is deprecated
  146.  
  147. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(271): warning: conversion from a string literal to "char *" is deprecated
  148.  
  149. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(271): warning: conversion from a string literal to "char *" is deprecated
  150.  
  151. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(282): warning: conversion from a string literal to "char *" is deprecated
  152.  
  153. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(282): warning: conversion from a string literal to "char *" is deprecated
  154.  
  155. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(282): warning: conversion from a string literal to "char *" is deprecated
  156.  
  157. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(295): warning: conversion from a string literal to "char *" is deprecated
  158.  
  159. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(295): warning: conversion from a string literal to "char *" is deprecated
  160.  
  161. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(295): warning: conversion from a string literal to "char *" is deprecated
  162.  
  163. /home/user2/test_graphblast2.0/graphblast/test/greduce.cu(35): error: no instance of function template "readMtx" matches the argument list
  164. argument types are: (const char *, std::vector<graphblas::Index, std::allocator<graphblas::Index>>, std::vector<graphblas::Index, std::allocator<graphblas::Index>>, std::vector<float, std::allocator<float>>, graphblas::Index, graphblas::Index, graphblas::Index, int, __nv_bool, char **)
  165.  
  166. /home/user2/test_graphblast2.0/graphblast/test/greduce.cu(30): warning: variable "err" was set but never used
  167.  
  168. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv.hpp(40): warning: variable "use_allowdupl" was declared but never referenced
  169. detected during:
  170. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  171. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  172. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  173. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  174.  
  175. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(101): warning: arithmetic on pointer to void or function type
  176. detected during:
  177. instantiation of "graphblas::Info graphblas::backend::spmspvMerge(graphblas::backend::SparseVector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::SparseMatrix<a> *, const graphblas::backend::SparseVector<U> *, graphblas::backend::Descriptor *) [with W=float, a=float, U=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  178. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/operations.hpp(169): here
  179. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  180. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  181. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  182. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  183.  
  184. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(104): warning: arithmetic on pointer to void or function type
  185. detected during:
  186. instantiation of "graphblas::Info graphblas::backend::spmspvMerge(graphblas::backend::SparseVector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::SparseMatrix<a> *, const graphblas::backend::SparseVector<U> *, graphblas::backend::Descriptor *) [with W=float, a=float, U=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  187. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/operations.hpp(169): here
  188. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  189. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  190. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  191. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  192.  
  193. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(157): warning: arithmetic on pointer to void or function type
  194. detected during:
  195. instantiation of "graphblas::Info graphblas::backend::spmspvMerge(graphblas::backend::SparseVector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::SparseMatrix<a> *, const graphblas::backend::SparseVector<U> *, graphblas::backend::Descriptor *) [with W=float, a=float, U=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  196. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/operations.hpp(169): here
  197. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  198. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  199. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  200. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  201.  
  202. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(158): warning: arithmetic on pointer to void or function type
  203. detected during:
  204. instantiation of "graphblas::Info graphblas::backend::spmspvMerge(graphblas::backend::SparseVector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::SparseMatrix<a> *, const graphblas::backend::SparseVector<U> *, graphblas::backend::Descriptor *) [with W=float, a=float, U=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  205. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/operations.hpp(169): here
  206. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  207. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  208. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  209. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  210.  
  211. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(160): warning: arithmetic on pointer to void or function type
  212. detected during:
  213. instantiation of "graphblas::Info graphblas::backend::spmspvMerge(graphblas::backend::SparseVector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::SparseMatrix<a> *, const graphblas::backend::SparseVector<U> *, graphblas::backend::Descriptor *) [with W=float, a=float, U=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  214. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/operations.hpp(169): here
  215. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  216. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  217. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  218. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  219.  
  220. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(161): warning: arithmetic on pointer to void or function type
  221. detected during:
  222. instantiation of "graphblas::Info graphblas::backend::spmspvMerge(graphblas::backend::SparseVector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::SparseMatrix<a> *, const graphblas::backend::SparseVector<U> *, graphblas::backend::Descriptor *) [with W=float, a=float, U=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  223. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/operations.hpp(169): here
  224. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  225. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  226. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  227. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  228.  
  229. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(162): warning: arithmetic on pointer to void or function type
  230. detected during:
  231. instantiation of "graphblas::Info graphblas::backend::spmspvMerge(graphblas::backend::SparseVector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::SparseMatrix<a> *, const graphblas::backend::SparseVector<U> *, graphblas::backend::Descriptor *) [with W=float, a=float, U=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  232. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/operations.hpp(169): here
  233. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  234. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  235. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  236. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  237.  
  238. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(230): warning: arithmetic on pointer to void or function type
  239. detected during:
  240. instantiation of "graphblas::Info graphblas::backend::spmspvMerge(graphblas::backend::SparseVector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::SparseMatrix<a> *, const graphblas::backend::SparseVector<U> *, graphblas::backend::Descriptor *) [with W=float, a=float, U=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  241. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/operations.hpp(169): here
  242. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  243. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  244. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  245. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  246.  
  247. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(253): warning: arithmetic on pointer to void or function type
  248. detected during:
  249. instantiation of "graphblas::Info graphblas::backend::spmspvMerge(graphblas::backend::SparseVector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::SparseMatrix<a> *, const graphblas::backend::SparseVector<U> *, graphblas::backend::Descriptor *) [with W=float, a=float, U=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  250. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/operations.hpp(169): here
  251. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  252. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  253. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  254. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  255.  
  256. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(254): warning: arithmetic on pointer to void or function type
  257. detected during:
  258. instantiation of "graphblas::Info graphblas::backend::spmspvMerge(graphblas::backend::SparseVector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::SparseMatrix<a> *, const graphblas::backend::SparseVector<U> *, graphblas::backend::Descriptor *) [with W=float, a=float, U=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  259. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/operations.hpp(169): here
  260. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  261. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  262. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  263. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  264.  
  265. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(82): warning: variable "ta" was declared but never referenced
  266. detected during:
  267. instantiation of "graphblas::Info graphblas::backend::spmspvMerge(graphblas::backend::SparseVector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::SparseMatrix<a> *, const graphblas::backend::SparseVector<U> *, graphblas::backend::Descriptor *) [with W=float, a=float, U=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  268. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/operations.hpp(169): here
  269. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  270. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  271. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  272. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  273.  
  274. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(83): warning: variable "tb" was declared but never referenced
  275. detected during:
  276. instantiation of "graphblas::Info graphblas::backend::spmspvMerge(graphblas::backend::SparseVector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::SparseMatrix<a> *, const graphblas::backend::SparseVector<U> *, graphblas::backend::Descriptor *) [with W=float, a=float, U=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  277. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/operations.hpp(169): here
  278. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  279. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  280. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  281. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  282.  
  283. 1 error detected in the compilation of "/tmp/tmpxft_00005495_00000000-6_greduce.cpp1.ii".
  284. CMake Error at greduce_generated_greduce.cu.o.cmake:279 (message):
  285. Error generating file
  286. /home/user2/test_graphblast2.0/graphblast/build/CMakeFiles/greduce.dir/test/./greduce_generated_greduce.cu.o
  287.  
  288.  
  289. CMakeFiles/greduce.dir/build.make:63: recipe for target 'CMakeFiles/greduce.dir/test/greduce_generated_greduce.cu.o' failed
  290. make[2]: *** [CMakeFiles/greduce.dir/test/greduce_generated_greduce.cu.o] Error 1
  291. CMakeFiles/Makefile2:104: recipe for target 'CMakeFiles/greduce.dir/all' failed
  292. make[1]: *** [CMakeFiles/greduce.dir/all] Error 2
  293. make[1]: *** Waiting for unfinished jobs....
  294. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/../device/ctasegscan.cuh(54): warning: function "__ballot"
  295. /usr/local/cuda/include/sm_20_intrinsics.h(407): here was declared deprecated ("__ballot() is deprecated in favor of __ballot_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  296. detected during:
  297. instantiation of "void mgpu::KernelReduceByKeyPreprocess<Tuning,KeysIt,Comp>(KeysIt, int, int *, int *, Comp) [with Tuning=mgpu::LaunchBox<mgpu::SegReduceTuning<128, 11, 0, false, false>, mgpu::SegReduceTuning<128, 11, 0, true, false>, mgpu::SegReduceTuning<128, 11, 0, true, true>>, KeysIt=graphblas::Index *, Comp=mgpu::equal_to<graphblas::Index>]"
  298. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh(197): here
  299. instantiation of "void mgpu::ReduceByKeyPreprocess<ValType,KeyType,KeysIt,Comp>(int, KeysIt, KeyType *, Comp, int *, int *, std::auto_ptr<mgpu::SegReducePreprocessData> *, mgpu::CudaContext &) [with ValType=float, KeyType=graphblas::Index, KeysIt=graphblas::Index *, Comp=mgpu::equal_to<graphblas::Index>]"
  300. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh(321): here
  301. instantiation of "void mgpu::ReduceByKey(KeysIt, InputIt, int, ValType, Op, Comp, KeyType *, DestIt, int *, int *, mgpu::CudaContext &) [with KeysIt=graphblas::Index *, InputIt=graphblas::T *, DestIt=float *, KeyType=graphblas::Index, ValType=float, Op=graphblas::AdditiveMonoidFromSemiring<graphblas::PlusMultipliesSemiring<float, float, float>>, Comp=mgpu::equal_to<graphblas::Index>]"
  302. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(305): here
  303. instantiation of "graphblas::Info graphblas::backend::spmspvApspieMerge(graphblas::Index *, W *, graphblas::Index *, BinaryOpT, SemiringT, graphblas::Index, graphblas::Index, const graphblas::Index *, const graphblas::Index *, const a *, const graphblas::Index *, const U *, const graphblas::Index *, graphblas::backend::Descriptor *) [with W=float, a=float, U=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  304. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv.hpp(78): here
  305. instantiation of "graphblas::Info graphblas::backend::spmspvMerge(graphblas::backend::SparseVector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::SparseMatrix<a> *, const graphblas::backend::SparseVector<U> *, graphblas::backend::Descriptor *) [with W=float, a=float, U=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  306. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/operations.hpp(169): here
  307. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  308. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  309. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  310. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  311.  
  312. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/../device/ctasegscan.cuh(59): warning: function "__ballot"
  313. /usr/local/cuda/include/sm_20_intrinsics.h(407): here was declared deprecated ("__ballot() is deprecated in favor of __ballot_sync() and may be removed in a future release (Use -Wno-deprecated-declarations to suppress this warning).")
  314. detected during:
  315. instantiation of "void mgpu::KernelReduceByKeyPreprocess<Tuning,KeysIt,Comp>(KeysIt, int, int *, int *, Comp) [with Tuning=mgpu::LaunchBox<mgpu::SegReduceTuning<128, 11, 0, false, false>, mgpu::SegReduceTuning<128, 11, 0, true, false>, mgpu::SegReduceTuning<128, 11, 0, true, true>>, KeysIt=graphblas::Index *, Comp=mgpu::equal_to<graphblas::Index>]"
  316. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh(197): here
  317. instantiation of "void mgpu::ReduceByKeyPreprocess<ValType,KeyType,KeysIt,Comp>(int, KeysIt, KeyType *, Comp, int *, int *, std::auto_ptr<mgpu::SegReducePreprocessData> *, mgpu::CudaContext &) [with ValType=float, KeyType=graphblas::Index, KeysIt=graphblas::Index *, Comp=mgpu::equal_to<graphblas::Index>]"
  318. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh(321): here
  319. instantiation of "void mgpu::ReduceByKey(KeysIt, InputIt, int, ValType, Op, Comp, KeyType *, DestIt, int *, int *, mgpu::CudaContext &) [with KeysIt=graphblas::Index *, InputIt=graphblas::T *, DestIt=float *, KeyType=graphblas::Index, ValType=float, Op=graphblas::AdditiveMonoidFromSemiring<graphblas::PlusMultipliesSemiring<float, float, float>>, Comp=mgpu::equal_to<graphblas::Index>]"
  320. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(305): here
  321. instantiation of "graphblas::Info graphblas::backend::spmspvApspieMerge(graphblas::Index *, W *, graphblas::Index *, BinaryOpT, SemiringT, graphblas::Index, graphblas::Index, const graphblas::Index *, const graphblas::Index *, const a *, const graphblas::Index *, const U *, const graphblas::Index *, graphblas::backend::Descriptor *) [with W=float, a=float, U=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  322. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv.hpp(78): here
  323. instantiation of "graphblas::Info graphblas::backend::spmspvMerge(graphblas::backend::SparseVector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::SparseMatrix<a> *, const graphblas::backend::SparseVector<U> *, graphblas::backend::Descriptor *) [with W=float, a=float, U=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  324. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/operations.hpp(169): here
  325. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  326. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  327. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  328. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  329.  
  330. [ 16%] Building NVCC (Device) object CMakeFiles/gvxm.dir/ext/moderngpu/src/gvxm_generated_mgpucontext.cu.o
  331. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv.hpp(56): warning: variable "Ah_csrRowPtr" was declared but never referenced
  332. detected during:
  333. instantiation of "graphblas::Info graphblas::backend::spmspvMerge(graphblas::backend::SparseVector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::SparseMatrix<a> *, const graphblas::backend::SparseVector<U> *, graphblas::backend::Descriptor *) [with W=float, a=float, U=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  334. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/operations.hpp(169): here
  335. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  336. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  337. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  338. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  339.  
  340. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmv.hpp(179): warning: variable "w_ind" was declared but never referenced
  341. detected during:
  342. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  343. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  344. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  345. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  346.  
  347. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmv.hpp(72): warning: variable "ta" was declared but never referenced
  348. detected during:
  349. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  350. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  351. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  352. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  353.  
  354. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmv.hpp(73): warning: variable "tb" was declared but never referenced
  355. detected during:
  356. instantiation of "graphblas::Info graphblas::backend::vxm(graphblas::backend::Vector<W> *, const graphblas::backend::Vector<M> *, BinaryOpT, SemiringT, const graphblas::backend::Vector<U> *, const graphblas::backend::Matrix<a> *, graphblas::backend::Descriptor *) [with W=float, U=float, a=float, M=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  357. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  358. instantiation of "graphblas::Info graphblas::vxm(graphblas::Vector<W> *, const graphblas::Vector<M> *, BinaryOpT, SemiringT, const graphblas::Vector<U> *, const graphblas::Matrix<a> *, graphblas::Descriptor *) [with W=float, M=float, U=float, a=float, BinaryOpT=long, SemiringT=graphblas::PlusMultipliesSemiring<float, float, float>]"
  359. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  360.  
  361. 2 errors detected in the compilation of "/tmp/tmpxft_0000548d_00000000-6_gvxm.cpp1.ii".
  362. CMake Error at gvxm_generated_gvxm.cu.o.cmake:279 (message):
  363. Error generating file
  364. /home/user2/test_graphblast2.0/graphblast/build/CMakeFiles/gvxm.dir/test/./gvxm_generated_gvxm.cu.o
  365.  
  366.  
  367. CMakeFiles/gvxm.dir/build.make:63: recipe for target 'CMakeFiles/gvxm.dir/test/gvxm_generated_gvxm.cu.o' failed
  368. make[2]: *** [CMakeFiles/gvxm.dir/test/gvxm_generated_gvxm.cu.o] Error 1
  369. CMakeFiles/Makefile2:178: recipe for target 'CMakeFiles/gvxm.dir/all' failed
  370. make[1]: *** [CMakeFiles/gvxm.dir/all] Error 2
  371. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/spmvcsr.cuh(457): warning: variable "indices" was declared but never referenced
  372.  
  373. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(101): warning: arithmetic on pointer to void or function type
  374.  
  375. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(104): warning: arithmetic on pointer to void or function type
  376.  
  377. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(157): warning: arithmetic on pointer to void or function type
  378.  
  379. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(158): warning: arithmetic on pointer to void or function type
  380.  
  381. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(160): warning: arithmetic on pointer to void or function type
  382.  
  383. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(161): warning: arithmetic on pointer to void or function type
  384.  
  385. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(162): warning: arithmetic on pointer to void or function type
  386.  
  387. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(230): warning: arithmetic on pointer to void or function type
  388.  
  389. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(253): warning: arithmetic on pointer to void or function type
  390.  
  391. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(254): warning: arithmetic on pointer to void or function type
  392.  
  393. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(82): warning: variable "ta" was declared but never referenced
  394.  
  395. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(83): warning: variable "tb" was declared but never referenced
  396.  
  397. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv.hpp(40): warning: variable "use_allowdupl" was declared but never referenced
  398.  
  399. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv.hpp(284): warning: variable "use_allowdupl" was declared but never referenced
  400.  
  401. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmv.hpp(179): warning: variable "w_ind" was declared but never referenced
  402.  
  403. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmv.hpp(72): warning: variable "ta" was declared but never referenced
  404.  
  405. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmv.hpp(73): warning: variable "tb" was declared but never referenced
  406.  
  407. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/assign.hpp(127): warning: variable "use_mask" was declared but never referenced
  408.  
  409. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/assign.hpp(130): warning: variable "use_allowdupl" was declared but never referenced
  410.  
  411. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/dense_vector.hpp(274): warning: non-void function "graphblas::backend::DenseVector<T>::operator[]" should return a value
  412.  
  413. ptxas info : 1 bytes gmem
  414. ptxas info : Compiling entry function '_ZN3cub11EmptyKernelIvEEvv' for 'sm_35'
  415. ptxas info : Function properties for _ZN3cub11EmptyKernelIvEEvv
  416. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  417. ptxas info : Used 2 registers, 320 bytes cmem[0]
  418. ptxas info : Compiling entry function '_ZN9graphblas7backend7scatterIfEEvPT_PKiPKS2_i' for 'sm_35'
  419. ptxas info : Function properties for _ZN9graphblas7backend7scatterIfEEvPT_PKiPKS2_i
  420. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  421. ptxas info : Used 8 registers, 348 bytes cmem[0]
  422. ptxas info : Compiling entry function '_ZN9graphblas7backend7scatterIfEEvPT_PKiS2_i' for 'sm_35'
  423. ptxas info : Function properties for _ZN9graphblas7backend7scatterIfEEvPT_PKiS2_i
  424. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  425. ptxas info : Used 6 registers, 344 bytes cmem[0]
  426. ptxas info : Compiling entry function '_ZN9graphblas7backend14indirectGatherEPiPKiS3_i' for 'sm_35'
  427. ptxas info : Function properties for _ZN9graphblas7backend14indirectGatherEPiPKiS3_i
  428. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  429. ptxas info : Used 8 registers, 348 bytes cmem[0]
  430. ptxas info : Compiling entry function '_ZN9graphblas7backend18indirectScanKernelEPiPKiS3_i' for 'sm_35'
  431. ptxas info : Function properties for _ZN9graphblas7backend18indirectScanKernelEPiPKiS3_i
  432. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  433. ptxas info : Used 10 registers, 348 bytes cmem[0]
  434. ptxas info : 0 bytes gmem
  435. ptxas info : Compiling entry function '_ZN4mgpu17KernelVersionShimEv' for 'sm_35'
  436. ptxas info : Function properties for _ZN4mgpu17KernelVersionShimEv
  437. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  438. ptxas info : Used 2 registers, 320 bytes cmem[0]
  439. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/segreducecsr.cuh:394:8: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  440. CudaContext& context) {
  441. ^
  442. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh:177:29: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  443. std::auto_ptr<ReduceByKeyPreprocessData>* ppData, CudaContext& context) {
  444. ^
  445. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh: In function ‘void mgpu::ReduceByKeyPreprocess(int, KeysIt, KeyType*, Comp, int*, int*, std::auto_ptr<mgpu::SegReducePreprocessData>*, mgpu::CudaContext&)’:
  446. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh:186:46: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  447. data(new ReduceByKeyPreprocessData);
  448. ^
  449. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh: At global scope:
  450. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh:242:36: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  451. int* thread_device, CudaContext& context) {
  452. ^
  453. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh: In function ‘void mgpu::ReduceByKeyPreprocessPrealloc(int, KeysIt, KeyType*, Comp, int*, int*, std::auto_ptr<mgpu::SegReducePreprocessData>*, int*, int*, mgpu::CudaContext&)’:
  454. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh:251:46: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  455. data(new ReduceByKeyPreprocessData);
  456. ^
  457. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh: In function ‘void mgpu::ReduceByKey(KeysIt, InputIt, int, ValType, Op, Comp, KeyType*, DestIt, int*, int*, mgpu::CudaContext&)’:
  458. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh:315:42: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  459. std::auto_ptr<ReduceByKeyPreprocessData> data;
  460. ^
  461. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh: In function ‘void mgpu::ReduceByKeyPrealloc(KeysIt, InputIt, int, ValType, Op, Comp, KeyType*, DestIt, int*, int*, int*, int*, mgpu::CudaContext&)’:
  462. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh:351:42: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  463. std::auto_ptr<ReduceByKeyPreprocessData> data;
  464. ^
  465. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/spmvcsr.cuh: At global scope:
  466. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/spmvcsr.cuh:723:8: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  467. CudaContext& context) {
  468. ^
  469. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/spmvcsr.cuh:733:8: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  470. CudaContext& context) {
  471. ^
  472. /home/user2/test_graphblast2.0/graphblast/test/gspgemm.cu: In function ‘int main(int, char**)’:
  473. /home/user2/test_graphblast2.0/graphblast/test/gspgemm.cu:48:125: warning: passing NULL to non-pointer argument 3 of ‘graphblas::Info graphblas::mxm(graphblas::Matrix<a>*, const graphblas::Matrix<b>*, BinaryOpT, SemiringT, const graphblas::Matrix<a>*, const graphblas::Matrix<b>*, graphblas::Descriptor*) [with c = float; m = float; a = float; b = float; BinaryOpT = long int; SemiringT = graphblas::PlusMultipliesSemiring<float>]’ [-Wconversion-null]
  474. graphblas::mxm<float,float,float,float>(
  475. ^
  476. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/spmvcsr.cuh(457): warning: variable "indices" was declared but never referenced
  477.  
  478. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(101): warning: arithmetic on pointer to void or function type
  479.  
  480. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(104): warning: arithmetic on pointer to void or function type
  481.  
  482. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(157): warning: arithmetic on pointer to void or function type
  483.  
  484. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(158): warning: arithmetic on pointer to void or function type
  485.  
  486. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(160): warning: arithmetic on pointer to void or function type
  487.  
  488. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(161): warning: arithmetic on pointer to void or function type
  489.  
  490. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(162): warning: arithmetic on pointer to void or function type
  491.  
  492. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(230): warning: arithmetic on pointer to void or function type
  493.  
  494. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(253): warning: arithmetic on pointer to void or function type
  495.  
  496. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(254): warning: arithmetic on pointer to void or function type
  497.  
  498. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(82): warning: variable "ta" was declared but never referenced
  499.  
  500. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(83): warning: variable "tb" was declared but never referenced
  501.  
  502. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv.hpp(40): warning: variable "use_allowdupl" was declared but never referenced
  503.  
  504. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv.hpp(284): warning: variable "use_allowdupl" was declared but never referenced
  505.  
  506. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmv.hpp(179): warning: variable "w_ind" was declared but never referenced
  507.  
  508. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmv.hpp(72): warning: variable "ta" was declared but never referenced
  509.  
  510. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmv.hpp(73): warning: variable "tb" was declared but never referenced
  511.  
  512. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/assign.hpp(127): warning: variable "use_mask" was declared but never referenced
  513.  
  514. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/assign.hpp(130): warning: variable "use_allowdupl" was declared but never referenced
  515.  
  516. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/dense_vector.hpp(274): warning: non-void function "graphblas::backend::DenseVector<T>::operator[]" should return a value
  517.  
  518. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(29): warning: variable "err" was set but never used
  519.  
  520. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(72): warning: variable "err" was set but never used
  521.  
  522. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(100): warning: variable "err" was set but never used
  523.  
  524. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/segreducecsr.cuh:394:8: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  525. CudaContext& context) {
  526. ^
  527. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh:177:29: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  528. std::auto_ptr<ReduceByKeyPreprocessData>* ppData, CudaContext& context) {
  529. ^
  530. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh: In function ‘void mgpu::ReduceByKeyPreprocess(int, KeysIt, KeyType*, Comp, int*, int*, std::auto_ptr<mgpu::SegReducePreprocessData>*, mgpu::CudaContext&)’:
  531. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh:186:46: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  532. data(new ReduceByKeyPreprocessData);
  533. ^
  534. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh: At global scope:
  535. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh:242:36: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  536. int* thread_device, CudaContext& context) {
  537. ^
  538. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh: In function ‘void mgpu::ReduceByKeyPreprocessPrealloc(int, KeysIt, KeyType*, Comp, int*, int*, std::auto_ptr<mgpu::SegReducePreprocessData>*, int*, int*, mgpu::CudaContext&)’:
  539. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh:251:46: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  540. data(new ReduceByKeyPreprocessData);
  541. ^
  542. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh: In function ‘void mgpu::ReduceByKey(KeysIt, InputIt, int, ValType, Op, Comp, KeyType*, DestIt, int*, int*, mgpu::CudaContext&)’:
  543. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh:315:42: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  544. std::auto_ptr<ReduceByKeyPreprocessData> data;
  545. ^
  546. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh: In function ‘void mgpu::ReduceByKeyPrealloc(KeysIt, InputIt, int, ValType, Op, Comp, KeyType*, DestIt, int*, int*, int*, int*, mgpu::CudaContext&)’:
  547. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh:351:42: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  548. std::auto_ptr<ReduceByKeyPreprocessData> data;
  549. ^
  550. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/spmvcsr.cuh: At global scope:
  551. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/spmvcsr.cuh:723:8: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  552. CudaContext& context) {
  553. ^
  554. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/spmvcsr.cuh:733:8: warning: ‘auto_ptr’ is deprecated (declared at /usr/include/c++/4.9/backward/auto_ptr.h:87) [-Wdeprecated-declarations]
  555. CudaContext& context) {
  556. ^
  557. Scanning dependencies of target gspgemm
  558. [ 18%] Building CXX object CMakeFiles/gspgemm.dir/ext/moderngpu/src/mgpuutil.cpp.o
  559. make[2]: *** No rule to make target '/lib64/libcusparse.so', needed by '../bin/gspgemm'. Stop.
  560. make[2]: *** Waiting for unfinished jobs....
  561. CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/gspgemm.dir/all' failed
  562. make[1]: *** [CMakeFiles/gspgemm.dir/all] Error 2
  563. Scanning dependencies of target gbuild
  564. [ 20%] Building CXX object CMakeFiles/gbuild.dir/ext/moderngpu/src/mgpuutil.cpp.o
  565. [ 21%] Linking CXX executable ../bin/gbuild
  566. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `boost::program_options::variables_map::operator[](std::string const&) const':
  567. /usr/include/boost/program_options/variables_map.hpp:155: undefined reference to `boost::program_options::abstract_variables_map::operator[](std::string const&) const'
  568. /usr/include/boost/program_options/variables_map.hpp:155: undefined reference to `boost::program_options::abstract_variables_map::operator[](std::string const&) const'
  569. /usr/include/boost/program_options/variables_map.hpp:155: undefined reference to `boost::program_options::abstract_variables_map::operator[](std::string const&) const'
  570. /usr/include/boost/program_options/variables_map.hpp:155: undefined reference to `boost::program_options::abstract_variables_map::operator[](std::string const&) const'
  571. /usr/include/boost/program_options/variables_map.hpp:155: undefined reference to `boost::program_options::abstract_variables_map::operator[](std::string const&) const'
  572. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o:/usr/include/boost/program_options/variables_map.hpp:155: more undefined references to `boost::program_options::abstract_variables_map::operator[](std::string const&) const' follow
  573. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `parseArgs(int, char**, boost::program_options::variables_map*)':
  574. /home/user2/test_graphblast2.0/graphblast/./graphblas/util.hpp:40: undefined reference to `boost::program_options::options_description::options_description(std::string const&, unsigned int, unsigned int)'
  575. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `boost::program_options::typed_value<std::string, char>::xparse(boost::any&, std::vector<std::string, std::allocator<std::string> > const&) const':
  576. /usr/include/boost/program_options/detail/value_semantic.hpp:167: undefined reference to `boost::program_options::validate(boost::any&, std::vector<std::string, std::allocator<std::string> > const&, std::string*, int)'
  577. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `boost::program_options::typed_value<bool, char>::xparse(boost::any&, std::vector<std::string, std::allocator<std::string> > const&) const':
  578. /usr/include/boost/program_options/detail/value_semantic.hpp:167: undefined reference to `boost::program_options::validate(boost::any&, std::vector<std::string, std::allocator<std::string> > const&, bool*, int)'
  579. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `boost::program_options::validation_error::validation_error(boost::program_options::validation_error::kind_t, std::string const&, std::string const&, int)':
  580. /usr/include/boost/program_options/errors.hpp:372: undefined reference to `boost::program_options::validation_error::get_template(boost::program_options::validation_error::kind_t)'
  581. /usr/include/boost/program_options/errors.hpp:372: undefined reference to `boost::program_options::error_with_option_name::error_with_option_name(std::string const&, std::string const&, std::string const&, int)'
  582. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `boost::program_options::typed_value<float, char>::name() const':
  583. /usr/include/boost/program_options/detail/value_semantic.hpp:19: undefined reference to `boost::program_options::arg'
  584. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `boost::program_options::typed_value<bool, char>::name() const':
  585. /usr/include/boost/program_options/detail/value_semantic.hpp:19: undefined reference to `boost::program_options::arg'
  586. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `boost::program_options::typed_value<std::string, char>::name() const':
  587. /usr/include/boost/program_options/detail/value_semantic.hpp:19: undefined reference to `boost::program_options::arg'
  588. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `boost::program_options::typed_value<int, char>::name() const':
  589. /usr/include/boost/program_options/detail/value_semantic.hpp:19: undefined reference to `boost::program_options::arg'
  590. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `to_internal<std::basic_string<char> >':
  591. /usr/include/boost/program_options/detail/convert.hpp:79: undefined reference to `boost::program_options::to_internal(std::string const&)'
  592. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `basic_command_line_parser':
  593. /usr/include/boost/program_options/detail/parsers.hpp:39: undefined reference to `boost::program_options::detail::cmdline::cmdline(std::vector<std::string, std::allocator<std::string> > const&)'
  594. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `boost::program_options::basic_command_line_parser<char>::extra_parser(boost::function1<std::pair<std::string, std::string>, std::string const&>)':
  595. /usr/include/boost/program_options/detail/parsers.hpp:77: undefined reference to `boost::program_options::detail::cmdline::set_additional_parser(boost::function1<std::pair<std::string, std::string>, std::string const&>)'
  596. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `void boost::program_options::validate<int, char>(boost::any&, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, int*, long)':
  597. /usr/include/boost/program_options/detail/value_semantic.hpp:92: undefined reference to `boost::program_options::invalid_option_value::invalid_option_value(std::string const&)'
  598. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `void boost::program_options::validate<float, char>(boost::any&, std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, float*, long)':
  599. /usr/include/boost/program_options/detail/value_semantic.hpp:92: undefined reference to `boost::program_options::invalid_option_value::invalid_option_value(std::string const&)'
  600. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o:(.rodata._ZTVN5boost16exception_detail19error_info_injectorINS_15program_options20invalid_option_valueEEE[_ZTVN5boost16exception_detail19error_info_injectorINS_15program_options20invalid_option_valueEEE]+0x30): undefined reference to `boost::program_options::error_with_option_name::substitute_placeholders(std::string const&) const'
  601. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o:(.rodata._ZTVN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_15program_options20invalid_option_valueEEEEE[_ZTVN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_15program_options20invalid_option_valueEEEEE]+0x38): undefined reference to `boost::program_options::error_with_option_name::substitute_placeholders(std::string const&) const'
  602. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o:(.rodata._ZTVN5boost16exception_detail19error_info_injectorINS_15program_options16validation_errorEEE[_ZTVN5boost16exception_detail19error_info_injectorINS_15program_options16validation_errorEEE]+0x30): undefined reference to `boost::program_options::error_with_option_name::substitute_placeholders(std::string const&) const'
  603. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o:(.rodata._ZTVN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_15program_options16validation_errorEEEEE[_ZTVN5boost16exception_detail10clone_implINS0_19error_info_injectorINS_15program_options16validation_errorEEEEE]+0x38): undefined reference to `boost::program_options::error_with_option_name::substitute_placeholders(std::string const&) const'
  604. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o:(.rodata._ZTVN5boost15program_options16validation_errorE[_ZTVN5boost15program_options16validation_errorE]+0x30): undefined reference to `boost::program_options::error_with_option_name::substitute_placeholders(std::string const&) const'
  605. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o:(.rodata._ZTVN5boost15program_options20invalid_option_valueE[_ZTVN5boost15program_options20invalid_option_valueE]+0x30): more undefined references to `boost::program_options::error_with_option_name::substitute_placeholders(std::string const&) const' follow
  606. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o:(.rodata._ZTVN5boost15program_options11typed_valueIicEE[_ZTVN5boost15program_options11typed_valueIicEE]+0x38): undefined reference to `boost::program_options::value_semantic_codecvt_helper<char>::parse(boost::any&, std::vector<std::string, std::allocator<std::string> > const&, bool) const'
  607. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o:(.rodata._ZTVN5boost15program_options11typed_valueISscEE[_ZTVN5boost15program_options11typed_valueISscEE]+0x38): undefined reference to `boost::program_options::value_semantic_codecvt_helper<char>::parse(boost::any&, std::vector<std::string, std::allocator<std::string> > const&, bool) const'
  608. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o:(.rodata._ZTVN5boost15program_options11typed_valueIbcEE[_ZTVN5boost15program_options11typed_valueIbcEE]+0x38): undefined reference to `boost::program_options::value_semantic_codecvt_helper<char>::parse(boost::any&, std::vector<std::string, std::allocator<std::string> > const&, bool) const'
  609. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o:(.rodata._ZTVN5boost15program_options11typed_valueIfcEE[_ZTVN5boost15program_options11typed_valueIfcEE]+0x38): undefined reference to `boost::program_options::value_semantic_codecvt_helper<char>::parse(boost::any&, std::vector<std::string, std::allocator<std::string> > const&, bool) const'
  610. collect2: error: ld returned 1 exit status
  611. CMakeFiles/gbuild.dir/build.make:114: recipe for target '../bin/gbuild' failed
  612. make[2]: *** [../bin/gbuild] Error 1
  613. CMakeFiles/Makefile2:141: recipe for target 'CMakeFiles/gbuild.dir/all' failed
  614. make[1]: *** [CMakeFiles/gbuild.dir/all] Error 2
  615. Makefile:83: recipe for target 'all' failed
  616. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement