Skip to content

Commit

Permalink
exclude vc fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuan0322 committed Sep 23, 2024
1 parent 167dd7c commit 20cbaeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion analytical_engine/core/object/fragment_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -1095,6 +1095,7 @@ class FragmentWrapper<
std::shared_ptr<fragment_t> fragment_;
};

/*
template <typename OID_T, typename VID_T, typename VDATA_T, typename EDATA_T>
class FragmentWrapper<
grape::ImmutableVertexcutFragment<OID_T, VID_T, VDATA_T, EDATA_T>>
Expand Down Expand Up @@ -1160,6 +1161,7 @@ class FragmentWrapper<
rpc::graph::GraphDefPb graph_def_;
std::shared_ptr<fragment_t> fragment_;
};
*/

#ifdef NETWORKX
/**
Expand Down

0 comments on commit 20cbaeb

Please sign in to comment.