MCPcopy Create free account
hub / github.com/BirolLab/abyss / barrier

Method barrier

Parallel/CommLayer.cpp:78–83  ·  view source on GitHub ↗

Block until all processes have reached this routine. */

Source from the content-addressed store, hash-verified

76
77/** Block until all processes have reached this routine. */
78void CommLayer::barrier()
79{
80 logger(4) << "entering barrier\n";
81 MPI_Barrier(MPI_COMM_WORLD);
82 logger(4) << "left barrier\n";
83}
84
85/** Broadcast a message. */
86void CommLayer::broadcast(int message)

Callers 11

completeOperationMethod · 0.80
runMethod · 0.80
controlErodeMethod · 0.80
controlRemoveMarkedMethod · 0.80
controlTrimRoundMethod · 0.80
controlCoverageMethod · 0.80
runControlMethod · 0.80
parseControlMessageMethod · 0.80
controlPopBubblesMethod · 0.80
controlMarkAmbiguousMethod · 0.80
controlSplitAmbiguousMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected