pearce8
pearce8
- [ ] Variables @dyokelson - [ ] Type of study (strong scaling, weak scaling) @dyokelson - [ ] Process binding; we should use https://github.com/bcumming/affinity @daboehme, can this be used...
- [ ] System provides @becker33 - [ ] Experiment requires @becker33 - [ ] Concretizer @becker33 - [ ] Add to all systems and experiments @team
- [x] System init, docs. #298 - merging 8/19 - [x] Experiment init, docs. #331 @alecbcs @becker33 - merge before 8/22 - [ ] Re-create all existing LC systems (manual...
We do need to compare the versions of all of the software in the stack (mpi, dependencies). What the compiler and optimization flags? What about the resources and process mapping?...
We need to be able to reason whether the new experiment.py is equivalent to the experiments we previously had written in yaml.
We want to be able to specify strong and weak scaling experiments: - what stays constant, - what gets zipped, - what range of process counts to use (i.e., 2...
`benchpark init` needs to perform `system init` and `experiment init`. Followed by `benchpark setup` command. Later, may want `benchpark setup` to do `benchpark init` at the same time.