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

[updated] Incorporate Cajita / Cabana::Grid load balancer #2

Closed
wants to merge 51 commits into from

Commits on Sep 9, 2024

  1. ci: upgrade Kokkos version

    cz4rs committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    6093894 View commit details
    Browse the repository at this point in the history
  2. remove unused variables

    cz4rs committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    bf9fd60 View commit details
    Browse the repository at this point in the history
  3. avoid redundant initialization

    cz4rs committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e97bfac View commit details
    Browse the repository at this point in the history
  4. Merge pull request ECP-copa#114 from cz4rs/misc-fixes

    General updates
    streeve committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4d673de View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. add vim temporary files to gitignore

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4ab9d09 View commit details
    Browse the repository at this point in the history
  2. add ALL to CMakeLists.txt

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f67680e View commit details
    Browse the repository at this point in the history
  3. first integration of ALL

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    638fa07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    038ecc9 View commit details
    Browse the repository at this point in the history
  5. debug printfs and pseudo unbalanced work

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7ee7633 View commit details
    Browse the repository at this point in the history
  6. REVERT BEFORE MERGING increase minimum cmake version

    Using a slighlty higher minimum cmake version allows
    for automatic detection of dependencies via *_ROOT
    environment variables
    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    30bf78a View commit details
    Browse the repository at this point in the history
  7. update comment regarding minimum domain size

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f062793 View commit details
    Browse the repository at this point in the history
  8. add explicit halo width via input file

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a5188e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d93c26 View commit details
    Browse the repository at this point in the history
  10. fix some warnings and potential bugs

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    88958ad View commit details
    Browse the repository at this point in the history
  11. fix resizing of pack_ranks_migrate_all

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c2671bd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f5d76c1 View commit details
    Browse the repository at this point in the history
  13. update format

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    957a3fb View commit details
    Browse the repository at this point in the history
  14. use actual number of particles for balancing

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6cdec01 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    831d011 View commit details
    Browse the repository at this point in the history
  16. a little bit of cleanup

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ff820d1 View commit details
    Browse the repository at this point in the history
  17. rename VTKDomainWriter to VTKWriter

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6b4dcea View commit details
    Browse the repository at this point in the history
  18. rename vtk_domain_writer.h to vtk_writer.h

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e2f50ff View commit details
    Browse the repository at this point in the history
  19. also output local work in domain output

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    3309e85 View commit details
    Browse the repository at this point in the history
  20. output current, not last work

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0d1eadf View commit details
    Browse the repository at this point in the history
  21. remove remaining debug output

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a0b3f58 View commit details
    Browse the repository at this point in the history
  22. add ALL to ci

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    bf97931 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b768bfc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a85d8a1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6c98cb4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    87585ec View commit details
    Browse the repository at this point in the history
  27. use Cajita grid to balance

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4310c85 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c8f7a8d View commit details
    Browse the repository at this point in the history
  29. update load balancer to use cajita lb

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c07ffa0 View commit details
    Browse the repository at this point in the history
  30. update CI

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    03e56ea View commit details
    Browse the repository at this point in the history
  31. remove old explicit dependency

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7c7700f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4475bf6 View commit details
    Browse the repository at this point in the history
  33. force LB on in CI

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7151057 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8085e2d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    89f539b View commit details
    Browse the repository at this point in the history
  36. output lb quality as well

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    dd0f07b View commit details
    Browse the repository at this point in the history
  37. missing space in output

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0de3bde View commit details
    Browse the repository at this point in the history
  38. rename getQuality->getImbalance

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    451439f View commit details
    Browse the repository at this point in the history
  39. move LoadBalancer into Experimental namespace

    aetx authored and cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    71a6478 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    ed12492 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    45ba761 View commit details
    Browse the repository at this point in the history
  42. Apply clang-format

    cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    087baee View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    8504ea2 View commit details
    Browse the repository at this point in the history
  44. Remove unused file

    cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ed3bcd8 View commit details
    Browse the repository at this point in the history
  45. Use upstream Cabana repository

    cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    e7eb3da View commit details
    Browse the repository at this point in the history
  46. Revert unnecessary changes

    cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2980a48 View commit details
    Browse the repository at this point in the history
  47. Change file naming scheme

    Place rank before timestep and add leading zeroes in the file names.
    This helps ParaView deduce the order correctly.
    cz4rs committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7192941 View commit details
    Browse the repository at this point in the history