LLNL / benchpark

An open collaborative repository for reproducible specifications of HPC benchmarks and cross site benchmarking environments
https://software.llnl.gov/benchpark/
Apache License 2.0
28 stars 25 forks source link

variants: improve handling of booleans #440

Closed becker33 closed 1 week ago

becker33 commented 1 week ago

boolean variants now store values as bool all other variants still store values as str

pearce8 commented 1 week ago

I turned OpenMP, CUDA, ROCm variants into binary variants to test @becker33's code.

@scheibelp please review/merge.

@rfhaque please take a look, and start a new PR to fix up the other variants that can now be binary.