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

Adding dynamic CSCS-DAINT system class #605

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open

Conversation

august-knox
Copy link
Collaborator

@august-knox august-knox commented Feb 11, 2025

Description

Adding a dynamic implementation of the legacy CSCS-DAINT system. Contributes to #531

Test system setup with:

cd benchpark
. setup-env.sh
benchpark system init --dest daint-system cscs-daint 

Visually validate files created in daint-system directory

Run an existing experiment:

benchpark experiment init --dest saxpy-test saxpy +openmp
benchpark setup ./saxpy-test ./daint-system workspace/

Then follow with the ramble commands that are output.

Adding/modifying a system (docs: Adding a System)

  • Add/modify systems/system_name/system.py file
  • Add/modify a dry run unit test for system_name in .github/workflows/run.yml
  • Add/modify systems/all_hardware_descriptions/hardware_name/hardware_description.yaml which will appear in the docs catalogue

@github-actions github-actions bot added the ci CI, unit tests, GitHub actions label Feb 11, 2025
@august-knox august-knox changed the title System/daint Adding dynamic CSCS-DAINT system class Feb 11, 2025
@august-knox august-knox marked this pull request as ready for review February 11, 2025 21:44
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant