Skip to content
Snippets Groups Projects
Commit acf720f1 authored by Shina Maini's avatar Shina Maini
Browse files

exlude mpi

parent ad0315c9
No related branches found
No related tags found
No related merge requests found
......@@ -369,7 +369,7 @@ void Averaging::volumeAveragingWithMPI(double l_real, double deltax)
//#pragma omp parallel num_threads(4) //private(i)
{
int i = 0;
//#pragma omp parallel for //private(i)//scheduler(dynamic, 1)
#pragma omp parallel for //private(i)//scheduler(dynamic, 1)
for (int x3 = 0; x3 < dimensions[2]; x3++)
for (int x2 = 0; x2 < dimensions[1]; x2++)
for (int x1 = startX1; x1 < stopX1; x1++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment