Added Ramble testing with Uniform and Stream CPU test#254
Draft
healpert wants to merge 1 commit intohpcgarage:spatter-develfrom
Draft
Added Ramble testing with Uniform and Stream CPU test#254healpert wants to merge 1 commit intohpcgarage:spatter-develfrom
healpert wants to merge 1 commit intohpcgarage:spatter-develfrom
Conversation
jyoung3131
reviewed
Feb 26, 2026
| @@ -0,0 +1,44 @@ | |||
| # Ramble Spatter Tests | |||
|
|
|||
| This document outlines how to create a Ramble spatter application and to perform a basic uniform stride and stream test on a CPU. Install Ramble (including python requirements) via https://ramble.readthedocs.io/en/latest/getting_started.html. A shell script is available to automate and run this test. | |||
Contributor
There was a problem hiding this comment.
Capitalize when using in a sentence and lower case when using in code.
plavin
reviewed
Mar 27, 2026
| $ ramble repo add spatter | ||
|
|
||
| $ mkdir -p spatter/applications/spatter | ||
| $ curl -O spatter/applications/spatter/application.py https://raw.githubusercontent.com/hpcgarage/spatter/refs/heads/main/tests/ramble-tests/application.py |
Contributor
There was a problem hiding this comment.
I assume the need for the curl commands in this file is that the Spack package is not installing them anywhere - is that correct? We should probably install them in <prefix>/share/spatter so that they are available for this and for Spatter's tests to work properly as well.
Contributor
There was a problem hiding this comment.
CMake can do this for us - so I don't think we need to edit the Spack package.py file. While we are at it we should make sure the spatter executable gets installed at <prefix>/bin as well.
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.
Overview
✨ Change Description/Rationale
👀 Reviewer Checklist
✅ PR Checklist
spatter-devel📌 Future Work
figure_of_merit()