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

Provide KokkosComm::initialize/finalize #88

Closed
wants to merge 13 commits into from

Commits on Jun 14, 2024

  1. feat(init/fini): add basic initialization and finalization

    KokkosComm should now be initialized (and finalized) these new
    functions.
    Users now must _not_ initialize/finalize MPI, nor Kokkos by themselves.
    dssgabriel committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6167b91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e055c01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d098a72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0baa4ca View commit details
    Browse the repository at this point in the history
  5. feat(init): let users provide their thread level + simplify signature

    Also keep a version without required MPI thread level support for
    simpler usage
    dssgabriel committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5c5ed7e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8987ce5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a68902e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4868c87 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f3c838c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cfdd01e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ee700c6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cfefa4e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d3b00de View commit details
    Browse the repository at this point in the history