Skip to content
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

[draft] Feature: Forward Benchpark Metadata to Caliper #478

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

dyokelson
Copy link
Collaborator

@dyokelson dyokelson commented Dec 8, 2024

Description

Work in Progress still.

Requires newer version of Ramble

benchpark system init --dest ruby-system cts cluster=ruby
benchpark experiment init --dest amg-cali amg2023 +openmp +single_node caliper=time
benchpark setup amg-cali/ ruby-system/ workspace/

Dependencies: FIXME:Add a list of any dependencies.

Fixes #355

Type of Change

  • { } Adding a system, benchmark, or experiment
  • { } Modifying an existing system, benchmark, or experiment
  • { } Documentation update
  • { } Build/CI update
  • { } Benchpark core functionality

Checklist:

If adding/modifying a system:

  • { } Create a new directory for the system and a new system.py file
  • { } Add a new dry run unit test in .github/workflows
  • { } System appears in System Specifications table in docs catalogue section

If adding/modifying a benchpark:

  • { } Add a new application.py and (maybe) package.py under a new directory
    for this benchmark
  • { } Configure an experiment
  • { } Benchmark appears in Benchmarks and Experiments table in docs catalogue
    section

If adding/modifying a experiment:

  • { } Extend experiment.py under existing directory for specific benchmark
  • { } Define a single node and multi-node experiments

If adding/modifying core functionality:

  • { } Update docs
  • { } Update .github/workflows and .gitlab/ci unit tests (if needed)

@dyokelson dyokelson linked an issue Dec 8, 2024 that may be closed by this pull request
4 tasks
@dyokelson dyokelson added feature New feature or request WIP A work-in-progress not yet ready to commit labels Dec 8, 2024
@github-actions github-actions bot added experiment New or modified experiment ci CI, unit tests, GitHub actions labels Dec 9, 2024
@slabasan slabasan force-pushed the features/caliper-metadata branch from a127cfd to 2bf4beb Compare December 10, 2024 16:42
@dyokelson dyokelson force-pushed the features/caliper-metadata branch 2 times, most recently from 14238b0 to 5fc5faa Compare December 11, 2024 22:22
@dyokelson dyokelson force-pushed the features/caliper-metadata branch from 5fc5faa to 8031519 Compare December 11, 2024 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci CI, unit tests, GitHub actions experiment New or modified experiment feature New feature or request WIP A work-in-progress not yet ready to commit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pass Benchpark and Ramble variables to Caliper
3 participants