-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update AMReX and pyAMReX dependencies. #760
base: development
Are you sure you want to change the base?
Conversation
I seem to recall that we previously had problems on Windows with FFTW libraries related to the 1D FFT that Alex was using for the CSR solve, which were avoided when Alex switched from using FFTW to anyfft. |
#else() | ||
# set(AMReX_FFT OFF CACHE INTERNAL "") | ||
#endif() | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a commented duplicate of 40-44, because I wasn't sure of the best place to put this.
Update AMReX, ABLASTR, pyAMReX dependencies to the latest development, to use updated WarpX IGF solver exploiting new AMReX FFT: ECP-WarpX/WarpX#5457