Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.45 KB | None | 0 0
  1. /N/u/thejkane/BigRed2/crest/development/quals/hpx-sssp/dc_sssp.cpp:27:0: warning: "HPX_LIMIT" redefined
  2. #define HPX_LIMIT 6
  3. ^
  4. In file included from /N/dc2/scratch/thejkane/hpx/install/include/hpx/hpx_fwd.hpp:12:0,
  5. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/hpx_init.hpp:13,
  6. from /N/u/thejkane/BigRed2/crest/development/quals/hpx-sssp/dc_sssp.cpp:16:
  7. /N/dc2/scratch/thejkane/hpx/install/include/hpx/config.hpp:74:0: note: this is the location of the previous definition
  8. # define HPX_LIMIT 5
  9. ^
  10. In file included from /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/preprocessed/new.hpp:14:0,
  11. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/new.hpp:89,
  12. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/include/components.hpp:40,
  13. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/include/runtime.hpp:11,
  14. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/hpx.hpp:11,
  15. from /N/u/thejkane/BigRed2/crest/development/quals/hpx-sssp/dc_sssp.cpp:17:
  16. /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/preprocessed/new_5.hpp: In instantiation of 'typename boost::enable_if<hpx::traits::is_component<Component>, hpx::lcos::future<hpx::naming::id_type> >::type hpx::components::new_(const hpx::naming::id_type&, Arg0&&, Arg1&&, Arg2&&, Arg3&&, Arg4&&) [with Component = partition_server; Arg0 = long unsigned int&; Arg1 = long unsigned int&; Arg2 = const int*&; Arg3 = const int*&; Arg4 = const int*&; typename boost::enable_if<hpx::traits::is_component<Component>, hpx::lcos::future<hpx::naming::id_type> >::type = hpx::lcos::future<hpx::naming::id_type>]':
  17. /N/u/thejkane/BigRed2/crest/development/quals/hpx-sssp/dc_sssp.cpp:197:86: required from here
  18. /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/preprocessed/new_5.hpp:90:155: error: no matching function for call to 'hpx::components::stub_base<partition_server>::create_async(const hpx::naming::id_type&, long unsigned int&, long unsigned int&, const int*&, const int*&, const int*&)'
  19. std::forward<Arg0>( arg0 ) , std::forward<Arg1>( arg1 ) , std::forward<Arg2>( arg2 ) , std::forward<Arg3>( arg3 ) , std::forward<Arg4>( arg4 ));
  20. ^
  21. /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/preprocessed/new_5.hpp:90:155: note: candidates are:
  22. In file included from /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/stubs/memory_block.hpp:15:0,
  23. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/memory_block.hpp:14,
  24. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/include/components.hpp:22,
  25. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/include/runtime.hpp:11,
  26. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/hpx.hpp:11,
  27. from /N/u/thejkane/BigRed2/crest/development/quals/hpx-sssp/dc_sssp.cpp:17:
  28. /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/stubs/stub_base.hpp:35:9: note: static hpx::lcos::future<hpx::naming::id_type> hpx::components::stub_base<ServerComponent>::create_async(const hpx::naming::id_type&) [with ServerComponent = partition_server]
  29. create_async(naming::id_type const& gid)
  30. ^
  31. /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/stubs/stub_base.hpp:35:9: note: candidate expects 1 argument, 6 provided
  32. /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/stubs/stub_base.hpp:67:9: note: template<class Arg0> static hpx::lcos::future<hpx::naming::id_type> hpx::components::stub_base<ServerComponent>::create_async(const hpx::naming::id_type&, Arg0&&) [with Arg0 = Arg0; ServerComponent = partition_server]
  33. create_async(naming::id_type const& gid, \
  34. ^
  35. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:83:54: note: in expansion of macro 'HPX_STUB_BASE_CREATE'
  36. # define BOOST_PP_REPEAT_FROM_TO_M_1_II(z, n, m, dt) m(z, n, dt)
  37. ^
  38. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:79:59: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_M_1_II'
  39. # define BOOST_PP_REPEAT_FROM_TO_M_1_I(z, n, d, f, m, dt) BOOST_PP_REPEAT_FROM_TO_M_1_II(z, BOOST_PP_ADD_D(d, n, f), m, dt)
  40. ^
  41. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:70:54: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_M_1_I'
  42. # define BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, im) BOOST_PP_REPEAT_FROM_TO_M_1_I(z, n, im)
  43. ^
  44. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:67:53: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_M_1_IM'
  45. # define BOOST_PP_REPEAT_FROM_TO_M_1(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, BOOST_PP_TUPLE_REM_4 dfmd)
  46. ^
  47. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:67:90: note: in expansion of macro 'BOOST_PP_TUPLE_REM_4'
  48. # define BOOST_PP_REPEAT_FROM_TO_M_1(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, BOOST_PP_TUPLE_REM_4 dfmd)
  49. ^
  50. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:52:36: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_M_1'
  51. # define BOOST_PP_REPEAT_1_1(m, d) m(2, 0, d)
  52. ^
  53. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:53:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_1'
  54. # define BOOST_PP_REPEAT_1_2(m, d) BOOST_PP_REPEAT_1_1(m, d) m(2, 1, d)
  55. ^
  56. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:54:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_2'
  57. # define BOOST_PP_REPEAT_1_3(m, d) BOOST_PP_REPEAT_1_2(m, d) m(2, 2, d)
  58. ^
  59. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:55:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_3'
  60. # define BOOST_PP_REPEAT_1_4(m, d) BOOST_PP_REPEAT_1_3(m, d) m(2, 3, d)
  61. ^
  62. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:43:39: note: in expansion of macro 'BOOST_PP_REPEAT_1_4'
  63. # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d)
  64. ^
  65. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:38:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_I'
  66. # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
  67. ^
  68. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:54:57: note: in expansion of macro 'BOOST_PP_REPEAT_1'
  69. # define BOOST_PP_REPEAT_FROM_TO_D_1(d, f, l, m, dt) BOOST_PP_REPEAT_1(BOOST_PP_SUB_D(d, l, f), BOOST_PP_REPEAT_FROM_TO_M_1, (d, f, m, dt))
  70. ^
  71. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:36:49: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_D_1'
  72. # define BOOST_PP_REPEAT_FROM_TO_1(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1(BOOST_PP_AUTO_REC(BOOST_PP_WHILE_P, 256), f, l, m, dt)
  73. ^
  74. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/cat.hpp:29:34: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_1'
  75. # define BOOST_PP_CAT_I(a, b) a ## b
  76. ^
  77. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/cat.hpp:22:32: note: in expansion of macro 'BOOST_PP_CAT_I'
  78. # define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
  79. ^
  80. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:34:34: note: in expansion of macro 'BOOST_PP_CAT'
  81. # define BOOST_PP_REPEAT_FROM_TO BOOST_PP_CAT(BOOST_PP_REPEAT_FROM_TO_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
  82. ^
  83. /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/stubs/stub_base.hpp:106:9: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO'
  84. BOOST_PP_REPEAT_FROM_TO(
  85. ^
  86. /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/stubs/stub_base.hpp:67:9: note: template argument deduction/substitution failed:
  87. create_async(naming::id_type const& gid, \
  88. ^
  89. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:83:54: note: in expansion of macro 'HPX_STUB_BASE_CREATE'
  90. # define BOOST_PP_REPEAT_FROM_TO_M_1_II(z, n, m, dt) m(z, n, dt)
  91. ^
  92. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:79:59: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_M_1_II'
  93. # define BOOST_PP_REPEAT_FROM_TO_M_1_I(z, n, d, f, m, dt) BOOST_PP_REPEAT_FROM_TO_M_1_II(z, BOOST_PP_ADD_D(d, n, f), m, dt)
  94. ^
  95. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:70:54: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_M_1_I'
  96. # define BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, im) BOOST_PP_REPEAT_FROM_TO_M_1_I(z, n, im)
  97. ^
  98. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:67:53: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_M_1_IM'
  99. # define BOOST_PP_REPEAT_FROM_TO_M_1(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, BOOST_PP_TUPLE_REM_4 dfmd)
  100. ^
  101. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:67:90: note: in expansion of macro 'BOOST_PP_TUPLE_REM_4'
  102. # define BOOST_PP_REPEAT_FROM_TO_M_1(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, BOOST_PP_TUPLE_REM_4 dfmd)
  103. ^
  104. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:52:36: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_M_1'
  105. # define BOOST_PP_REPEAT_1_1(m, d) m(2, 0, d)
  106. ^
  107. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:53:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_1'
  108. # define BOOST_PP_REPEAT_1_2(m, d) BOOST_PP_REPEAT_1_1(m, d) m(2, 1, d)
  109. ^
  110. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:54:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_2'
  111. # define BOOST_PP_REPEAT_1_3(m, d) BOOST_PP_REPEAT_1_2(m, d) m(2, 2, d)
  112. ^
  113. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:55:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_3'
  114. # define BOOST_PP_REPEAT_1_4(m, d) BOOST_PP_REPEAT_1_3(m, d) m(2, 3, d)
  115. ^
  116. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:43:39: note: in expansion of macro 'BOOST_PP_REPEAT_1_4'
  117. # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d)
  118. ^
  119. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:38:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_I'
  120. # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
  121. ^
  122. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:54:57: note: in expansion of macro 'BOOST_PP_REPEAT_1'
  123. # define BOOST_PP_REPEAT_FROM_TO_D_1(d, f, l, m, dt) BOOST_PP_REPEAT_1(BOOST_PP_SUB_D(d, l, f), BOOST_PP_REPEAT_FROM_TO_M_1, (d, f, m, dt))
  124. ^
  125. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:36:49: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_D_1'
  126. # define BOOST_PP_REPEAT_FROM_TO_1(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1(BOOST_PP_AUTO_REC(BOOST_PP_WHILE_P, 256), f, l, m, dt)
  127. ^
  128. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/cat.hpp:29:34: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_1'
  129. # define BOOST_PP_CAT_I(a, b) a ## b
  130. ^
  131. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/cat.hpp:22:32: note: in expansion of macro 'BOOST_PP_CAT_I'
  132. # define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
  133. ^
  134. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:34:34: note: in expansion of macro 'BOOST_PP_CAT'
  135. # define BOOST_PP_REPEAT_FROM_TO BOOST_PP_CAT(BOOST_PP_REPEAT_FROM_TO_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
  136. ^
  137. /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/stubs/stub_base.hpp:106:9: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO'
  138. BOOST_PP_REPEAT_FROM_TO(
  139. ^
  140. In file included from /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/preprocessed/new.hpp:14:0,
  141. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/new.hpp:89,
  142. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/include/components.hpp:40,
  143. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/include/runtime.hpp:11,
  144. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/hpx.hpp:11,
  145. from /N/u/thejkane/BigRed2/crest/development/quals/hpx-sssp/dc_sssp.cpp:17:
  146. /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/preprocessed/new_5.hpp:90:155: note: candidate expects 2 arguments, 6 provided
  147. std::forward<Arg0>( arg0 ) , std::forward<Arg1>( arg1 ) , std::forward<Arg2>( arg2 ) , std::forward<Arg3>( arg3 ) , std::forward<Arg4>( arg4 ));
  148. ^
  149. In file included from /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/stubs/memory_block.hpp:15:0,
  150. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/memory_block.hpp:14,
  151. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/include/components.hpp:22,
  152. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/include/runtime.hpp:11,
  153. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/hpx.hpp:11,
  154. from /N/u/thejkane/BigRed2/crest/development/quals/hpx-sssp/dc_sssp.cpp:17:
  155. /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/stubs/stub_base.hpp:67:9: note: template<class Arg0, class Arg1> static hpx::lcos::future<hpx::naming::id_type> hpx::components::stub_base<ServerComponent>::create_async(const hpx::naming::id_type&, Arg0&&, Arg1&&) [with Arg0 = Arg0; Arg1 = Arg1; ServerComponent = partition_server]
  156. create_async(naming::id_type const& gid, \
  157. ^
  158. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:83:54: note: in expansion of macro 'HPX_STUB_BASE_CREATE'
  159. # define BOOST_PP_REPEAT_FROM_TO_M_1_II(z, n, m, dt) m(z, n, dt)
  160. ^
  161. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:79:59: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_M_1_II'
  162. # define BOOST_PP_REPEAT_FROM_TO_M_1_I(z, n, d, f, m, dt) BOOST_PP_REPEAT_FROM_TO_M_1_II(z, BOOST_PP_ADD_D(d, n, f), m, dt)
  163. ^
  164. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:70:54: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_M_1_I'
  165. # define BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, im) BOOST_PP_REPEAT_FROM_TO_M_1_I(z, n, im)
  166. ^
  167. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:67:53: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_M_1_IM'
  168. # define BOOST_PP_REPEAT_FROM_TO_M_1(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, BOOST_PP_TUPLE_REM_4 dfmd)
  169. ^
  170. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:67:90: note: in expansion of macro 'BOOST_PP_TUPLE_REM_4'
  171. # define BOOST_PP_REPEAT_FROM_TO_M_1(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, BOOST_PP_TUPLE_REM_4 dfmd)
  172. ^
  173. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:53:62: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_M_1'
  174. # define BOOST_PP_REPEAT_1_2(m, d) BOOST_PP_REPEAT_1_1(m, d) m(2, 1, d)
  175. ^
  176. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:54:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_2'
  177. # define BOOST_PP_REPEAT_1_3(m, d) BOOST_PP_REPEAT_1_2(m, d) m(2, 2, d)
  178. ^
  179. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:55:36: note: in expansion of macro 'BOOST_PP_REPEAT_1_3'
  180. # define BOOST_PP_REPEAT_1_4(m, d) BOOST_PP_REPEAT_1_3(m, d) m(2, 3, d)
  181. ^
  182. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:43:39: note: in expansion of macro 'BOOST_PP_REPEAT_1_4'
  183. # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d)
  184. ^
  185. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:38:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_I'
  186. # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
  187. ....
  188. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:70:54: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_M_1_I'
  189. # define BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, im) BOOST_PP_REPEAT_FROM_TO_M_1_I(z, n, im)
  190. ^
  191. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:67:53: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_M_1_IM'
  192. # define BOOST_PP_REPEAT_FROM_TO_M_1(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, BOOST_PP_TUPLE_REM_4 dfmd)
  193. ^
  194. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:67:90: note: in expansion of macro 'BOOST_PP_TUPLE_REM_4'
  195. # define BOOST_PP_REPEAT_FROM_TO_M_1(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, BOOST_PP_TUPLE_REM_4 dfmd)
  196. ^
  197. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:55:62: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_M_1'
  198. # define BOOST_PP_REPEAT_1_4(m, d) BOOST_PP_REPEAT_1_3(m, d) m(2, 3, d)
  199. ^
  200. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:43:39: note: in expansion of macro 'BOOST_PP_REPEAT_1_4'
  201. # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d)
  202. ^
  203. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat.hpp:38:37: note: in expansion of macro 'BOOST_PP_REPEAT_1_I'
  204. # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d)
  205. ^
  206. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:54:57: note: in expansion of macro 'BOOST_PP_REPEAT_1'
  207. # define BOOST_PP_REPEAT_FROM_TO_D_1(d, f, l, m, dt) BOOST_PP_REPEAT_1(BOOST_PP_SUB_D(d, l, f), BOOST_PP_REPEAT_FROM_TO_M_1, (d, f, m, dt))
  208. ^
  209. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:36:49: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_D_1'
  210. # define BOOST_PP_REPEAT_FROM_TO_1(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1(BOOST_PP_AUTO_REC(BOOST_PP_WHILE_P, 256), f, l, m, dt)
  211. ^
  212. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/cat.hpp:29:34: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO_1'
  213. # define BOOST_PP_CAT_I(a, b) a ## b
  214. ^
  215. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/cat.hpp:22:32: note: in expansion of macro 'BOOST_PP_CAT_I'
  216. # define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b)
  217. ^
  218. /N/dc2/scratch/thejkane/hpx/boost/install/include/boost/preprocessor/repetition/repeat_from_to.hpp:34:34: note: in expansion of macro 'BOOST_PP_CAT'
  219. # define BOOST_PP_REPEAT_FROM_TO BOOST_PP_CAT(BOOST_PP_REPEAT_FROM_TO_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
  220. ^
  221. /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/stubs/stub_base.hpp:106:9: note: in expansion of macro 'BOOST_PP_REPEAT_FROM_TO'
  222. BOOST_PP_REPEAT_FROM_TO(
  223. ^
  224. In file included from /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/preprocessed/new.hpp:14:0,
  225. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/new.hpp:89,
  226. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/include/components.hpp:40,
  227. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/include/runtime.hpp:11,
  228. from /N/dc2/scratch/thejkane/hpx/install/include/hpx/hpx.hpp:11,
  229. from /N/u/thejkane/BigRed2/crest/development/quals/hpx-sssp/dc_sssp.cpp:17:
  230. /N/dc2/scratch/thejkane/hpx/install/include/hpx/runtime/components/preprocessed/new_5.hpp:90:155: note: candidate expects 5 arguments, 6 provided
  231. std::forward<Arg0>( arg0 ) , std::forward<Arg1>( arg1 ) , std::forward<Arg2>( arg2 ) , std::forward<Arg3>( arg3 ) , std::forward<Arg4>( arg4 ));
  232. ^
  233. make[2]: *** [CMakeFiles/dc_sssp_exe.dir/dc_sssp.cpp.o] Error 1
  234. make[2]: Leaving directory `/N/hd02/thejkane/BigRed2/crest/development/quals/hpx-sssp/build'
  235. make[1]: *** [CMakeFiles/dc_sssp_exe.dir/all] Error 2
  236. make[1]: Leaving directory `/N/hd02/thejkane/BigRed2/crest/development/quals/hpx-sssp/build'
  237. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement