Пример #1
0
void DistGraph::ConnectLocal( Int localSource, Int target )
{
    DEBUG_ONLY(CSE cse("DistGraph::ConnectLocal"))
    QueueLocalConnection( localSource, target );
    ProcessLocalQueues();
}
Пример #2
0
void DistGraph::ConnectLocal( Int localSource, Int target )
{
    EL_DEBUG_CSE
    QueueLocalConnection( localSource, target );
    ProcessLocalQueues();
}