mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 12:47:05 +01:00
temporary thread safety in FFT
This commit is contained in:
@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user