NNC computations : Disable hanging openMP loop

OpenMP hangs on some systems, disable until fixed properly.
This commit is contained in:
Magne Sjaastad 2020-01-28 10:22:31 +01:00
parent 7251f47146
commit 515ad7598b

View File

@ -184,7 +184,7 @@ std::vector<RigConnection> RigCellFaceGeometryTools::computeOtherNncs( const Rig
const std::vector<RigFault::FaultFace>& faultFaces = fault->faultFaces();
#pragma omp parallel for
// #pragma omp parallel for
for ( int faceIdx = 0; faceIdx < static_cast<int>( faultFaces.size() ); faceIdx++ )
{
const RigFault::FaultFace& f = faultFaces[faceIdx];