Skip to content

Commit

Permalink
moar work
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle committed Aug 29, 2016
1 parent 686536c commit f031b5c
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 100 deletions.
2 changes: 1 addition & 1 deletion MEL/Graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ int main(int argc, char *argv[]) {
auto startTime = MEL::Wtime(); // Start the clock!

// Deep copy the graph to all nodes
MEL::Deep::Bcast(graph, 0, comm);
MEL::Deep::Bcast<DiGraphNode<int>*, MEL::Deep::PointerHashMap, MyDeepCopy, MyDeepCopy>(graph, 0, comm);

MEL::Barrier(comm);
auto endTime = MEL::Wtime(); // Stop the clock!
Expand Down
Loading

0 comments on commit f031b5c

Please sign in to comment.