Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 73.03 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 : 0 bytes gmem
  49. ptxas info : Compiling entry function '_ZN4mgpu17KernelVersionShimEv' for 'sm_35'
  50. ptxas info : Function properties for _ZN4mgpu17KernelVersionShimEv
  51. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  52. ptxas info : Used 2 registers, 320 bytes cmem[0]
  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/gvxm.dir/test/gvxm_generated_gvxm.cu.o
  63. [ 11%] Building NVCC (Device) object CMakeFiles/greduce.dir/test/greduce_generated_greduce.cu.o
  64. [ 13%] Building NVCC (Device) object CMakeFiles/gspgemm.dir/test/gspgemm_generated_gspgemm.cu.o
  65. [ 15%] Building NVCC (Device) object CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.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/gvxm.cu(95): error: no instance of function template "readMtx" matches the argument list
  116. 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 **)
  117.  
  118. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(162): error: no instance of function template "readMtx" matches the argument list
  119. 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 **)
  120.  
  121. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(239): warning: conversion from a string literal to "char *" is deprecated
  122.  
  123. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(239): warning: conversion from a string literal to "char *" is deprecated
  124.  
  125. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(239): warning: conversion from a string literal to "char *" is deprecated
  126.  
  127. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(249): warning: conversion from a string literal to "char *" is deprecated
  128.  
  129. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(249): warning: conversion from a string literal to "char *" is deprecated
  130.  
  131. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(249): warning: conversion from a string literal to "char *" is deprecated
  132.  
  133. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(260): warning: conversion from a string literal to "char *" is deprecated
  134.  
  135. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(260): warning: conversion from a string literal to "char *" is deprecated
  136.  
  137. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(260): warning: conversion from a string literal to "char *" is deprecated
  138.  
  139. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(271): warning: conversion from a string literal to "char *" is deprecated
  140.  
  141. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(271): warning: conversion from a string literal to "char *" is deprecated
  142.  
  143. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(271): warning: conversion from a string literal to "char *" is deprecated
  144.  
  145. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(282): warning: conversion from a string literal to "char *" is deprecated
  146.  
  147. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(282): warning: conversion from a string literal to "char *" is deprecated
  148.  
  149. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(282): warning: conversion from a string literal to "char *" is deprecated
  150.  
  151. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(295): warning: conversion from a string literal to "char *" is deprecated
  152.  
  153. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(295): warning: conversion from a string literal to "char *" is deprecated
  154.  
  155. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(295): warning: conversion from a string literal to "char *" is deprecated
  156.  
  157. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(29): warning: variable "err" was set but never used
  158.  
  159. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(72): warning: variable "err" was set but never used
  160.  
  161. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(100): warning: variable "err" was set but never used
  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. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/../device/ctasegscan.cuh(54): warning: function "__ballot"
  284. /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).")
  285. detected during:
  286. 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>]"
  287. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh(197): here
  288. 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>]"
  289. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh(321): here
  290. 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>]"
  291. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(305): here
  292. 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>]"
  293. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv.hpp(78): here
  294. 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>]"
  295. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/operations.hpp(169): here
  296. 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>]"
  297. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  298. 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>]"
  299. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  300.  
  301. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/../device/ctasegscan.cuh(59): warning: function "__ballot"
  302. /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).")
  303. detected during:
  304. 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>]"
  305. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh(197): here
  306. 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>]"
  307. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh(321): here
  308. 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>]"
  309. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(305): here
  310. 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>]"
  311. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv.hpp(78): here
  312. 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>]"
  313. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/operations.hpp(169): here
  314. 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>]"
  315. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  316. 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>]"
  317. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  318.  
  319. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv.hpp(56): warning: variable "Ah_csrRowPtr" was declared but never referenced
  320. detected during:
  321. 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>]"
  322. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/operations.hpp(169): here
  323. 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>]"
  324. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  325. 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>]"
  326. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  327.  
  328. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmv.hpp(179): warning: variable "w_ind" was declared but never referenced
  329. detected during:
  330. 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>]"
  331. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  332. 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>]"
  333. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  334.  
  335. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmv.hpp(72): warning: variable "ta" was declared but never referenced
  336. detected during:
  337. 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>]"
  338. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  339. 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>]"
  340. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  341.  
  342. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmv.hpp(73): warning: variable "tb" was declared but never referenced
  343. detected during:
  344. 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>]"
  345. /home/user2/test_graphblast2.0/graphblast/./graphblas/operations.hpp(86): here
  346. 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>]"
  347. /home/user2/test_graphblast2.0/graphblast/test/gvxm.cu(71): here
  348.  
  349. 2 errors detected in the compilation of "/tmp/tmpxft_000059af_00000000-6_gvxm.cpp1.ii".
  350. CMake Error at gvxm_generated_gvxm.cu.o.cmake:266 (message):
  351. Error generating file
  352. /home/user2/test_graphblast2.0/graphblast/build/CMakeFiles/gvxm.dir/test/./gvxm_generated_gvxm.cu.o
  353.  
  354.  
  355. CMakeFiles/gvxm.dir/build.make:63: recipe for target 'CMakeFiles/gvxm.dir/test/gvxm_generated_gvxm.cu.o' failed
  356. make[2]: *** [CMakeFiles/gvxm.dir/test/gvxm_generated_gvxm.cu.o] Error 1
  357. CMakeFiles/Makefile2:178: recipe for target 'CMakeFiles/gvxm.dir/all' failed
  358. make[1]: *** [CMakeFiles/gvxm.dir/all] Error 2
  359. make[1]: *** Waiting for unfinished jobs....
  360. 1 error detected in the compilation of "/tmp/tmpxft_000059aa_00000000-6_greduce.cpp1.ii".
  361. CMake Error at greduce_generated_greduce.cu.o.cmake:266 (message):
  362. Error generating file
  363. /home/user2/test_graphblast2.0/graphblast/build/CMakeFiles/greduce.dir/test/./greduce_generated_greduce.cu.o
  364.  
  365.  
  366. CMakeFiles/greduce.dir/build.make:63: recipe for target 'CMakeFiles/greduce.dir/test/greduce_generated_greduce.cu.o' failed
  367. make[2]: *** [CMakeFiles/greduce.dir/test/greduce_generated_greduce.cu.o] Error 1
  368. CMakeFiles/Makefile2:104: recipe for target 'CMakeFiles/greduce.dir/all' failed
  369. make[1]: *** [CMakeFiles/greduce.dir/all] Error 2
  370. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/spmvcsr.cuh(457): warning: variable "indices" was declared but never referenced
  371.  
  372. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(101): warning: arithmetic on pointer to void or function type
  373.  
  374. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(104): warning: arithmetic on pointer to void or function type
  375.  
  376. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(157): warning: arithmetic on pointer to void or function type
  377.  
  378. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(158): warning: arithmetic on pointer to void or function type
  379.  
  380. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(160): warning: arithmetic on pointer to void or function type
  381.  
  382. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(161): warning: arithmetic on pointer to void or function type
  383.  
  384. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(162): warning: arithmetic on pointer to void or function type
  385.  
  386. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(230): warning: arithmetic on pointer to void or function type
  387.  
  388. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(253): warning: arithmetic on pointer to void or function type
  389.  
  390. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(254): warning: arithmetic on pointer to void or function type
  391.  
  392. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(82): warning: variable "ta" was declared but never referenced
  393.  
  394. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(83): warning: variable "tb" was declared but never referenced
  395.  
  396. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv.hpp(40): warning: variable "use_allowdupl" was declared but never referenced
  397.  
  398. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv.hpp(284): warning: variable "use_allowdupl" was declared but never referenced
  399.  
  400. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmv.hpp(179): warning: variable "w_ind" was declared but never referenced
  401.  
  402. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmv.hpp(72): warning: variable "ta" was declared but never referenced
  403.  
  404. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmv.hpp(73): warning: variable "tb" was declared but never referenced
  405.  
  406. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/assign.hpp(127): warning: variable "use_mask" was declared but never referenced
  407.  
  408. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/assign.hpp(130): warning: variable "use_allowdupl" was declared but never referenced
  409.  
  410. /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
  411.  
  412. ptxas info : 1 bytes gmem
  413. ptxas info : Compiling entry function '_ZN3cub11EmptyKernelIvEEvv' for 'sm_35'
  414. ptxas info : Function properties for _ZN3cub11EmptyKernelIvEEvv
  415. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  416. ptxas info : Used 2 registers, 320 bytes cmem[0]
  417. ptxas info : Compiling entry function '_ZN9graphblas7backend7scatterIfEEvPT_PKiPKS2_i' for 'sm_35'
  418. ptxas info : Function properties for _ZN9graphblas7backend7scatterIfEEvPT_PKiPKS2_i
  419. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  420. ptxas info : Used 8 registers, 348 bytes cmem[0]
  421. ptxas info : Compiling entry function '_ZN9graphblas7backend7scatterIfEEvPT_PKiS2_i' for 'sm_35'
  422. ptxas info : Function properties for _ZN9graphblas7backend7scatterIfEEvPT_PKiS2_i
  423. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  424. ptxas info : Used 6 registers, 344 bytes cmem[0]
  425. ptxas info : Compiling entry function '_ZN9graphblas7backend14indirectGatherEPiPKiS3_i' for 'sm_35'
  426. ptxas info : Function properties for _ZN9graphblas7backend14indirectGatherEPiPKiS3_i
  427. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  428. ptxas info : Used 8 registers, 348 bytes cmem[0]
  429. ptxas info : Compiling entry function '_ZN9graphblas7backend18indirectScanKernelEPiPKiS3_i' for 'sm_35'
  430. ptxas info : Function properties for _ZN9graphblas7backend18indirectScanKernelEPiPKiS3_i
  431. 0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  432. ptxas info : Used 10 registers, 348 bytes cmem[0]
  433. /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]
  434. CudaContext& context) {
  435. ^
  436. /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]
  437. std::auto_ptr<ReduceByKeyPreprocessData>* ppData, CudaContext& context) {
  438. ^
  439. /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&)’:
  440. /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]
  441. data(new ReduceByKeyPreprocessData);
  442. ^
  443. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh: At global scope:
  444. /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]
  445. int* thread_device, CudaContext& context) {
  446. ^
  447. /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&)’:
  448. /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]
  449. data(new ReduceByKeyPreprocessData);
  450. ^
  451. /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&)’:
  452. /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]
  453. std::auto_ptr<ReduceByKeyPreprocessData> data;
  454. ^
  455. /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&)’:
  456. /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]
  457. std::auto_ptr<ReduceByKeyPreprocessData> data;
  458. ^
  459. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/spmvcsr.cuh: At global scope:
  460. /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]
  461. CudaContext& context) {
  462. ^
  463. /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]
  464. CudaContext& context) {
  465. ^
  466. /home/user2/test_graphblast2.0/graphblast/test/gspgemm.cu: In function ‘int main(int, char**)’:
  467. /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]
  468. graphblas::mxm<float,float,float,float>(
  469. ^
  470. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/spmvcsr.cuh(457): warning: variable "indices" was declared but never referenced
  471.  
  472. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(101): warning: arithmetic on pointer to void or function type
  473.  
  474. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(104): warning: arithmetic on pointer to void or function type
  475.  
  476. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(157): warning: arithmetic on pointer to void or function type
  477.  
  478. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(158): warning: arithmetic on pointer to void or function type
  479.  
  480. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(160): warning: arithmetic on pointer to void or function type
  481.  
  482. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(161): warning: arithmetic on pointer to void or function type
  483.  
  484. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(162): warning: arithmetic on pointer to void or function type
  485.  
  486. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(230): warning: arithmetic on pointer to void or function type
  487.  
  488. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(253): warning: arithmetic on pointer to void or function type
  489.  
  490. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(254): warning: arithmetic on pointer to void or function type
  491.  
  492. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(82): warning: variable "ta" was declared but never referenced
  493.  
  494. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv_inner.hpp(83): warning: variable "tb" was declared but never referenced
  495.  
  496. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv.hpp(40): warning: variable "use_allowdupl" was declared but never referenced
  497.  
  498. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmspv.hpp(284): warning: variable "use_allowdupl" was declared but never referenced
  499.  
  500. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmv.hpp(179): warning: variable "w_ind" was declared but never referenced
  501.  
  502. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmv.hpp(72): warning: variable "ta" was declared but never referenced
  503.  
  504. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/spmv.hpp(73): warning: variable "tb" was declared but never referenced
  505.  
  506. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/assign.hpp(127): warning: variable "use_mask" was declared but never referenced
  507.  
  508. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/assign.hpp(130): warning: variable "use_allowdupl" was declared but never referenced
  509.  
  510. /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
  511.  
  512. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(29): warning: variable "err" was set but never used
  513.  
  514. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(72): warning: variable "err" was set but never used
  515.  
  516. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(100): warning: variable "err" was set but never used
  517.  
  518. /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]
  519. CudaContext& context) {
  520. ^
  521. /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]
  522. std::auto_ptr<ReduceByKeyPreprocessData>* ppData, CudaContext& context) {
  523. ^
  524. /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&)’:
  525. /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]
  526. data(new ReduceByKeyPreprocessData);
  527. ^
  528. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/reducebykey.cuh: At global scope:
  529. /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]
  530. int* thread_device, CudaContext& context) {
  531. ^
  532. /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&)’:
  533. /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]
  534. data(new ReduceByKeyPreprocessData);
  535. ^
  536. /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&)’:
  537. /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]
  538. std::auto_ptr<ReduceByKeyPreprocessData> data;
  539. ^
  540. /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&)’:
  541. /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]
  542. std::auto_ptr<ReduceByKeyPreprocessData> data;
  543. ^
  544. /home/user2/test_graphblast2.0/graphblast/ext/moderngpu/include/kernels/spmvcsr.cuh: At global scope:
  545. /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]
  546. CudaContext& context) {
  547. ^
  548. /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]
  549. CudaContext& context) {
  550. ^
  551. Scanning dependencies of target gspgemm
  552. make[2]: *** No rule to make target '/lib64/libcusparse.so', needed by '../bin/gspgemm'. Stop.
  553. make[2]: *** Waiting for unfinished jobs....
  554. [ 16%] Building CXX object CMakeFiles/gspgemm.dir/ext/moderngpu/src/mgpuutil.cpp.o
  555. CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/gspgemm.dir/all' failed
  556. make[1]: *** [CMakeFiles/gspgemm.dir/all] Error 2
  557. Scanning dependencies of target gbuild
  558. [ 18%] Building CXX object CMakeFiles/gbuild.dir/ext/moderngpu/src/mgpuutil.cpp.o
  559. [ 20%] Linking CXX executable ../bin/gbuild
  560. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `boost::program_options::variables_map::operator[](std::string const&) const':
  561. /usr/include/boost/program_options/variables_map.hpp:155: undefined reference to `boost::program_options::abstract_variables_map::operator[](std::string const&) const'
  562. /usr/include/boost/program_options/variables_map.hpp:155: undefined reference to `boost::program_options::abstract_variables_map::operator[](std::string const&) const'
  563. /usr/include/boost/program_options/variables_map.hpp:155: undefined reference to `boost::program_options::abstract_variables_map::operator[](std::string const&) const'
  564. /usr/include/boost/program_options/variables_map.hpp:155: undefined reference to `boost::program_options::abstract_variables_map::operator[](std::string const&) const'
  565. /usr/include/boost/program_options/variables_map.hpp:155: undefined reference to `boost::program_options::abstract_variables_map::operator[](std::string const&) const'
  566. 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
  567. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `parseArgs(int, char**, boost::program_options::variables_map*)':
  568. /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)'
  569. 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':
  570. /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)'
  571. 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':
  572. /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)'
  573. 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)':
  574. /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)'
  575. /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)'
  576. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `boost::program_options::typed_value<float, char>::name() const':
  577. /usr/include/boost/program_options/detail/value_semantic.hpp:19: undefined reference to `boost::program_options::arg'
  578. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `boost::program_options::typed_value<bool, char>::name() const':
  579. /usr/include/boost/program_options/detail/value_semantic.hpp:19: undefined reference to `boost::program_options::arg'
  580. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `boost::program_options::typed_value<std::string, char>::name() const':
  581. /usr/include/boost/program_options/detail/value_semantic.hpp:19: undefined reference to `boost::program_options::arg'
  582. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `boost::program_options::typed_value<int, 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 `to_internal<std::basic_string<char> >':
  585. /usr/include/boost/program_options/detail/convert.hpp:79: undefined reference to `boost::program_options::to_internal(std::string const&)'
  586. CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o: In function `basic_command_line_parser':
  587. /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&)'
  588. 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&>)':
  589. /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&>)'
  590. 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)':
  591. /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&)'
  592. 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)':
  593. /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&)'
  594. 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'
  595. 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'
  596. 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'
  597. 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'
  598. 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'
  599. 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
  600. 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'
  601. 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'
  602. 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'
  603. 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'
  604. collect2: error: ld returned 1 exit status
  605. CMakeFiles/gbuild.dir/build.make:125: recipe for target '../bin/gbuild' failed
  606. make[2]: *** [../bin/gbuild] Error 1
  607. CMakeFiles/Makefile2:141: recipe for target 'CMakeFiles/gbuild.dir/all' failed
  608. make[1]: *** [CMakeFiles/gbuild.dir/all] Error 2
  609. Makefile:83: recipe for target 'all' failed
  610. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement