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

warpx.roundrobin_sfc: A runtime parameter to control distribution mapping #4909

Merged
merged 8 commits into from
Aug 28, 2024

Commits on May 3, 2024

  1. warpx.roundrobin_sfc: A runtime parameter to control distribution map…

    …ping
    
    The default is false. If it's true, AMReX's RRSFS strategy will be used to
    override the default SFC strategy used by amrex::AmrCore. The motivation for
    this is that this might mitigate the load imbalance issue during
    initialization by avoiding putting neighboring boxes on the same process.
    WeiqunZhang committed May 3, 2024
    Configuration menu
    Copy the full SHA
    275f45a View commit details
    Browse the repository at this point in the history
  2. Update parameters.rst

    WeiqunZhang committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e55ff83 View commit details
    Browse the repository at this point in the history
  3. Add control in PICMI

    WeiqunZhang committed May 3, 2024
    Configuration menu
    Copy the full SHA
    46c2917 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    db66ea7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4babfd5 View commit details
    Browse the repository at this point in the history
  3. add const

    WeiqunZhang committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    fd9e78f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

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