mpicbg-scicomp / gearshifft

Benchmark Suite for Heterogenuous FFT Implementations
Apache License 2.0
34 stars 9 forks source link

Simplify options handling #158

Open zyzzyxdonta opened 8 months ago

zyzzyxdonta commented 8 months ago

Use environment variables for the runtime configuration of Boost Test. This simplifies the code since we can use setenv which can handle const char pointers and copies their string contents.

Also, remove unnecessary usage of vector for options parsing.