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: async-mpi-benchmarks/testing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: async-mpi-benchmarks/testing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gabriel
Choose a head ref
  • 8 commits
  • 10 files changed
  • 2 contributors

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    07abe69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    190f0b7 View commit details
    Browse the repository at this point in the history
  3. Added sync and async MPI programs

    These basic MPI programs include:
    - MPI "Hello world", says hello from all the processes in the world.
    - MPI "Point 2 Point" (or P2P), a one-time exchange between two processes.
    - MPI "Ping Pong", multiple exchanges between two processes.
    - MPI "Ring", exchanges messages from process to process in a circular fashion.
    Each of these (apart from the hello world) are implemented both in sync and async variants. The async versions simulate expensive computations between the `MPI_Isend()`/`MPI_Wait` and `MPI_Irecv`/`MPI_Wait` calls by sleeping for a couple of seconds.
    dssgabriel committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    16f1f19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac350dd View commit details
    Browse the repository at this point in the history
  5. Update README.md

    dssgabriel authored Nov 16, 2021
    Configuration menu
    Copy the full SHA
    06e1a67 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    b23bce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ed1001 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. Update README.md

    dssgabriel authored Dec 5, 2021
    Configuration menu
    Copy the full SHA
    837a40f View commit details
    Browse the repository at this point in the history
Loading