1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-13 01:05:36 +00:00

temporary thread safety in FFT

This commit is contained in:
Antonin Portelli 2016-10-25 12:56:40 +01:00
parent b1508e4124
commit 33d199a0ad

View File

@ -227,7 +227,7 @@ namespace Grid {
GridStopWatch timer; GridStopWatch timer;
timer.Start(); timer.Start();
PARALLEL_FOR_LOOP //PARALLEL_FOR_LOOP
for(int idx=0;idx<NN;idx++) { for(int idx=0;idx<NN;idx++) {
pencil_g.LocalIndexToLocalCoor(idx,lcoor); pencil_g.LocalIndexToLocalCoor(idx,lcoor);