-
Notifications
You must be signed in to change notification settings - Fork 42
[WIP] Mpi-Pingpong Benchmark #726
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
base: develop
Are you sure you want to change the base?
Conversation
|
Running trials in the same allocation parameter (ramble) https://ramble.readthedocs.io/en/latest/workspace_config.html#experiment-repeats |
…to benchmark/mpi-pingpong
…enchmark/mpi-pingpong
scheibelp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(changes here look compatible w/ #953)
This reverts commit 1f3e5e6.
|
Currently this is out of sync with develop in order to run on lassen (pre spack 1.0 PR). |
| depends_on("adiak", when="+caliper") | ||
| depends_on("hip", when="+rocm") | ||
| depends_on("cuda", when="+cuda") | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will probably need this for spack 1.0
| depends_on("c", type="build") | |
| depends_on("cxx", type="build") |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #726 +/- ##
========================================
Coverage 65.43% 65.43%
========================================
Files 44 44
Lines 3240 3240
Branches 256 256
========================================
Hits 2120 2120
Misses 1113 1113
Partials 7 7
🚀 New features to boost your workflow:
|
Description
Add MPI pingpong benchmark to benchpark.
Figure out how to pass location of pingpong directory (since private repo) on command line, instead of hard codingWaiting for repo to be public so we can change the url to point at public repoSet number of nodes instead of setting total ranks per machine
Set required variables for benchpark analyze https://github.com/LLNL/benchpark/blob/95b4534919ccb30358376e907115dd5f9d1867c7/experiments/kripke/experiment.py#L141-L145
Depends on Use different value for placeholder instead of relying on max value #957
Adding/modifying a system (docs: Adding a System)
llnl-*/system.pywithsys_sockets_per_nodeparameterAdding/modifying a benchmark (docs: Adding a Benchmark)
mpi-pingpongbenchmark