Skip to content

Instantly share code, notes, and snippets.

@dmarce1
Created December 21, 2015 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmarce1/cda50131e87350e34f29 to your computer and use it in GitHub Desktop.
Save dmarce1/cda50131e87350e34f29 to your computer and use it in GitHub Desktop.
std::array broken
+ cd /work/dmarce1/octotiger
+ make -j20
-- Using custom allocator.
-- Configuring done
-- Generating done
-- Build files have been written to: /work/dmarce1/octotiger
Scanning dependencies of target octotiger_exe
[ 5%] [ 11%] [ 17%] [ 23%] [ 29%] [ 35%] Building CXX object CMakeFiles/octotiger_exe.dir/src/node_client.cpp.o
[ 41%] Building CXX object CMakeFiles/octotiger_exe.dir/src/main.cpp.o
Building CXX object CMakeFiles/octotiger_exe.dir/src/node_server.cpp.o
[ 47%] Building CXX object CMakeFiles/octotiger_exe.dir/src/grid.cpp.o
Building CXX object CMakeFiles/octotiger_exe.dir/src/grid_fmm.cpp.o
Building CXX object CMakeFiles/octotiger_exe.dir/src/node_server_decomp.cpp.o
Building CXX object CMakeFiles/octotiger_exe.dir/src/node_server_output.cpp.o
Building CXX object CMakeFiles/octotiger_exe.dir/src/node_octstruct.cpp.o
[ 52%] [ 64%] [ 94%] [ 94%] [ 94%] [ 94%] [ 94%] [ 94%] Building CXX object CMakeFiles/octotiger_exe.dir/src/grid_scf.cpp.o
Building CXX object CMakeFiles/octotiger_exe.dir/src/lane_emden.cpp.o
Building CXX object CMakeFiles/octotiger_exe.dir/src/grid_output.cpp.o
Building CXX object CMakeFiles/octotiger_exe.dir/src/problem.cpp.o
Building CXX object CMakeFiles/octotiger_exe.dir/src/geometry.cpp.o
Building CXX object CMakeFiles/octotiger_exe.dir/src/node_location.cpp.o
Building CXX object CMakeFiles/octotiger_exe.dir/src/roe.cpp.o
Building CXX object CMakeFiles/octotiger_exe.dir/src/taylor.cpp.o
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(36): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::input_archive, std::array<real, 3UL>, int)
serialize(ar, t, 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::input_archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>, Archive=hpx::serialization::input_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 166 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_nonintrusively_polymorphic(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 145 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_bitwise(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 88 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::input_archive::load(T &) [with T=std::array<real={double}, 3UL>]" at line 75 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::invoke_impl(T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 30 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::input_archive &hpx::serialization::operator>>(hpx::serialization::input_archive &, T &) [with T=std::array<real={double}, 3UL>]" at line 244 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::load(Archive &, unsigned int) [with Archive=hpx::serialization::input_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(30): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::output_archive, std::array<real, 3UL>, int)
serialize(ar, const_cast<T&>(t), 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::output_archive &, const T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=const std::array<real={double}, 3UL>, Archive=hpx::serialization::output_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 195 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_nonintrusively_polymorphic(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 172 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_bitwise(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 131 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::output_archive::save(const T &) [with T=std::array<real={double}, 3UL>]" at line 118 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::invoke_impl(const T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 23 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::output_archive &hpx::serialization::operator<<(hpx::serialization::output_archive &, const T &) [with T=std::array<real={double}, 3UL>]" at line 255 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::save(Archive &, unsigned int) const [with Archive=hpx::serialization::output_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(36): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::input_archive, std::array<real, 3UL>, int)
serialize(ar, t, 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::input_archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>, Archive=hpx::serialization::input_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 166 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_nonintrusively_polymorphic(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 145 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_bitwise(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 88 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::input_archive::load(T &) [with T=std::array<real={double}, 3UL>]" at line 75 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::invoke_impl(T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 30 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::input_archive &hpx::serialization::operator>>(hpx::serialization::input_archive &, T &) [with T=std::array<real={double}, 3UL>]" at line 244 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::load(Archive &, unsigned int) [with Archive=hpx::serialization::input_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(30): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::output_archive, std::array<real, 3UL>, int)
serialize(ar, const_cast<T&>(t), 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::output_archive &, const T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=const std::array<real={double}, 3UL>, Archive=hpx::serialization::output_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 195 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_nonintrusively_polymorphic(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 172 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_bitwise(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 131 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::output_archive::save(const T &) [with T=std::array<real={double}, 3UL>]" at line 118 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::invoke_impl(const T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 23 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::output_archive &hpx::serialization::operator<<(hpx::serialization::output_archive &, const T &) [with T=std::array<real={double}, 3UL>]" at line 255 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::save(Archive &, unsigned int) const [with Archive=hpx::serialization::output_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(36): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::input_archive, std::array<real, 3UL>, int)
serialize(ar, t, 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::input_archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>, Archive=hpx::serialization::input_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 166 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_nonintrusively_polymorphic(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 145 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_bitwise(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 88 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::input_archive::load(T &) [with T=std::array<real={double}, 3UL>]" at line 75 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::invoke_impl(T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 30 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::input_archive &hpx::serialization::operator>>(hpx::serialization::input_archive &, T &) [with T=std::array<real={double}, 3UL>]" at line 244 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::load(Archive &, unsigned int) [with Archive=hpx::serialization::input_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(30): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::output_archive, std::array<real, 3UL>, int)
serialize(ar, const_cast<T&>(t), 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::output_archive &, const T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=const std::array<real={double}, 3UL>, Archive=hpx::serialization::output_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 195 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_nonintrusively_polymorphic(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 172 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_bitwise(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 131 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::output_archive::save(const T &) [with T=std::array<real={double}, 3UL>]" at line 118 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::invoke_impl(const T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 23 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::output_archive &hpx::serialization::operator<<(hpx::serialization::output_archive &, const T &) [with T=std::array<real={double}, 3UL>]" at line 255 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::save(Archive &, unsigned int) const [with Archive=hpx::serialization::output_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
make[2]: *** [CMakeFiles/octotiger_exe.dir/src/grid_fmm.cpp.o] Error 2
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [CMakeFiles/octotiger_exe.dir/src/node_location.cpp.o] Error 2
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(36): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::input_archive, std::array<real, 3UL>, int)
serialize(ar, t, 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::input_archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>, Archive=hpx::serialization::input_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 166 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_nonintrusively_polymorphic(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 145 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_bitwise(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 88 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::input_archive::load(T &) [with T=std::array<real={double}, 3UL>]" at line 75 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::invoke_impl(T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 30 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::input_archive &hpx::serialization::operator>>(hpx::serialization::input_archive &, T &) [with T=std::array<real={double}, 3UL>]" at line 244 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::load(Archive &, unsigned int) [with Archive=hpx::serialization::input_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(36): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::input_archive, std::array<real, 3UL>, int)
serialize(ar, t, 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::input_archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>, Archive=hpx::serialization::input_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 166 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_nonintrusively_polymorphic(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 145 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_bitwise(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 88 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::input_archive::load(T &) [with T=std::array<real={double}, 3UL>]" at line 75 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::invoke_impl(T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 30 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::input_archive &hpx::serialization::operator>>(hpx::serialization::input_archive &, T &) [with T=std::array<real={double}, 3UL>]" at line 244 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::load(Archive &, unsigned int) [with Archive=hpx::serialization::input_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(36): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::input_archive, std::array<real, 3UL>, int)
serialize(ar, t, 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::input_archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>, Archive=hpx::serialization::input_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 166 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_nonintrusively_polymorphic(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 145 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_bitwise(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 88 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::input_archive::load(T &) [with T=std::array<real={double}, 3UL>]" at line 75 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::invoke_impl(T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 30 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::input_archive &hpx::serialization::operator>>(hpx::serialization::input_archive &, T &) [with T=std::array<real={double}, 3UL>]" at line 244 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::load(Archive &, unsigned int) [with Archive=hpx::serialization::input_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(30): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::output_archive, std::array<real, 3UL>, int)
serialize(ar, const_cast<T&>(t), 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::output_archive &, const T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=const std::array<real={double}, 3UL>, Archive=hpx::serialization::output_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 195 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_nonintrusively_polymorphic(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 172 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_bitwise(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 131 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::output_archive::save(const T &) [with T=std::array<real={double}, 3UL>]" at line 118 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::invoke_impl(const T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 23 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::output_archive &hpx::serialization::operator<<(hpx::serialization::output_archive &, const T &) [with T=std::array<real={double}, 3UL>]" at line 255 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::save(Archive &, unsigned int) const [with Archive=hpx::serialization::output_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(30): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::output_archive, std::array<real, 3UL>, int)
serialize(ar, const_cast<T&>(t), 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::output_archive &, const T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=const std::array<real={double}, 3UL>, Archive=hpx::serialization::output_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 195 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_nonintrusively_polymorphic(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 172 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_bitwise(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 131 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::output_archive::save(const T &) [with T=std::array<real={double}, 3UL>]" at line 118 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::invoke_impl(const T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 23 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::output_archive &hpx::serialization::operator<<(hpx::serialization::output_archive &, const T &) [with T=std::array<real={double}, 3UL>]" at line 255 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::save(Archive &, unsigned int) const [with Archive=hpx::serialization::output_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(36): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::input_archive, std::array<real, 3UL>, int)
serialize(ar, t, 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::input_archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>, Archive=hpx::serialization::input_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 166 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_nonintrusively_polymorphic(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 145 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_bitwise(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 88 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::input_archive::load(T &) [with T=std::array<real={double}, 3UL>]" at line 75 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::invoke_impl(T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 30 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::input_archive &hpx::serialization::operator>>(hpx::serialization::input_archive &, T &) [with T=std::array<real={double}, 3UL>]" at line 244 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::load(Archive &, unsigned int) [with Archive=hpx::serialization::input_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(30): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::output_archive, std::array<real, 3UL>, int)
serialize(ar, const_cast<T&>(t), 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::output_archive &, const T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=const std::array<real={double}, 3UL>, Archive=hpx::serialization::output_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 195 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_nonintrusively_polymorphic(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 172 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_bitwise(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 131 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::output_archive::save(const T &) [with T=std::array<real={double}, 3UL>]" at line 118 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::invoke_impl(const T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 23 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::output_archive &hpx::serialization::operator<<(hpx::serialization::output_archive &, const T &) [with T=std::array<real={double}, 3UL>]" at line 255 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::save(Archive &, unsigned int) const [with Archive=hpx::serialization::output_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(30): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::output_archive, std::array<real, 3UL>, int)
serialize(ar, const_cast<T&>(t), 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::output_archive &, const T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=const std::array<real={double}, 3UL>, Archive=hpx::serialization::output_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 195 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_nonintrusively_polymorphic(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 172 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_bitwise(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 131 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::output_archive::save(const T &) [with T=std::array<real={double}, 3UL>]" at line 118 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::invoke_impl(const T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 23 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::output_archive &hpx::serialization::operator<<(hpx::serialization::output_archive &, const T &) [with T=std::array<real={double}, 3UL>]" at line 255 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::save(Archive &, unsigned int) const [with Archive=hpx::serialization::output_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(36): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::input_archive, std::array<real, 3UL>, int)
serialize(ar, t, 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::input_archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>, Archive=hpx::serialization::input_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 166 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_nonintrusively_polymorphic(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 145 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_bitwise(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 88 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::input_archive::load(T &) [with T=std::array<real={double}, 3UL>]" at line 75 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::invoke_impl(T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 30 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::input_archive &hpx::serialization::operator>>(hpx::serialization::input_archive &, T &) [with T=std::array<real={double}, 3UL>]" at line 244 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::load(Archive &, unsigned int) [with Archive=hpx::serialization::input_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(36): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::input_archive, std::array<real, 3UL>, int)
serialize(ar, t, 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::input_archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>, Archive=hpx::serialization::input_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 166 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_nonintrusively_polymorphic(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 145 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_bitwise(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 88 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::input_archive::load(T &) [with T=std::array<real={double}, 3UL>]" at line 75 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::invoke_impl(T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 30 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::input_archive &hpx::serialization::operator>>(hpx::serialization::input_archive &, T &) [with T=std::array<real={double}, 3UL>]" at line 244 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::load(Archive &, unsigned int) [with Archive=hpx::serialization::input_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(30): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::output_archive, std::array<real, 3UL>, int)
serialize(ar, const_cast<T&>(t), 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::output_archive &, const T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=const std::array<real={double}, 3UL>, Archive=hpx::serialization::output_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 195 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_nonintrusively_polymorphic(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 172 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_bitwise(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 131 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::output_archive::save(const T &) [with T=std::array<real={double}, 3UL>]" at line 118 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::invoke_impl(const T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 23 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::output_archive &hpx::serialization::operator<<(hpx::serialization::output_archive &, const T &) [with T=std::array<real={double}, 3UL>]" at line 255 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::save(Archive &, unsigned int) const [with Archive=hpx::serialization::output_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
make[2]: *** [CMakeFiles/octotiger_exe.dir/src/grid.cpp.o] Error 2
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(30): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::output_archive, std::array<real, 3UL>, int)
serialize(ar, const_cast<T&>(t), 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::output_archive &, const T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=const std::array<real={double}, 3UL>, Archive=hpx::serialization::output_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 195 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_nonintrusively_polymorphic(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 172 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_bitwise(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 131 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::output_archive::save(const T &) [with T=std::array<real={double}, 3UL>]" at line 118 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::invoke_impl(const T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 23 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::output_archive &hpx::serialization::operator<<(hpx::serialization::output_archive &, const T &) [with T=std::array<real={double}, 3UL>]" at line 255 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::save(Archive &, unsigned int) const [with Archive=hpx::serialization::output_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(36): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::input_archive, std::array<real, 3UL>, int)
serialize(ar, t, 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::input_archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>, Archive=hpx::serialization::input_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 166 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_nonintrusively_polymorphic(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 145 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_bitwise(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 88 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::input_archive::load(T &) [with T=std::array<real={double}, 3UL>]" at line 75 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::invoke_impl(T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 30 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::input_archive &hpx::serialization::operator>>(hpx::serialization::input_archive &, T &) [with T=std::array<real={double}, 3UL>]" at line 244 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::load(Archive &, unsigned int) [with Archive=hpx::serialization::input_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(30): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::output_archive, std::array<real, 3UL>, int)
serialize(ar, const_cast<T&>(t), 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::output_archive &, const T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=const std::array<real={double}, 3UL>, Archive=hpx::serialization::output_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 195 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_nonintrusively_polymorphic(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 172 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_bitwise(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 131 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::output_archive::save(const T &) [with T=std::array<real={double}, 3UL>]" at line 118 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::invoke_impl(const T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 23 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::output_archive &hpx::serialization::operator<<(hpx::serialization::output_archive &, const T &) [with T=std::array<real={double}, 3UL>]" at line 255 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::save(Archive &, unsigned int) const [with Archive=hpx::serialization::output_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
make[2]: *** [CMakeFiles/octotiger_exe.dir/src/grid_output.cpp.o] Error 2
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(36): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::input_archive, std::array<integer, 3UL>, int)
serialize(ar, t, 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::input_archive &, T &, unsigned int) [with T=std::array<integer={long long}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=std::array<integer={long long}, 3UL>, Archive=hpx::serialization::input_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::input_archive, T=std::array<integer={long long}, 3UL>]" at line 166 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_nonintrusively_polymorphic(T &, boost::mpl::false_) [with T=std::array<integer={long long}, 3UL>]" at line 145 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_bitwise(T &, boost::mpl::false_) [with T=std::array<integer={long long}, 3UL>]" at line 88 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
[ 37 instantiation contexts not shown ]
instantiation of "hpx::lcos::future<hpx::traits::promise_local_result<hpx::actions::extract_action<Action, void>::remote_result_type, void>::type> hpx::detail::async_action_dispatch<Action, hpx::naming::id_type, void>::call(const hpx::naming::id_type &, Ts &&...) [with Action=hpx::components::server::create_component_action<node_server, node_location, node_client, double, double>, Ts=<node_location, node_client &, double &, double &>]" at line 151 of
"/home/dmarce1/debug/include/hpx/lcos/async.hpp"
instantiation of "auto hpx::async<Action,F,Ts...>(F &&, Ts &&...)->decltype((<expression>)) [with Action=hpx::components::server::create_component_action<node_server, node_location, node_client, double, double>, F=const hpx::naming::id_type &, Ts=<node_location, node_client &, double &, double &>]" at line 63 of "/home/dmarce1/debug/include/hpx/runtime/components/stubs/stub_base.hpp"
instantiation of "hpx::lcos::future<hpx::naming::id_type> hpx::components::stub_base<ServerComponent>::create_async(const hpx::naming::id_type &, Ts &&...) [with ServerComponent=node_server, Ts=<node_location, node_client &, double &, double &>]" at line 222 of "/home/dmarce1/debug/include/hpx/runtime/components/new.hpp"
instantiation of "hpx::components::detail::new_component<Component>::type hpx::components::detail::new_component<Component>::call(const hpx::naming::id_type &, Ts &&...) [with Component=node_server, Ts=<node_location, node_client &, double &, double &>]" at line 285 of "/home/dmarce1/debug/include/hpx/runtime/components/new.hpp"
instantiation of "boost::lazy_enable_if_c<hpx::traits::is_component_or_component_array<Component, void>::value, hpx::components::detail::new_component<Component>>::type hpx::components::new_<Component,Ts...>(const hpx::naming::id_type &, Ts &&...) [with Component=node_server, Ts=<node_location, node_client &, real={double} &, real={double} &>]" at line 86 of "/work/dmarce1/octotiger/src/node_octstruct.cpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(30): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::output_archive, std::array<integer, 3UL>, int)
serialize(ar, const_cast<T&>(t), 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::output_archive &, const T &, unsigned int) [with T=std::array<integer={long long}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=const std::array<integer={long long}, 3UL>, Archive=hpx::serialization::output_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::output_archive, T=const std::array<integer={long long}, 3UL>]" at line 195 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_nonintrusively_polymorphic(const T &, boost::mpl::false_) [with T=std::array<integer={long long}, 3UL>]" at line 172 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_bitwise(const T &, boost::mpl::false_) [with T=std::array<integer={long long}, 3UL>]" at line 131 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
[ 37 instantiation contexts not shown ]
instantiation of "hpx::lcos::future<hpx::traits::promise_local_result<hpx::actions::extract_action<Action, void>::remote_result_type, void>::type> hpx::detail::async_action_dispatch<Action, hpx::naming::id_type, void>::call(const hpx::naming::id_type &, Ts &&...) [with Action=hpx::components::server::create_component_action<node_server, node_location, node_client, double, double>, Ts=<node_location, node_client &, double &, double &>]" at line 151 of
"/home/dmarce1/debug/include/hpx/lcos/async.hpp"
instantiation of "auto hpx::async<Action,F,Ts...>(F &&, Ts &&...)->decltype((<expression>)) [with Action=hpx::components::server::create_component_action<node_server, node_location, node_client, double, double>, F=const hpx::naming::id_type &, Ts=<node_location, node_client &, double &, double &>]" at line 63 of "/home/dmarce1/debug/include/hpx/runtime/components/stubs/stub_base.hpp"
instantiation of "hpx::lcos::future<hpx::naming::id_type> hpx::components::stub_base<ServerComponent>::create_async(const hpx::naming::id_type &, Ts &&...) [with ServerComponent=node_server, Ts=<node_location, node_client &, double &, double &>]" at line 222 of "/home/dmarce1/debug/include/hpx/runtime/components/new.hpp"
instantiation of "hpx::components::detail::new_component<Component>::type hpx::components::detail::new_component<Component>::call(const hpx::naming::id_type &, Ts &&...) [with Component=node_server, Ts=<node_location, node_client &, double &, double &>]" at line 285 of "/home/dmarce1/debug/include/hpx/runtime/components/new.hpp"
instantiation of "boost::lazy_enable_if_c<hpx::traits::is_component_or_component_array<Component, void>::value, hpx::components::detail::new_component<Component>>::type hpx::components::new_<Component,Ts...>(const hpx::naming::id_type &, Ts &&...) [with Component=node_server, Ts=<node_location, node_client &, real={double} &, real={double} &>]" at line 86 of "/work/dmarce1/octotiger/src/node_octstruct.cpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(36): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::input_archive, std::array<real, 3UL>, int)
serialize(ar, t, 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::input_archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=std::array<real={double}, 3UL>, Archive=hpx::serialization::input_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 166 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_nonintrusively_polymorphic(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 145 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_bitwise(T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 88 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::input_archive::load(T &) [with T=std::array<real={double}, 3UL>]" at line 75 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::invoke_impl(T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::input_archive, T=std::array<real={double}, 3UL>]" at line 30 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::input_archive &hpx::serialization::operator>>(hpx::serialization::input_archive &, T &) [with T=std::array<real={double}, 3UL>]" at line 244 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::load(Archive &, unsigned int) [with Archive=hpx::serialization::input_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(30): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::output_archive, std::array<real, 3UL>, int)
serialize(ar, const_cast<T&>(t), 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::output_archive &, const T &, unsigned int) [with T=std::array<real={double}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=const std::array<real={double}, 3UL>, Archive=hpx::serialization::output_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 195 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_nonintrusively_polymorphic(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 172 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_bitwise(const T &, boost::mpl::false_) [with T=std::array<real={double}, 3UL>]" at line 131 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "boost::disable_if<boost::mpl::or_<boost::is_integral<T>, boost::is_enum<T>, boost::mpl::false_, boost::mpl::false_, boost::mpl::false_>, void>::type hpx::serialization::output_archive::save(const T &) [with T=std::array<real={double}, 3UL>]" at line 118 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::invoke_impl(const T &) [with T=std::array<real={double}, 3UL>]" at line 66 of "/home/dmarce1/debug/include/hpx/runtime/serialization/basic_archive.hpp"
instantiation of "void hpx::serialization::basic_archive<Archive>::invoke(T &) [with Archive=hpx::serialization::output_archive, T=const std::array<real={double}, 3UL>]" at line 23 of "/home/dmarce1/debug/include/hpx/runtime/serialization/serialize.hpp"
instantiation of "hpx::serialization::output_archive &hpx::serialization::operator<<(hpx::serialization::output_archive &, const T &) [with T=std::array<real={double}, 3UL>]" at line 255 of "/work/dmarce1/octotiger/src/grid.hpp"
instantiation of "void grid::save(Archive &, unsigned int) const [with Archive=hpx::serialization::output_archive]" at line 260 of "/work/dmarce1/octotiger/src/grid.hpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(36): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::input_archive, std::array<integer, 3UL>, int)
serialize(ar, t, 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::input_archive &, T &, unsigned int) [with T=std::array<integer={long long}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=std::array<integer={long long}, 3UL>, Archive=hpx::serialization::input_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::input_archive, T=std::array<integer={long long}, 3UL>]" at line 166 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_nonintrusively_polymorphic(T &, boost::mpl::false_) [with T=std::array<integer={long long}, 3UL>]" at line 145 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_bitwise(T &, boost::mpl::false_) [with T=std::array<integer={long long}, 3UL>]" at line 88 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
[ 37 instantiation contexts not shown ]
instantiation of "hpx::lcos::future<hpx::traits::promise_local_result<hpx::actions::extract_action<Action, void>::remote_result_type, void>::type> hpx::detail::async_action_dispatch<Action, hpx::naming::id_type, void>::call(const hpx::naming::id_type &, Ts &&...) [with Action=hpx::components::server::create_component_action<node_server, node_location, hpx::naming::id_type, double, double>, Ts=<const node_location &, const hpx::naming::id_type &, const double &, const double &>]" at
line 151 of "/home/dmarce1/debug/include/hpx/lcos/async.hpp"
instantiation of "auto hpx::async<Action,F,Ts...>(F &&, Ts &&...)->decltype((<expression>)) [with Action=hpx::components::server::create_component_action<node_server, node_location, hpx::naming::id_type, double, double>, F=const hpx::naming::id_type &, Ts=<const node_location &, const hpx::naming::id_type &, const double &, const double &>]" at line 63 of "/home/dmarce1/debug/include/hpx/runtime/components/stubs/stub_base.hpp"
instantiation of "hpx::lcos::future<hpx::naming::id_type> hpx::components::stub_base<ServerComponent>::create_async(const hpx::naming::id_type &, Ts &&...) [with ServerComponent=node_server, Ts=<const node_location &, const hpx::naming::id_type &, const double &, const double &>]" at line 222 of "/home/dmarce1/debug/include/hpx/runtime/components/new.hpp"
instantiation of "hpx::components::detail::new_component<Component>::type hpx::components::detail::new_component<Component>::call(const hpx::naming::id_type &, Ts &&...) [with Component=node_server, Ts=<const node_location &, const hpx::naming::id_type &, const double &, const double &>]" at line 285 of "/home/dmarce1/debug/include/hpx/runtime/components/new.hpp"
instantiation of "boost::lazy_enable_if_c<hpx::traits::is_component_or_component_array<Component, void>::value, hpx::components::detail::new_component<Component>>::type hpx::components::new_<Component,Ts...>(const hpx::naming::id_type &, Ts &&...) [with Component=node_server, Ts=<const node_location &, const hpx::naming::id_type &, const real={double} &, const real={double} &>]" at line 60 of "/work/dmarce1/octotiger/src/node_server_output.cpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(30): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::output_archive, std::array<integer, 3UL>, int)
serialize(ar, const_cast<T&>(t), 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::output_archive &, const T &, unsigned int) [with T=std::array<integer={long long}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=const std::array<integer={long long}, 3UL>, Archive=hpx::serialization::output_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::output_archive, T=const std::array<integer={long long}, 3UL>]" at line 195 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_nonintrusively_polymorphic(const T &, boost::mpl::false_) [with T=std::array<integer={long long}, 3UL>]" at line 172 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_bitwise(const T &, boost::mpl::false_) [with T=std::array<integer={long long}, 3UL>]" at line 131 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
[ 37 instantiation contexts not shown ]
instantiation of "hpx::lcos::future<hpx::traits::promise_local_result<hpx::actions::extract_action<Action, void>::remote_result_type, void>::type> hpx::detail::async_action_dispatch<Action, hpx::naming::id_type, void>::call(const hpx::naming::id_type &, Ts &&...) [with Action=hpx::components::server::create_component_action<node_server, node_location, hpx::naming::id_type, double, double>, Ts=<const node_location &, const hpx::naming::id_type &, const double &, const double &>]" at
line 151 of "/home/dmarce1/debug/include/hpx/lcos/async.hpp"
instantiation of "auto hpx::async<Action,F,Ts...>(F &&, Ts &&...)->decltype((<expression>)) [with Action=hpx::components::server::create_component_action<node_server, node_location, hpx::naming::id_type, double, double>, F=const hpx::naming::id_type &, Ts=<const node_location &, const hpx::naming::id_type &, const double &, const double &>]" at line 63 of "/home/dmarce1/debug/include/hpx/runtime/components/stubs/stub_base.hpp"
instantiation of "hpx::lcos::future<hpx::naming::id_type> hpx::components::stub_base<ServerComponent>::create_async(const hpx::naming::id_type &, Ts &&...) [with ServerComponent=node_server, Ts=<const node_location &, const hpx::naming::id_type &, const double &, const double &>]" at line 222 of "/home/dmarce1/debug/include/hpx/runtime/components/new.hpp"
instantiation of "hpx::components::detail::new_component<Component>::type hpx::components::detail::new_component<Component>::call(const hpx::naming::id_type &, Ts &&...) [with Component=node_server, Ts=<const node_location &, const hpx::naming::id_type &, const double &, const double &>]" at line 285 of "/home/dmarce1/debug/include/hpx/runtime/components/new.hpp"
instantiation of "boost::lazy_enable_if_c<hpx::traits::is_component_or_component_array<Component, void>::value, hpx::components::detail::new_component<Component>>::type hpx::components::new_<Component,Ts...>(const hpx::naming::id_type &, Ts &&...) [with Component=node_server, Ts=<const node_location &, const hpx::naming::id_type &, const real={double} &, const real={double} &>]" at line 60 of "/work/dmarce1/octotiger/src/node_server_output.cpp"
make[2]: *** [CMakeFiles/octotiger_exe.dir/src/node_server_decomp.cpp.o] Error 2
make[2]: *** [CMakeFiles/octotiger_exe.dir/src/main.cpp.o] Error 2
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(36): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::input_archive, std::array<integer, 8UL>, int)
serialize(ar, t, 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::input_archive &, T &, unsigned int) [with T=std::array<integer={long long}, 8UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=std::array<integer={long long}, 8UL>, Archive=hpx::serialization::input_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::input_archive, T=std::array<integer={long long}, 8UL>]" at line 166 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_nonintrusively_polymorphic(T &, boost::mpl::false_) [with T=std::array<integer={long long}, 8UL>]" at line 145 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_bitwise(T &, boost::mpl::false_) [with T=std::array<integer={long long}, 8UL>]" at line 88 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
[ 28 instantiation contexts not shown ]
instantiation of "hpx::lcos::future<hpx::traits::promise_local_result<hpx::actions::extract_action<Action, void>::remote_result_type, void>::type> hpx::detail::async_action_dispatch<Action, hpx::naming::id_type, void>::call(const hpx::naming::id_type &, Ts &&...) [with Action=hpx::components::server::create_component_action<node_server, node_location, integer={long long}, bool, double, double, std::array<integer={long long}, 8UL>, grid, std::vector<hpx::naming::id_type,
std::allocator<hpx::naming::id_type>>>, Ts=<node_location &, integer={long long} &, bool &, double &, double &, std::array<integer={long long}, 8UL> &, grid &, std::vector<hpx::naming::id_type, std::allocator<hpx::naming::id_type>> &>]" at line 151 of "/home/dmarce1/debug/include/hpx/lcos/async.hpp"
instantiation of "auto hpx::async<Action,F,Ts...>(F &&, Ts &&...)->decltype((<expression>)) [with Action=hpx::components::server::create_component_action<node_server, node_location, integer={long long}, bool, double, double, std::array<integer={long long}, 8UL>, grid, std::vector<hpx::naming::id_type, std::allocator<hpx::naming::id_type>>>, F=const hpx::naming::id_type &, Ts=<node_location &, integer={long long} &, bool &, double &, double &, std::array<integer={long long}, 8UL> &,
grid &, std::vector<hpx::naming::id_type, std::allocator<hpx::naming::id_type>> &>]" at line 63 of "/home/dmarce1/debug/include/hpx/runtime/components/stubs/stub_base.hpp"
instantiation of "hpx::lcos::future<hpx::naming::id_type> hpx::components::stub_base<ServerComponent>::create_async(const hpx::naming::id_type &, Ts &&...) [with ServerComponent=node_server, Ts=<node_location &, integer={long long} &, bool &, double &, double &, std::array<integer={long long}, 8UL> &, grid &, std::vector<hpx::naming::id_type, std::allocator<hpx::naming::id_type>> &>]" at line 222 of "/home/dmarce1/debug/include/hpx/runtime/components/new.hpp"
instantiation of "hpx::components::detail::new_component<Component>::type hpx::components::detail::new_component<Component>::call(const hpx::naming::id_type &, Ts &&...) [with Component=node_server, Ts=<node_location &, integer={long long} &, bool &, double &, double &, std::array<integer={long long}, 8UL> &, grid &, std::vector<hpx::naming::id_type, std::allocator<hpx::naming::id_type>> &>]" at line 285 of "/home/dmarce1/debug/include/hpx/runtime/components/new.hpp"
instantiation of "boost::lazy_enable_if_c<hpx::traits::is_component_or_component_array<Component, void>::value, hpx::components::detail::new_component<Component>>::type hpx::components::new_<Component,Ts...>(const hpx::naming::id_type &, Ts &&...) [with Component=node_server, Ts=<node_location &, integer={long long} &, bool &, real={double} &, real={double} &, std::array<integer={long long}, 8UL> &, grid &, std::vector<hpx::naming::id_type, std::allocator<hpx::naming::id_type>> &>]"
at line 272 of "/work/dmarce1/octotiger/src/node_octstruct.cpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(30): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::output_archive, std::array<integer, 8UL>, int)
serialize(ar, const_cast<T&>(t), 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::output_archive &, const T &, unsigned int) [with T=std::array<integer={long long}, 8UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=const std::array<integer={long long}, 8UL>, Archive=hpx::serialization::output_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::output_archive, T=const std::array<integer={long long}, 8UL>]" at line 195 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_nonintrusively_polymorphic(const T &, boost::mpl::false_) [with T=std::array<integer={long long}, 8UL>]" at line 172 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_bitwise(const T &, boost::mpl::false_) [with T=std::array<integer={long long}, 8UL>]" at line 131 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
[ 28 instantiation contexts not shown ]
instantiation of "hpx::lcos::future<hpx::traits::promise_local_result<hpx::actions::extract_action<Action, void>::remote_result_type, void>::type> hpx::detail::async_action_dispatch<Action, hpx::naming::id_type, void>::call(const hpx::naming::id_type &, Ts &&...) [with Action=hpx::components::server::create_component_action<node_server, node_location, integer={long long}, bool, double, double, std::array<integer={long long}, 8UL>, grid, std::vector<hpx::naming::id_type,
std::allocator<hpx::naming::id_type>>>, Ts=<node_location &, integer={long long} &, bool &, double &, double &, std::array<integer={long long}, 8UL> &, grid &, std::vector<hpx::naming::id_type, std::allocator<hpx::naming::id_type>> &>]" at line 151 of "/home/dmarce1/debug/include/hpx/lcos/async.hpp"
instantiation of "auto hpx::async<Action,F,Ts...>(F &&, Ts &&...)->decltype((<expression>)) [with Action=hpx::components::server::create_component_action<node_server, node_location, integer={long long}, bool, double, double, std::array<integer={long long}, 8UL>, grid, std::vector<hpx::naming::id_type, std::allocator<hpx::naming::id_type>>>, F=const hpx::naming::id_type &, Ts=<node_location &, integer={long long} &, bool &, double &, double &, std::array<integer={long long}, 8UL> &,
grid &, std::vector<hpx::naming::id_type, std::allocator<hpx::naming::id_type>> &>]" at line 63 of "/home/dmarce1/debug/include/hpx/runtime/components/stubs/stub_base.hpp"
instantiation of "hpx::lcos::future<hpx::naming::id_type> hpx::components::stub_base<ServerComponent>::create_async(const hpx::naming::id_type &, Ts &&...) [with ServerComponent=node_server, Ts=<node_location &, integer={long long} &, bool &, double &, double &, std::array<integer={long long}, 8UL> &, grid &, std::vector<hpx::naming::id_type, std::allocator<hpx::naming::id_type>> &>]" at line 222 of "/home/dmarce1/debug/include/hpx/runtime/components/new.hpp"
instantiation of "hpx::components::detail::new_component<Component>::type hpx::components::detail::new_component<Component>::call(const hpx::naming::id_type &, Ts &&...) [with Component=node_server, Ts=<node_location &, integer={long long} &, bool &, double &, double &, std::array<integer={long long}, 8UL> &, grid &, std::vector<hpx::naming::id_type, std::allocator<hpx::naming::id_type>> &>]" at line 285 of "/home/dmarce1/debug/include/hpx/runtime/components/new.hpp"
instantiation of "boost::lazy_enable_if_c<hpx::traits::is_component_or_component_array<Component, void>::value, hpx::components::detail::new_component<Component>>::type hpx::components::new_<Component,Ts...>(const hpx::naming::id_type &, Ts &&...) [with Component=node_server, Ts=<node_location &, integer={long long} &, bool &, real={double} &, real={double} &, std::array<integer={long long}, 8UL> &, grid &, std::vector<hpx::naming::id_type, std::allocator<hpx::naming::id_type>> &>]"
at line 272 of "/work/dmarce1/octotiger/src/node_octstruct.cpp"
make[2]: *** [CMakeFiles/octotiger_exe.dir/src/node_octstruct.cpp.o] Error 2
make[2]: *** [CMakeFiles/octotiger_exe.dir/src/node_server_output.cpp.o] Error 2
make[2]: *** [CMakeFiles/octotiger_exe.dir/src/grid_scf.cpp.o] Error 2
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(36): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::input_archive, std::array<integer, 3UL>, int)
serialize(ar, t, 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::input_archive &, T &, unsigned int) [with T=std::array<integer={long long}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=std::array<integer={long long}, 3UL>, Archive=hpx::serialization::input_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::input_archive, T=std::array<integer={long long}, 3UL>]" at line 166 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_nonintrusively_polymorphic(T &, boost::mpl::false_) [with T=std::array<integer={long long}, 3UL>]" at line 145 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
instantiation of "void hpx::serialization::input_archive::load_bitwise(T &, boost::mpl::false_) [with T=std::array<integer={long long}, 3UL>]" at line 88 of "/home/dmarce1/debug/include/hpx/runtime/serialization/input_archive.hpp"
[ 44 instantiation contexts not shown ]
instantiation of "hpx::lcos::future<Result> hpx::detail::sync_local_invoke<Action, Result>::call(const hpx::naming::id_type &, hpx::naming::address &&, Ts &&...) [with Action=node_server::force_nodes_to_exist_action, Result=void, Ts=<std::list<node_location, std::allocator<node_location>>>]" at line 194 of "/home/dmarce1/debug/include/hpx/lcos/detail/async_implementations.hpp"
instantiation of "hpx::lcos::future<hpx::traits::promise_local_result<hpx::actions::extract_action<Action, void>::remote_result_type, void>::type> hpx::detail::async_impl<Action,Ts...>(hpx::launch::enum_type, const hpx::naming::id_type &, Ts &&...) [with Action=node_server::force_nodes_to_exist_action, Ts=<std::list<node_location, std::allocator<node_location>>>]" at line 38 of "/home/dmarce1/debug/include/hpx/lcos/async.hpp"
instantiation of
"hpx::lcos::future<hpx::traits::promise_local_result<hpx::actions::extract_action<Action, void>::remote_result_type, void>::type> hpx::detail::async_action_dispatch<Action, Policy, boost::enable_if_c<hpx::traits::is_launch_policy<Policy>::value, void>::type>::call(hpx::launch::enum_type, const hpx::naming::id_type &, Ts &&...) [with Action=node_server::force_nodes_to_exist_action, Policy=hpx::launch::enum_type, Ts=<std::list<node_location, std::allocator<node_location>>>]"
at line 77 of "/home/dmarce1/debug/include/hpx/lcos/async.hpp"
instantiation of "hpx::lcos::future<hpx::traits::promise_local_result<hpx::actions::extract_action<Action, void>::remote_result_type, void>::type> hpx::detail::async_action_dispatch<Action, hpx::naming::id_type, void>::call(const hpx::naming::id_type &, Ts &&...) [with Action=node_server::force_nodes_to_exist_action, Ts=<std::list<node_location, std::allocator<node_location>>>]" at line 151 of "/home/dmarce1/debug/include/hpx/lcos/async.hpp"
instantiation of "auto hpx::async<Action,F,Ts...>(F &&, Ts &&...)->decltype((<expression>)) [with Action=node_server::force_nodes_to_exist_action, F=hpx::naming::id_type, Ts=<std::list<node_location, std::allocator<node_location>>>]" at line 33 of "/work/dmarce1/octotiger/src/node_client.cpp"
/home/dmarce1/debug/include/hpx/runtime/serialization/access.hpp(30): error: no instance of overloaded function "hpx::serialization::serialize" matches the argument list
argument types are: (hpx::serialization::output_archive, std::array<integer, 3UL>, int)
serialize(ar, const_cast<T&>(t), 0);
^
detected during:
instantiation of "void hpx::serialization::detail::serialize_force_adl(hpx::serialization::output_archive &, const T &, unsigned int) [with T=std::array<integer={long long}, 3UL>]" at line 72
instantiation of "void hpx::serialization::access::serialize_dispatcher<T>::non_intrusive::call(Archive &, T &, unsigned int) [with T=const std::array<integer={long long}, 3UL>, Archive=hpx::serialization::output_archive]" at line 116
instantiation of "void hpx::serialization::access::serialize(Archive &, T &, unsigned int) [with Archive=hpx::serialization::output_archive, T=const std::array<integer={long long}, 3UL>]" at line 195 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_nonintrusively_polymorphic(const T &, boost::mpl::false_) [with T=std::array<integer={long long}, 3UL>]" at line 172 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
instantiation of "void hpx::serialization::output_archive::save_bitwise(const T &, boost::mpl::false_) [with T=std::array<integer={long long}, 3UL>]" at line 131 of "/home/dmarce1/debug/include/hpx/runtime/serialization/output_archive.hpp"
[ 44 instantiation contexts not shown ]
instantiation of "hpx::lcos::future<Result> hpx::detail::sync_local_invoke<Action, Result>::call(const hpx::naming::id_type &, hpx::naming::address &&, Ts &&...) [with Action=node_server::force_nodes_to_exist_action, Result=void, Ts=<std::list<node_location, std::allocator<node_location>>>]" at line 194 of "/home/dmarce1/debug/include/hpx/lcos/detail/async_implementations.hpp"
instantiation of "hpx::lcos::future<hpx::traits::promise_local_result<hpx::actions::extract_action<Action, void>::remote_result_type, void>::type> hpx::detail::async_impl<Action,Ts...>(hpx::launch::enum_type, const hpx::naming::id_type &, Ts &&...) [with Action=node_server::force_nodes_to_exist_action, Ts=<std::list<node_location, std::allocator<node_location>>>]" at line 38 of "/home/dmarce1/debug/include/hpx/lcos/async.hpp"
instantiation of
"hpx::lcos::future<hpx::traits::promise_local_result<hpx::actions::extract_action<Action, void>::remote_result_type, void>::type> hpx::detail::async_action_dispatch<Action, Policy, boost::enable_if_c<hpx::traits::is_launch_policy<Policy>::value, void>::type>::call(hpx::launch::enum_type, const hpx::naming::id_type &, Ts &&...) [with Action=node_server::force_nodes_to_exist_action, Policy=hpx::launch::enum_type, Ts=<std::list<node_location, std::allocator<node_location>>>]"
at line 77 of "/home/dmarce1/debug/include/hpx/lcos/async.hpp"
instantiation of "hpx::lcos::future<hpx::traits::promise_local_result<hpx::actions::extract_action<Action, void>::remote_result_type, void>::type> hpx::detail::async_action_dispatch<Action, hpx::naming::id_type, void>::call(const hpx::naming::id_type &, Ts &&...) [with Action=node_server::force_nodes_to_exist_action, Ts=<std::list<node_location, std::allocator<node_location>>>]" at line 151 of "/home/dmarce1/debug/include/hpx/lcos/async.hpp"
instantiation of "auto hpx::async<Action,F,Ts...>(F &&, Ts &&...)->decltype((<expression>)) [with Action=node_server::force_nodes_to_exist_action, F=hpx::naming::id_type, Ts=<std::list<node_location, std::allocator<node_location>>>]" at line 33 of "/work/dmarce1/octotiger/src/node_client.cpp"
^Cmake[2]: *** Deleting file `CMakeFiles/octotiger_exe.dir/src/taylor.cpp.o'
make[2]: *** Deleting file `CMakeFiles/octotiger_exe.dir/src/roe.cpp.o'
make[2]: *** Deleting file `CMakeFiles/octotiger_exe.dir/src/problem.cpp.o'
make[2]: *** Deleting file `CMakeFiles/octotiger_exe.dir/src/geometry.cpp.o'
make[2]: *** Deleting file `CMakeFiles/octotiger_exe.dir/src/lane_emden.cpp.o'
make[2]: *** [CMakeFiles/octotiger_exe.dir/src/problem.cpp.o] Error 2
make[2]: *** [CMakeFiles/octotiger_exe.dir/src/taylor.cpp.o] Error 2
make[2]: *** [CMakeFiles/octotiger_exe.dir/src/geometry.cpp.o] Error 2
make[2]: *** [CMakeFiles/octotiger_exe.dir/src/roe.cpp.o] Error 2
make[2]: *** [CMakeFiles/octotiger_exe.dir/src/node_client.cpp.o] Error 2
make[2]: *** [CMakeFiles/octotiger_exe.dir/src/lane_emden.cpp.o] Error 2
make[2]: *** [CMakeFiles/octotiger_exe.dir/src/node_server.cpp.o] Error 2
make[1]: *** [CMakeFiles/octotiger_exe.dir/all] Interrupt
make: *** [all] Interrupt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment