#3114 Performance. Temporarily commented out parallel loop due to sync problems

This commit is contained in:
Bjørn Erik Jensen 2018-08-22 10:17:58 +02:00
parent 46e42a5489
commit 40b9ecb0bd

View File

@ -146,7 +146,8 @@ std::vector<RigCompletionData>
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++)
{
RimFracture* fracture = fractures[i];