add graph500 benchmark - #1754
Open
juntangc wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds a new application definition for the Graph500 benchmark, setting up various workloads, variables, figures of merit (FOMs), and success criteria. The feedback highlights critical issues in the regular expressions for both the 'Harmonic Mean TEPS' figure of merit and the success criteria, where an incorrect literal exclamation mark ('!') is included, which would cause parsing and validation to fail against standard Graph500 output.
juntangc
force-pushed
the
add-graph500-application
branch
from
September 1, 2026 16:54
cf8c5b2 to
40ab12e
Compare
Collaborator
|
/gcbrun |
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
This PR adds the Graph500 benchmark application to Ramble (
var/ramble/repos/builtin/applications/graph500/application.py).Graph500 is the de-facto HPC benchmark for data-intensive, memory-bound computing and irregular graph traversal. It evaluates large-scale Breadth-First Search (BFS) and Single-Source Shortest Path (SSSP) on Kronecker power-law graphs, stressing memory bandwidth, latency, and all-to-all communication patterns. It also serves as an important proxy workload for Electronic Design Automation (EDA) and graph analytics.
Features & Capabilities
bfs: Standard Breadth-First Search reference kernel with customizablescaleandedge_factor.bfs_sssp: Combined BFS and Single-Source Shortest Path kernels.scale_16throughscale_30(graph500@3.0.0 +procs_not_power_of_two).Verification & Testing
c3-standard-176instances) using Intel OneAPI MPI (intel-oneapi-mpi@2021.17.2) and GCC 14/15 across Scales 21, 24, 26, and 27.ramble analyze.