benchpark
benchpark copied to clipboard
An open collaborative repository for reproducible specifications of HPC benchmarks and cross site benchmarking environments
using configs/RCCS-Fugaku-Fujitsu-A64FX-TofuD/spack.yaml: ``` spack: packages: default-compiler: spack_spec: {default_comp} {sys_arch} default-mpi: spack_spec: fujitsu-mpi@{fj_comp_version}%{default_comp} {sys_arch} ``` default_comp is defined as '[email protected]' it worked for `spack_spec: fujitsu-mpi@{fj_comp_version}%{default_comp} {sys_arch}` but for `spack_spec: {default_comp} {sys_arch}`...
Options for enabling different values for a variable within a single system config, such as different number of cores or memory per node in AWS instances. Brainstorming notes from discussion...
Taking a stab at Option 1 in [Issue 234](https://github.com/LLNL/benchpark/issues/234). To invoke: ramble workspace setup --where '"{sys_instance_names}" == "hpc7a.12xlarge"' Could close https://github.com/LLNL/benchpark/issues/234
e.g., (debug) benchpark::72 Hello, world! Fixes #232
We will use Thicket for postprocessing performance results. - [x] Caliper modifiers. Caliper modifier "mode" determines what data is available in the .cali files after the run. - [X] Python...
0) Need to record maintainers: for systems (one per system config, e.g., nosite-x86_64), and experiments (one per experiment, e.g., amg2023/cuda) 1) New systems - system owners should define/update the default...
- Benchpark list in the docs currently shows all Ramble experiments. Should only be Benchpark experiments. - Add tags to Benchpark application.py (derive from Ramble if needed). - Add tags...