-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add initial framework for experiment init * saxpy: fix mismatch between variable name and usage * cmd/experiment: fix interface to Experiment class * cmd/experiment: implement benchpark experiment list * cmd/experiment: remove vestigial references to 'system' * spec: fix bug with ConcreteSpec.satisfies and ConcreteSpec.intersects * spec: remove vestigial 'autospec' decorator * Implementation of strong scaling * Weak scaling implementation * Scaling implementation * kripke scaling experiment * Fix lint formatting * Fix expr name * Fix lint formatting * Fix variable name * amg2023 scaling implementation * Fix lint formatiing * Move scaling to lib/benchpark/experiment.py * Update method documentation * Fix lint formatting * Fix lint formatting * Separating scaling and programming models in AMG experiment * formatting * Simplifying strings * Simplifying strings * lint * lint * lint * Adding single node experiment * Update experiment.py * Fix variable name --------- Co-authored-by: Alec Scott <[email protected]> Co-authored-by: Gregory Becker <[email protected]> Co-authored-by: Riyaz Haque <[email protected]> Co-authored-by: pearce8 <[email protected]>
- Loading branch information
1 parent
7017d60
commit 9a35443
Showing
3 changed files
with
342 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.