reframe-hpc / reframe

A powerful Python framework for writing and running portable regression tests and benchmarks for HPC systems.
https://reframe-hpc.readthedocs.org
BSD 3-Clause "New" or "Revised" License
214 stars 101 forks source link

Support parallel launcher modifiers in an easier way #3100

Closed vkarak closed 6 months ago

vkarak commented 7 months ago

This is currently possible using the LauncherWrapper but the syntax is a bit cumbersome. I suggest using extending the Launcher itself with something like launcher.modifier = 'gdb' and launcher.modifier_opts = ['--args', ...].