[WIP] Benchpark Without Subprocess #896
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
python main.py ...
topython benchpark ...
, which results in clearer usage statements.Original goal is to execute from
bin/benchpark
such that usage statements arebenchpark ...
instead ofmain.py ...
Adding/modifying a system (docs: Adding a System)
systems/system_name/system.py
filesystem_name
in.github/workflows/run.yml
systems/all_hardware_descriptions/hardware_name/hardware_description.yaml
which will appear in the docs catalogueAdding/modifying a benchmark (docs: Adding a Benchmark)
repo/benchmark_name/package.py
plus: create, self-assign, and link here a follow up issue with a link to the PR in the Spack repo.repo/benchmark_name/application.py
plus: create, self-assign, and link here a follow up issue with a link to the PR in the Ramble repo.application.py
or inrepo/benchmark_name/application.py
will appear in the docs catalogueexperiments/benchmark_name/experiment.py
to define a single node and multi-node experiments.github/workflows/run.yml
Adding/modifying core functionality, CI, or documentation:
.github/workflows
and.gitlab/tests
unit tests (if needed)