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

IO: Parallel Particle ASCII Output #109

Merged
merged 5 commits into from
Apr 11, 2022

Commits on Apr 11, 2022

  1. IO: Parallel Particle ASCII Output

    This is the same hack as in `amrex::ParticleContainer::WriteAsciiFile`:
    This will obviously not scale and also has the wrong assumption
    that MPI-sync is the same as parallel FS sync (it is not).
    ax3l committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    0998e32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e43d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c89d25 View commit details
    Browse the repository at this point in the history
  4. Add MPI Test: 2 Ranks, 1 OMP Thread

    OpenMP: Intentionally overwrite Environment control for now
    ax3l committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    35a5d55 View commit details
    Browse the repository at this point in the history
  5. Fix typos

    ax3l committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    9585ff6 View commit details
    Browse the repository at this point in the history