In hpctestlib gpu_burn is doing: ``` @run_after('init') def set_exec_opts(self): if self.use_dp: self.executable_opts += ['-d'] ``` I think it should rather be run_before('run') so one can more easily set use_dp in run_after('setup')