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

Suite: A set of experiments #567

Open
pearce8 opened this issue Jan 24, 2025 · 0 comments
Open

Suite: A set of experiments #567

pearce8 opened this issue Jan 24, 2025 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@pearce8
Copy link
Collaborator

pearce8 commented Jan 24, 2025

Notes and thoughts from a year ago are in #64.

Currently we have the following in dry runs/testing:

      - name: amg2023/cuda caliper=cuda,time lassen llnl-sierra cuda=11-8-0 compiler=clang-ibm
        uses: ./.github/actions/dynamic-dry-run
        with:
          benchmark_name: amg2023
          benchmark_mode: cuda
          benchmark_spec: amg2023+cuda caliper=cuda,time
          system_name: lassen
          system_spec: llnl-sierra cuda=11-8-0 compiler=clang-ibm

This is potentially problematic because:

  • we are writing system parameters here, which may be a moving target
  • we are writing experiment parameter here, which may also be a moving target
  • we will duplicate this for dry runs, actual runs on platforms
@pearce8 pearce8 added the feature New feature or request label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants