reframe-hpc/reframe

Support parallel launcher modifiers in an easier way

Closed this issue · 0 comments

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', ...].