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:
parent
b1508e4124
commit
33d199a0ad
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user