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

Particles: Restructure #276

Merged
merged 3 commits into from
Mar 11, 2024
Merged

Commits on Mar 8, 2024

  1. Particles: Restructure

    The AMReX particle logic is heavily templated. For
    simpler maintainance, we move all declarations into header file
    and define needed types recursively from the particle container.
    ax3l committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9bdda1f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. CUDA Builds: Lower Parallelism

    See killed processes in CI.
    ax3l committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    43e7988 View commit details
    Browse the repository at this point in the history
  2. CI: Lower further

    ax3l committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c834fd1 View commit details
    Browse the repository at this point in the history