Skip to content
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

Use AMReX FFT for IGF Solver #5457

Open
wants to merge 6 commits into
base: development
Choose a base branch
from

Commits on Nov 14, 2024

  1. Use AMReX FFT for IGF Solver

    This replaces the implementation using HeFFTe. A new runtime parameter
    ablastr.do_serial_fft is added. The default is false. If it's true, we use
    only one process to do FFT.
    WeiqunZhang committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9d71976 View commit details
    Browse the repository at this point in the history
  2. Update AMReX

    WeiqunZhang committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    ec81a31 View commit details
    Browse the repository at this point in the history
  3. Update checksum

    RemiLehe committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    92a649d View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    f9b3699 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Configuration menu
    Copy the full SHA
    f71985a View commit details
    Browse the repository at this point in the history
  2. Update AMReX

    WeiqunZhang committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    99c92d2 View commit details
    Browse the repository at this point in the history