Searched refs:full_bc (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/graph_parallel/test/ |
D | ssca.cpp | 596 bool full_bc, bool verify) in run_non_distributed_graph_tests() argument 729 if (full_bc) { in run_non_distributed_graph_tests() 784 if (full_bc && verify && process_id(pg) == 0) { in run_non_distributed_graph_tests() 851 bool emit_dot_file, bool full_bc, bool verify) in run_distributed_graph_tests() argument 1004 if (full_bc) { in run_distributed_graph_tests() 1039 if (full_bc && verify && id == 0) { in run_distributed_graph_tests() 1180 bool emit_dot_file = false, verify = false, full_bc = true, in test_main() local 1203 full_bc = (argv[i+1]== "true"); in test_main() 1250 subGraphEdgeLength, show_degree_dist, full_bc, verify); in test_main() 1259 full_bc, verify); in test_main()
|