Fixes for OpenMP

PolySmooth
sfilippone 7 months ago
parent 301fb57bb1
commit 67594f8b07

@ -74,7 +74,7 @@ void dMatchBoxPC(MilanLongInt NLVer, MilanLongInt NLEdge,
// Rimosso per tornare al vecchio matching #define OMP
#ifdef OPENMP
fprintf(stderr,"Warning: using buggy OpenMP matching!\n");
//fprintf(stderr,"Warning: using buggy OpenMP matching!\n");
dalgoDistEdgeApproxDomEdgesLinearSearchMesgBndlSmallMateCMP(NLVer, NLEdge,
verLocPtr, verLocInd, edgeLocWeight,
verDistance, Mate,

@ -1,5 +1,5 @@
#include "MatchBoxPC.h"
#ifdef OMP
#ifdef OPENMP
void processMatchedVertices(
MilanLongInt NLVer,
vector<MilanLongInt> &UChunkBeingProcessed,

Loading…
Cancel
Save