Skip to content

Commit

Permalink
log mpi calls to generate execution graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Oct 13, 2021
1 parent 0a8c0e0 commit 64ed2ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scheduler/MpiWorld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ void MpiWorld::create(const faabric::Message& call, int newId, int newSize)
msg.set_mpiworldid(id);
msg.set_mpirank(i + 1);
msg.set_mpiworldsize(size);
// Log chained functions to generate execution graphs
sch.logChainedFunction(call.id(), msg.id());
}

std::vector<std::string> executedAt;
Expand Down

0 comments on commit 64ed2ff

Please sign in to comment.