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

Benchpark info command, new experiment and system directives #569

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

Benchpark info command, new experiment and system directives #569

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

Comments

@pearce8
Copy link
Collaborator

pearce8 commented Jan 24, 2025

New system.py directives:

name = "lanl-venado"
system_site = "lanl"
system_name = "venado"
hardware = system_hardware_key (from all_system_definitions/system_hardware_key/system_definition.yaml)
maintainer("...")

New experiment.py directives:

url = ...
name = "amg2023"
spack_name = "amg2023"
ramble_name = "amg"
maintainer("...")

Parent classes (CudaExperiment, etc.) directives:

programming_model("cuda")
scaling("strong") 

Benchpark info command needs the following subcommands:

  • benchpark info system
  • Benchpark info system variants
  • benchpark info system hardware
  • benchpark info system maintainer
  • bechpark info experiment_name
  • benchpark info --spack experiment_name
  • benchpark info --ramble experiment_name
  • benchpark info maintainer
  • list from benchpark python script to grab programming models #486
@pearce8 pearce8 added the feature New feature or request label Jan 24, 2025
@pearce8 pearce8 added this to the Urgent v0.1.1 milestone 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