[WIP] Add modifier for affinity package #584
Draft
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
[WIP] Adding a modifier that prints thread/core/gpu affinity for an experiment.
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
repo/benchmark_name/application.py
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/ci
unit tests (if needed)