mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3114 Performance. Temporarily commented out parallel loop due to sync problems
This commit is contained in:
parent
46e42a5489
commit
40b9ecb0bd
@ -146,7 +146,8 @@ std::vector<RigCompletionData>
|
|||||||
|
|
||||||
std::vector<std::vector<RigCompletionData>> sharedComplForFracture(fractures.size());
|
std::vector<std::vector<RigCompletionData>> sharedComplForFracture(fractures.size());
|
||||||
|
|
||||||
#pragma omp parallel for
|
// Temporarily commented out due to sync problems. Needs more analysis
|
||||||
|
//#pragma omp parallel for
|
||||||
for (int i = 0; i < (int)fractures.size(); i++)
|
for (int i = 0; i < (int)fractures.size(); i++)
|
||||||
{
|
{
|
||||||
RimFracture* fracture = fractures[i];
|
RimFracture* fracture = fractures[i];
|
||||||
|
Loading…
Reference in New Issue
Block a user