-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: async-mpi-benchmarks/testing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gabriel
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 10 files changed
- 2 contributors
Commits on Nov 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 07abe69 - Browse repository at this point
Copy the full SHA 07abe69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 190f0b7 - Browse repository at this point
Copy the full SHA 190f0b7View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 16f1f19 - Browse repository at this point
Copy the full SHA 16f1f19View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac350dd - Browse repository at this point
Copy the full SHA ac350ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06e1a67 - Browse repository at this point
Copy the full SHA 06e1a67View commit details
Commits on Nov 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b23bce3 - Browse repository at this point
Copy the full SHA b23bce3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ed1001 - Browse repository at this point
Copy the full SHA 7ed1001View commit details
Commits on Dec 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 837a40f - Browse repository at this point
Copy the full SHA 837a40fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...gabriel