|
|
@ -26,7 +26,7 @@ void processMatchedVerticesAndSendMessagesD(
|
|
|
|
vector<MilanLongInt> &QLocalVtx,
|
|
|
|
vector<MilanLongInt> &QLocalVtx,
|
|
|
|
vector<MilanLongInt> &QGhostVtx,
|
|
|
|
vector<MilanLongInt> &QGhostVtx,
|
|
|
|
vector<MilanLongInt> &QMsgType,
|
|
|
|
vector<MilanLongInt> &QMsgType,
|
|
|
|
vector<MilanInt> &QOwner,
|
|
|
|
vector<MilanInt> &QOwner,
|
|
|
|
vector<MilanLongInt> &privateQLocalVtx,
|
|
|
|
vector<MilanLongInt> &privateQLocalVtx,
|
|
|
|
vector<MilanLongInt> &privateQGhostVtx,
|
|
|
|
vector<MilanLongInt> &privateQGhostVtx,
|
|
|
|
vector<MilanLongInt> &privateQMsgType,
|
|
|
|
vector<MilanLongInt> &privateQMsgType,
|
|
|
@ -345,7 +345,7 @@ void processMatchedVerticesAndSendMessagesS(
|
|
|
|
#ifdef COUNT_LOCAL_VERTEX
|
|
|
|
#ifdef COUNT_LOCAL_VERTEX
|
|
|
|
MilanLongInt localVertices = 0;
|
|
|
|
MilanLongInt localVertices = 0;
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
//#pragma omp parallel private(k, w, v, k1, adj1, adj2, adj11, adj12, ghostOwner, option) \
|
|
|
|
#pragma omp parallel private(k, w, v, k1, adj1, adj2, adj11, adj12, ghostOwner, option) \
|
|
|
|
firstprivate(Message, privateU, StartIndex, EndIndex, privateQLocalVtx, privateQGhostVtx,\
|
|
|
|
firstprivate(Message, privateU, StartIndex, EndIndex, privateQLocalVtx, privateQGhostVtx,\
|
|
|
|
privateQMsgType, privateQOwner, UChunkBeingProcessed) default(shared) \
|
|
|
|
privateQMsgType, privateQOwner, UChunkBeingProcessed) default(shared) \
|
|
|
|
num_threads(NUM_THREAD) \
|
|
|
|
num_threads(NUM_THREAD) \
|
|
|
|