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

[WIP] Allocation implementation for mpibind modifier #646

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

Conversation

august-knox
Copy link
Collaborator

Description

Alternative implementation for mpibind(#608), moving all mpi-command editing to the allocation modifier, where this already takes place by default. Functionality remains the same.
Example command:
benchpark experiment init --dest=saxpy saxpy mpibind=v +openmp

So far, modes include: off, on, v, vv, greedy:0

Adding/modifying a benchmark (docs: Adding a Benchmark)

  • (optional) If package upstreamed to Spack is insufficient, add/modify repo/benchmark_name/package.py
  • (optional) If application upstreamed to Ramble is insufficient, add/modify repo/benchmark_name/application.py
  • Tags in Ramble's application.py or in repo/benchmark_name/application.py will appear in the docs catalogue
  • Add/modify an experiments/benchmark_name/experiment.py to define a single node and multi-node experiments
  • Add/modify a dry run unit test in .github/workflows/run.yml

@august-knox august-knox requested a review from rfhaque February 27, 2025 17:05
@github-actions github-actions bot added the experiment New or modified experiment label Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experiment New or modified experiment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants