From 20cbaebb3cf050eb391bdbe839f5fab650fb804e Mon Sep 17 00:00:00 2001 From: siyuan0322 Date: Mon, 23 Sep 2024 17:21:15 +0800 Subject: [PATCH] exclude vc fragment --- analytical_engine/core/object/fragment_wrapper.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/analytical_engine/core/object/fragment_wrapper.h b/analytical_engine/core/object/fragment_wrapper.h index fdc5f9f96ed9..ab29fa63c8b1 100644 --- a/analytical_engine/core/object/fragment_wrapper.h +++ b/analytical_engine/core/object/fragment_wrapper.h @@ -35,7 +35,7 @@ #include "boost/leaf/error.hpp" #include "boost/leaf/result.hpp" #include "grape/fragment/immutable_edgecut_fragment.h" -#include "grape/fragment/immutable_vertexcut_fragment.h" +// #include "grape/fragment/immutable_vertexcut_fragment.h" #include "grape/serialization/in_archive.h" #include "grape/worker/comm_spec.h" #include "vineyard/client/client.h" @@ -1095,6 +1095,7 @@ class FragmentWrapper< std::shared_ptr fragment_; }; +/* template class FragmentWrapper< grape::ImmutableVertexcutFragment> @@ -1160,6 +1161,7 @@ class FragmentWrapper< rpc::graph::GraphDefPb graph_def_; std::shared_ptr fragment_; }; +*/ #ifdef NETWORKX /**