You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 1D FFTs in time are computed serially which is a huge bottleneck. All the data has to be gathered in root process. It is necessary to switch to threaded/cluster versions of FFT.
The text was updated successfully, but these errors were encountered:
The 1D FFTs in time are computed serially which is a huge bottleneck. All the data has to be gathered in root process. It is necessary to switch to threaded/cluster versions of FFT.
The text was updated successfully, but these errors were encountered: