Skip to content

gpu_burn setting executable_opts too early #2755

@akesandgren

Description

@akesandgren

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')

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions