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:
@@ -184,7 +184,7 @@ std::vector<RigConnection> RigCellFaceGeometryTools::computeOtherNncs( const Rig
|
|||||||
|
|
||||||
const std::vector<RigFault::FaultFace>& faultFaces = fault->faultFaces();
|
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++ )
|
for ( int faceIdx = 0; faceIdx < static_cast<int>( faultFaces.size() ); faceIdx++ )
|
||||||
{
|
{
|
||||||
const RigFault::FaultFace& f = faultFaces[faceIdx];
|
const RigFault::FaultFace& f = faultFaces[faceIdx];
|
||||||
|
|||||||
Reference in New Issue
Block a user