Skip to content

Commit

Permalink
modify vf2 graph type
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-wudh committed Aug 28, 2018
1 parent e928857 commit 7d3c433
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion twitter-vf2.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
graph: # Graph specification
nfrag: 4
type: immutable_edgecut
type: insertonly_edgecut
etype: int
vtype: int
load_strategy: both_out_in
Expand Down
2 changes: 1 addition & 1 deletion vf2.gql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tter-vf2 = loadgraph("$GRAPE_TEST/twitter-vf2.yaml")
vf2 = loadapp("$GRAPE_TEST/vf2.yaml")
vf2.query(Graph("$GRAPE_TEST/vf2-query.graph"), "im")
vf2.query(Graph("$GRAPE_TEST/vf2-query.graph") 4, "im")
unloadapp(vf2)
unloadgraph(twitter-vf2)
exit
1 change: 1 addition & 0 deletions vf2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ app: # Application specification
# checkout parameter
param:
- graph
- string
name: vf2
so_location: $GRAPE_LIB/libapp_vf2.so

Expand Down

0 comments on commit 7d3c433

Please sign in to comment.