-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"fftw: fftw_malloc: out of memory" when running in 2D #3
Comments
Specifically it breaks off at L#701 AmrDeriveSpectrum.cpp while creating fft plans |
Also, during compilation for 2D I get an error saying |
probably. This code hasn't been used in a long while. |
@zingale thanks. Is there any other feature/script with the same functionality as this one? |
if you just want the power spectrum, then I've used yt for this in the past: I'll take a look at this script when I have a chance though. |
@zingale Thanks. I'll try that out. I am guessing the YT script works for any AMReX plotfile (as I'd be working with plotfiles from Pele and not CASTRO) |
It works perfectly well with 3D plotfiles, but I get the error in the title with 2-D ones.
The text was updated successfully, but these errors were encountered: