mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
NNC computations : Disable hanging openMP loop
OpenMP hangs on some systems, disable until fixed properly.
This commit is contained in:
parent
7251f47146
commit
515ad7598b
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user