Skip to content

Commit

Permalink
add vc-sssp-auto.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MuyangLiu committed May 2, 2018
1 parent 866fa8b commit 4f6118b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions vc-sssp-auto.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

---
app: # Application specification
param:
- string
name: vc_sssp_auto
so_location: $GRAPE_LIB/libapp_vc_sssp_auto.so

# compatible graph spec:
graph_etype:
- double
- float
graph_vtype:
- double
- float
- int
graph_type:
- immutable_vertexcut
# - mutable

message_strategy: master_gather_aggregate_scatter
message_type: pair
result_prefix: .

enable_coordinator_aggregation: false
enable_assemble: false
enable_result_output: true
enable_auto: true

query_type: string

0 comments on commit 4f6118b

Please sign in to comment.