Advertisement
Guest User

Untitled

a guest
Nov 17th, 2019
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.84 KB | None | 0 0
  1. /usr/include
  2. /usr/lib/x86_64-linux-gnu
  3. /usr/lib/gcc/x86_64-linux-gnu/5/include/mwaitxintrin.h(36): error: identifier "__builtin_ia32_monitorx" is undefined
  4.  
  5. /usr/lib/gcc/x86_64-linux-gnu/5/include/mwaitxintrin.h(42): error: identifier "__builtin_ia32_mwaitx" is undefined
  6.  
  7. /usr/lib/gcc/x86_64-linux-gnu/5/include/mwaitxintrin.h(36): error: identifier "__builtin_ia32_monitorx" is undefined
  8.  
  9. /usr/lib/gcc/x86_64-linux-gnu/5/include/mwaitxintrin.h(42): error: identifier "__builtin_ia32_mwaitx" is undefined
  10.  
  11. /usr/lib/gcc/x86_64-linux-gnu/5/include/mwaitxintrin.h(36): error: identifier "__builtin_ia32_monitorx" is undefined
  12.  
  13. /usr/lib/gcc/x86_64-linux-gnu/5/include/mwaitxintrin.h(42): error: identifier "__builtin_ia32_mwaitx" is undefined
  14.  
  15. /usr/lib/gcc/x86_64-linux-gnu/5/include/mwaitxintrin.h(36): error: identifier "__builtin_ia32_monitorx" is undefined
  16.  
  17. /usr/lib/gcc/x86_64-linux-gnu/5/include/mwaitxintrin.h(42): error: identifier "__builtin_ia32_mwaitx" is undefined
  18.  
  19. 2 errors detected in the compilation of "/tmp/tmpxft_00003f5a_00000000-7_mgpucontext.cpp1.ii".
  20. 2 errors detected in the compilation of "/tmp/tmpxft_00003f66_00000000-7_mgpucontext.cpp1.ii".
  21. CMake Error at gvxm_generated_mgpucontext.cu.o.cmake:266 (message):
  22. Error generating file
  23. /home/user2/test_graphblast2.0/graphblast/build/CMakeFiles/gvxm.dir/ext/moderngpu/src/./gvxm_generated_mgpucontext.cu.o
  24.  
  25.  
  26. make[2]: *** [CMakeFiles/gvxm.dir/ext/moderngpu/src/gvxm_generated_mgpucontext.cu.o] Error 1
  27. make[1]: *** [CMakeFiles/gvxm.dir/all] Error 2
  28. make[1]: *** Waiting for unfinished jobs....
  29. CMake Error at gbuild_generated_mgpucontext.cu.o.cmake:266 (message):
  30. Error generating file
  31. /home/user2/test_graphblast2.0/graphblast/build/CMakeFiles/gbuild.dir/ext/moderngpu/src/./gbuild_generated_mgpucontext.cu.o
  32.  
  33.  
  34. make[2]: *** [CMakeFiles/gbuild.dir/ext/moderngpu/src/gbuild_generated_mgpucontext.cu.o] Error 1
  35. make[2]: *** Waiting for unfinished jobs....
  36. 2 errors detected in the compilation of "/tmp/tmpxft_00003f6c_00000000-7_mgpucontext.cpp1.ii".
  37. CMake Error at greduce_generated_mgpucontext.cu.o.cmake:266 (message):
  38. Error generating file
  39. /home/user2/test_graphblast2.0/graphblast/build/CMakeFiles/greduce.dir/ext/moderngpu/src/./greduce_generated_mgpucontext.cu.o
  40.  
  41.  
  42. make[2]: *** [CMakeFiles/greduce.dir/ext/moderngpu/src/greduce_generated_mgpucontext.cu.o] Error 1
  43. make[2]: *** Waiting for unfinished jobs....
  44. 2 errors detected in the compilation of "/tmp/tmpxft_00003f67_00000000-7_mgpucontext.cpp1.ii".
  45. CMake Error at gspgemm_generated_mgpucontext.cu.o.cmake:266 (message):
  46. Error generating file
  47. /home/user2/test_graphblast2.0/graphblast/build/CMakeFiles/gspgemm.dir/ext/moderngpu/src/./gspgemm_generated_mgpucontext.cu.o
  48.  
  49.  
  50. make[2]: *** [CMakeFiles/gspgemm.dir/ext/moderngpu/src/gspgemm_generated_mgpucontext.cu.o] Error 1
  51. make[2]: *** Waiting for unfinished jobs....
  52. /usr/lib/gcc/x86_64-linux-gnu/5/include/mwaitxintrin.h(36): error: identifier "__builtin_ia32_monitorx" is undefined
  53.  
  54. /usr/lib/gcc/x86_64-linux-gnu/5/include/mwaitxintrin.h(42): error: identifier "__builtin_ia32_mwaitx" is undefined
  55.  
  56. /usr/lib/gcc/x86_64-linux-gnu/5/include/mwaitxintrin.h(36): error: identifier "__builtin_ia32_monitorx" is undefined
  57.  
  58. /usr/lib/gcc/x86_64-linux-gnu/5/include/mwaitxintrin.h(42): error: identifier "__builtin_ia32_mwaitx" is undefined
  59.  
  60. /usr/lib/gcc/x86_64-linux-gnu/5/include/mwaitxintrin.h(36): error: identifier "__builtin_ia32_monitorx" is undefined
  61.  
  62. /usr/lib/gcc/x86_64-linux-gnu/5/include/mwaitxintrin.h(42): error: identifier "__builtin_ia32_mwaitx" is undefined
  63.  
  64. /usr/include/c++/5/bits/stl_iterator_base_types.h(154): error: name followed by "::" must be a class or namespace name
  65. detected during:
  66. instantiation of class "std::__iterator_traits<_Iterator, void> [with _Iterator=graphblas::Index]"
  67. (163): here
  68. instantiation of class "std::iterator_traits<_Iterator> [with _Iterator=graphblas::Index]"
  69. /home/user2/test_graphblast2.0/graphblast/./graphblas/util.hpp(579): here
  70. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::syncCpu() [with T=float]"
  71. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/sparse_matrix.hpp(488): here
  72. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::print(__nv_bool) [with T=float]"
  73. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/matrix.hpp(253): here
  74. instantiation of "graphblas::Info graphblas::backend::Matrix<T>::print(__nv_bool) [with T=float]"
  75. /home/user2/test_graphblast2.0/graphblast/./graphblas/matrix.hpp(203): here
  76. instantiation of "graphblas::Info graphblas::Matrix<T>::print(__nv_bool) [with T=float]"
  77. /home/user2/test_graphblast2.0/graphblast/test/gspgemm.cu(33): here
  78.  
  79. /usr/include/c++/5/bits/stl_iterator_base_types.h(155): error: name followed by "::" must be a class or namespace name
  80. detected during:
  81. instantiation of class "std::__iterator_traits<_Iterator, void> [with _Iterator=graphblas::Index]"
  82. (163): here
  83. instantiation of class "std::iterator_traits<_Iterator> [with _Iterator=graphblas::Index]"
  84. /home/user2/test_graphblast2.0/graphblast/./graphblas/util.hpp(579): here
  85. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::syncCpu() [with T=float]"
  86. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/sparse_matrix.hpp(488): here
  87. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::print(__nv_bool) [with T=float]"
  88. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/matrix.hpp(253): here
  89. instantiation of "graphblas::Info graphblas::backend::Matrix<T>::print(__nv_bool) [with T=float]"
  90. /home/user2/test_graphblast2.0/graphblast/./graphblas/matrix.hpp(203): here
  91. instantiation of "graphblas::Info graphblas::Matrix<T>::print(__nv_bool) [with T=float]"
  92. /home/user2/test_graphblast2.0/graphblast/test/gspgemm.cu(33): here
  93.  
  94. /usr/include/c++/5/bits/stl_iterator_base_types.h(156): error: name followed by "::" must be a class or namespace name
  95. detected during:
  96. instantiation of class "std::__iterator_traits<_Iterator, void> [with _Iterator=graphblas::Index]"
  97. (163): here
  98. instantiation of class "std::iterator_traits<_Iterator> [with _Iterator=graphblas::Index]"
  99. /home/user2/test_graphblast2.0/graphblast/./graphblas/util.hpp(579): here
  100. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::syncCpu() [with T=float]"
  101. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/sparse_matrix.hpp(488): here
  102. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::print(__nv_bool) [with T=float]"
  103. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/matrix.hpp(253): here
  104. instantiation of "graphblas::Info graphblas::backend::Matrix<T>::print(__nv_bool) [with T=float]"
  105. /home/user2/test_graphblast2.0/graphblast/./graphblas/matrix.hpp(203): here
  106. instantiation of "graphblas::Info graphblas::Matrix<T>::print(__nv_bool) [with T=float]"
  107. /home/user2/test_graphblast2.0/graphblast/test/gspgemm.cu(33): here
  108.  
  109. /usr/include/c++/5/bits/stl_iterator_base_types.h(157): error: name followed by "::" must be a class or namespace name
  110. detected during:
  111. instantiation of class "std::__iterator_traits<_Iterator, void> [with _Iterator=graphblas::Index]"
  112. (163): here
  113. instantiation of class "std::iterator_traits<_Iterator> [with _Iterator=graphblas::Index]"
  114. /home/user2/test_graphblast2.0/graphblast/./graphblas/util.hpp(579): here
  115. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::syncCpu() [with T=float]"
  116. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/sparse_matrix.hpp(488): here
  117. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::print(__nv_bool) [with T=float]"
  118. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/matrix.hpp(253): here
  119. instantiation of "graphblas::Info graphblas::backend::Matrix<T>::print(__nv_bool) [with T=float]"
  120. /home/user2/test_graphblast2.0/graphblast/./graphblas/matrix.hpp(203): here
  121. instantiation of "graphblas::Info graphblas::Matrix<T>::print(__nv_bool) [with T=float]"
  122. /home/user2/test_graphblast2.0/graphblast/test/gspgemm.cu(33): here
  123.  
  124. /usr/include/c++/5/bits/stl_iterator_base_types.h(158): error: name followed by "::" must be a class or namespace name
  125. detected during:
  126. instantiation of class "std::__iterator_traits<_Iterator, void> [with _Iterator=graphblas::Index]"
  127. (163): here
  128. instantiation of class "std::iterator_traits<_Iterator> [with _Iterator=graphblas::Index]"
  129. /home/user2/test_graphblast2.0/graphblast/./graphblas/util.hpp(579): here
  130. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::syncCpu() [with T=float]"
  131. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/sparse_matrix.hpp(488): here
  132. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::print(__nv_bool) [with T=float]"
  133. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/matrix.hpp(253): here
  134. instantiation of "graphblas::Info graphblas::backend::Matrix<T>::print(__nv_bool) [with T=float]"
  135. /home/user2/test_graphblast2.0/graphblast/./graphblas/matrix.hpp(203): here
  136. instantiation of "graphblas::Info graphblas::Matrix<T>::print(__nv_bool) [with T=float]"
  137. /home/user2/test_graphblast2.0/graphblast/test/gspgemm.cu(33): here
  138.  
  139. 7 errors detected in the compilation of "/tmp/tmpxft_00003fb8_00000000-7_gspgemm.cpp1.ii".
  140. CMake Error at gspgemm_generated_gspgemm.cu.o.cmake:266 (message):
  141. Error generating file
  142. /home/user2/test_graphblast2.0/graphblast/build/CMakeFiles/gspgemm.dir/test/./gspgemm_generated_gspgemm.cu.o
  143.  
  144.  
  145. make[2]: *** [CMakeFiles/gspgemm.dir/test/gspgemm_generated_gspgemm.cu.o] Error 1
  146. make[1]: *** [CMakeFiles/gspgemm.dir/all] Error 2
  147. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(29): warning: variable "err" was set but never used
  148.  
  149. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(72): warning: variable "err" was set but never used
  150.  
  151. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(100): warning: variable "err" was set but never used
  152.  
  153. /home/user2/test_graphblast2.0/graphblast/test/greduce.cu(35): error: no instance of function template "readMtx" matches the argument list
  154. 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 **)
  155.  
  156. /home/user2/test_graphblast2.0/graphblast/test/greduce.cu(30): warning: variable "err" was set but never used
  157.  
  158. /usr/include/c++/5/bits/stl_iterator_base_types.h(154): error: name followed by "::" must be a class or namespace name
  159. detected during:
  160. instantiation of class "std::__iterator_traits<_Iterator, void> [with _Iterator=graphblas::Index]"
  161. (163): here
  162. instantiation of class "std::iterator_traits<_Iterator> [with _Iterator=graphblas::Index]"
  163. /home/user2/test_graphblast2.0/graphblast/./graphblas/util.hpp(579): here
  164. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::syncCpu() [with T=float]"
  165. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/sparse_matrix.hpp(488): here
  166. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::print(__nv_bool) [with T=float]"
  167. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/matrix.hpp(253): here
  168. instantiation of "graphblas::Info graphblas::backend::Matrix<T>::print(__nv_bool) [with T=float]"
  169. /home/user2/test_graphblast2.0/graphblast/./graphblas/matrix.hpp(203): here
  170. instantiation of "graphblas::Info graphblas::Matrix<T>::print(__nv_bool) [with T=float]"
  171. /home/user2/test_graphblast2.0/graphblast/test/greduce.cu(41): here
  172.  
  173. /usr/include/c++/5/bits/stl_iterator_base_types.h(155): error: name followed by "::" must be a class or namespace name
  174. detected during:
  175. instantiation of class "std::__iterator_traits<_Iterator, void> [with _Iterator=graphblas::Index]"
  176. (163): here
  177. instantiation of class "std::iterator_traits<_Iterator> [with _Iterator=graphblas::Index]"
  178. /home/user2/test_graphblast2.0/graphblast/./graphblas/util.hpp(579): here
  179. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::syncCpu() [with T=float]"
  180. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/sparse_matrix.hpp(488): here
  181. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::print(__nv_bool) [with T=float]"
  182. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/matrix.hpp(253): here
  183. instantiation of "graphblas::Info graphblas::backend::Matrix<T>::print(__nv_bool) [with T=float]"
  184. /home/user2/test_graphblast2.0/graphblast/./graphblas/matrix.hpp(203): here
  185. instantiation of "graphblas::Info graphblas::Matrix<T>::print(__nv_bool) [with T=float]"
  186. /home/user2/test_graphblast2.0/graphblast/test/greduce.cu(41): here
  187.  
  188. /usr/include/c++/5/bits/stl_iterator_base_types.h(156): error: name followed by "::" must be a class or namespace name
  189. detected during:
  190. instantiation of class "std::__iterator_traits<_Iterator, void> [with _Iterator=graphblas::Index]"
  191. (163): here
  192. instantiation of class "std::iterator_traits<_Iterator> [with _Iterator=graphblas::Index]"
  193. /home/user2/test_graphblast2.0/graphblast/./graphblas/util.hpp(579): here
  194. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::syncCpu() [with T=float]"
  195. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/sparse_matrix.hpp(488): here
  196. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::print(__nv_bool) [with T=float]"
  197. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/matrix.hpp(253): here
  198. instantiation of "graphblas::Info graphblas::backend::Matrix<T>::print(__nv_bool) [with T=float]"
  199. /home/user2/test_graphblast2.0/graphblast/./graphblas/matrix.hpp(203): here
  200. instantiation of "graphblas::Info graphblas::Matrix<T>::print(__nv_bool) [with T=float]"
  201. /home/user2/test_graphblast2.0/graphblast/test/greduce.cu(41): here
  202.  
  203. /usr/include/c++/5/bits/stl_iterator_base_types.h(157): error: name followed by "::" must be a class or namespace name
  204. detected during:
  205. instantiation of class "std::__iterator_traits<_Iterator, void> [with _Iterator=graphblas::Index]"
  206. (163): here
  207. instantiation of class "std::iterator_traits<_Iterator> [with _Iterator=graphblas::Index]"
  208. /home/user2/test_graphblast2.0/graphblast/./graphblas/util.hpp(579): here
  209. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::syncCpu() [with T=float]"
  210. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/sparse_matrix.hpp(488): here
  211. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::print(__nv_bool) [with T=float]"
  212. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/matrix.hpp(253): here
  213. instantiation of "graphblas::Info graphblas::backend::Matrix<T>::print(__nv_bool) [with T=float]"
  214. /home/user2/test_graphblast2.0/graphblast/./graphblas/matrix.hpp(203): here
  215. instantiation of "graphblas::Info graphblas::Matrix<T>::print(__nv_bool) [with T=float]"
  216. /home/user2/test_graphblast2.0/graphblast/test/greduce.cu(41): here
  217.  
  218. /usr/include/c++/5/bits/stl_iterator_base_types.h(154): error: name followed by "::" must be a class or namespace name
  219. detected during:
  220. instantiation of class "std::__iterator_traits<_Iterator, void> [with _Iterator=graphblas::Index]"
  221. (163): here
  222. instantiation of class "std::iterator_traits<_Iterator> [with _Iterator=graphblas::Index]"
  223. /home/user2/test_graphblast2.0/graphblast/./graphblas/util.hpp(579): here
  224. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::build(char *) [with T=float]"
  225. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/matrix.hpp(186): here
  226. instantiation of "graphblas::Info graphblas::backend::Matrix<T>::build(char *) [with T=float]"
  227. /home/user2/test_graphblast2.0/graphblast/./graphblas/matrix.hpp(139): here
  228. instantiation of "graphblas::Info graphblas::Matrix<T>::build(const std::vector<graphblas::Index, std::allocator<graphblas::Index>> *, const std::vector<graphblas::Index, std::allocator<graphblas::Index>> *, const std::vector<T, std::allocator<T>> *, graphblas::Index, BinaryOpT, char *) [with T=float, BinaryOpT=long]"
  229. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(39): here
  230.  
  231. /usr/include/c++/5/bits/stl_iterator_base_types.h(158): error: name followed by "::" must be a class or namespace name
  232. detected during:
  233. instantiation of class "std::__iterator_traits<_Iterator, void> [with _Iterator=graphblas::Index]"
  234. (163): here
  235. instantiation of class "std::iterator_traits<_Iterator> [with _Iterator=graphblas::Index]"
  236. /home/user2/test_graphblast2.0/graphblast/./graphblas/util.hpp(579): here
  237. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::syncCpu() [with T=float]"
  238. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/sparse_matrix.hpp(488): here
  239. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::print(__nv_bool) [with T=float]"
  240. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/matrix.hpp(253): here
  241. instantiation of "graphblas::Info graphblas::backend::Matrix<T>::print(__nv_bool) [with T=float]"
  242. /home/user2/test_graphblast2.0/graphblast/./graphblas/matrix.hpp(203): here
  243. instantiation of "graphblas::Info graphblas::Matrix<T>::print(__nv_bool) [with T=float]"
  244. /home/user2/test_graphblast2.0/graphblast/test/greduce.cu(41): here
  245.  
  246. /usr/include/c++/5/bits/stl_iterator_base_types.h(155): error: name followed by "::" must be a class or namespace name
  247. detected during:
  248. instantiation of class "std::__iterator_traits<_Iterator, void> [with _Iterator=graphblas::Index]"
  249. (163): here
  250. instantiation of class "std::iterator_traits<_Iterator> [with _Iterator=graphblas::Index]"
  251. /home/user2/test_graphblast2.0/graphblast/./graphblas/util.hpp(579): here
  252. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::build(char *) [with T=float]"
  253. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/matrix.hpp(186): here
  254. instantiation of "graphblas::Info graphblas::backend::Matrix<T>::build(char *) [with T=float]"
  255. /home/user2/test_graphblast2.0/graphblast/./graphblas/matrix.hpp(139): here
  256. instantiation of "graphblas::Info graphblas::Matrix<T>::build(const std::vector<graphblas::Index, std::allocator<graphblas::Index>> *, const std::vector<graphblas::Index, std::allocator<graphblas::Index>> *, const std::vector<T, std::allocator<T>> *, graphblas::Index, BinaryOpT, char *) [with T=float, BinaryOpT=long]"
  257. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(39): here
  258.  
  259. /usr/include/c++/5/bits/stl_iterator_base_types.h(156): error: name followed by "::" must be a class or namespace name
  260. detected during:
  261. instantiation of class "std::__iterator_traits<_Iterator, void> [with _Iterator=graphblas::Index]"
  262. (163): here
  263. instantiation of class "std::iterator_traits<_Iterator> [with _Iterator=graphblas::Index]"
  264. /home/user2/test_graphblast2.0/graphblast/./graphblas/util.hpp(579): here
  265. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::build(char *) [with T=float]"
  266. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/matrix.hpp(186): here
  267. instantiation of "graphblas::Info graphblas::backend::Matrix<T>::build(char *) [with T=float]"
  268. /home/user2/test_graphblast2.0/graphblast/./graphblas/matrix.hpp(139): here
  269. instantiation of "graphblas::Info graphblas::Matrix<T>::build(const std::vector<graphblas::Index, std::allocator<graphblas::Index>> *, const std::vector<graphblas::Index, std::allocator<graphblas::Index>> *, const std::vector<T, std::allocator<T>> *, graphblas::Index, BinaryOpT, char *) [with T=float, BinaryOpT=long]"
  270. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(39): here
  271.  
  272. /usr/include/c++/5/bits/stl_iterator_base_types.h(157): error: name followed by "::" must be a class or namespace name
  273. detected during:
  274. instantiation of class "std::__iterator_traits<_Iterator, void> [with _Iterator=graphblas::Index]"
  275. (163): here
  276. instantiation of class "std::iterator_traits<_Iterator> [with _Iterator=graphblas::Index]"
  277. /home/user2/test_graphblast2.0/graphblast/./graphblas/util.hpp(579): here
  278. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::build(char *) [with T=float]"
  279. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/matrix.hpp(186): here
  280. instantiation of "graphblas::Info graphblas::backend::Matrix<T>::build(char *) [with T=float]"
  281. /home/user2/test_graphblast2.0/graphblast/./graphblas/matrix.hpp(139): here
  282. instantiation of "graphblas::Info graphblas::Matrix<T>::build(const std::vector<graphblas::Index, std::allocator<graphblas::Index>> *, const std::vector<graphblas::Index, std::allocator<graphblas::Index>> *, const std::vector<T, std::allocator<T>> *, graphblas::Index, BinaryOpT, char *) [with T=float, BinaryOpT=long]"
  283. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(39): here
  284.  
  285. /usr/include/c++/5/bits/stl_iterator_base_types.h(158): error: name followed by "::" must be a class or namespace name
  286. detected during:
  287. instantiation of class "std::__iterator_traits<_Iterator, void> [with _Iterator=graphblas::Index]"
  288. (163): here
  289. instantiation of class "std::iterator_traits<_Iterator> [with _Iterator=graphblas::Index]"
  290. /home/user2/test_graphblast2.0/graphblast/./graphblas/util.hpp(579): here
  291. instantiation of "graphblas::Info graphblas::backend::SparseMatrix<T>::build(char *) [with T=float]"
  292. /home/user2/test_graphblast2.0/graphblast/./graphblas/backend/cuda/matrix.hpp(186): here
  293. instantiation of "graphblas::Info graphblas::backend::Matrix<T>::build(char *) [with T=float]"
  294. /home/user2/test_graphblast2.0/graphblast/./graphblas/matrix.hpp(139): here
  295. instantiation of "graphblas::Info graphblas::Matrix<T>::build(const std::vector<graphblas::Index, std::allocator<graphblas::Index>> *, const std::vector<graphblas::Index, std::allocator<graphblas::Index>> *, const std::vector<T, std::allocator<T>> *, graphblas::Index, BinaryOpT, char *) [with T=float, BinaryOpT=long]"
  296. /home/user2/test_graphblast2.0/graphblast/test/gbuild.cu(39): here
  297.  
  298. 7 errors detected in the compilation of "/tmp/tmpxft_00003fc2_00000000-7_gbuild.cpp1.ii".
  299. CMake Error at gbuild_generated_gbuild.cu.o.cmake:266 (message):
  300. Error generating file
  301. /home/user2/test_graphblast2.0/graphblast/build/CMakeFiles/gbuild.dir/test/./gbuild_generated_gbuild.cu.o
  302.  
  303.  
  304. make[2]: *** [CMakeFiles/gbuild.dir/test/gbuild_generated_gbuild.cu.o] Error 1
  305. make[1]: *** [CMakeFiles/gbuild.dir/all] Error 2
  306. 8 errors detected in the compilation of "/tmp/tmpxft_00003fca_00000000-7_greduce.cpp1.ii".
  307. CMake Error at greduce_generated_greduce.cu.o.cmake:266 (message):
  308. Error generating file
  309. /home/user2/test_graphblast2.0/graphblast/build/CMakeFiles/greduce.dir/test/./greduce_generated_greduce.cu.o
  310.  
  311.  
  312. make[2]: *** [CMakeFiles/greduce.dir/test/greduce_generated_greduce.cu.o] Error 1
  313. make[1]: *** [CMakeFiles/greduce.dir/all] Error 2
  314. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement