Open
Conversation
michaelmckinsey1
commented
Apr 8, 2025
Collaborator
Author
|
Running trials in the same allocation parameter (ramble) https://ramble.readthedocs.io/en/latest/workspace_config.html#experiment-repeats |
michaelmckinsey1
commented
May 2, 2025
…to benchmark/mpi-pingpong
…enchmark/mpi-pingpong
6 tasks
added 3 commits
September 11, 2025 18:26
This reverts commit 1f3e5e6.
Collaborator
Author
|
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") | ||
|
|
Collaborator
Author
There was a problem hiding this comment.
You will probably need this for spack 1.0
Suggested change
| 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:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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