Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: psc-code/psc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: psc-code/psc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gpu-fixes
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 8 files changed
  • 1 contributor

Commits on Mar 9, 2026

  1. gpu: fix test cuda_mparticles_randomize_sort

    I don't think there was an actual issue, just the test itself making
    invalid assumptions.
    germasch committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    4afd2c1 View commit details
    Browse the repository at this point in the history
  2. gpu: move particle injection back

    to before pushing particles. The GPU code is expecting this order,
    though it certainly is not desirable to have two different ways of
    doing it depending on whether GPU is used or not.
    germasch committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    7010a37 View commit details
    Browse the repository at this point in the history
  3. io/adios2: add an assert() to FileAdios2::sizeAttribute()

    BP5 changes behavior from BP4, and I guess doesn't find attributes
    outside of a step. So at the very least, we should catch this with an
    assert().
    germasch committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    37abeef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aef82a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12089a4 View commit details
    Browse the repository at this point in the history
  6. fix a stray semicolon

    germasch committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    e9b1598 View commit details
    Browse the repository at this point in the history
  7. TMP: additional debug

    germasch committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    2676b8d View commit details
    Browse the repository at this point in the history
  8. Revert "TMP: additional debug"

    This reverts commit 920b034f1b99b1e0519edde77c82239003c60006.
    germasch committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    19673d0 View commit details
    Browse the repository at this point in the history
  9. TMP: smaller test case

    germasch committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    e515e77 View commit details
    Browse the repository at this point in the history
  10. Revert "TMP: smaller test case"

    This reverts commit 01d1d0d027c8f144b93e21b206137d8a693deaa9.
    germasch committed Mar 9, 2026
    Configuration menu
    Copy the full SHA
    2eef87b View commit details
    Browse the repository at this point in the history
Loading