Skip to content
Snippets Groups Projects
Commit 28549f30 authored by TZ's avatar TZ Committed by Peter Scheibel
Browse files

inel-mpi: fix for wrong structure name instroduced in ea8a0be4 (#17382)

it's    mpi_compiler_wrappers
and not mpi_compiler._wrappers

fixes 2nd part of #17371
parent 7717f00d
No related branches found
No related tags found
No related merge requests found
......@@ -67,5 +67,5 @@ def setup_dependent_build_environment(self, *args):
def setup_run_environment(self, env):
super(IntelMpi, self).setup_run_environment(env)
for name, value in self.mpi_compiler.wrappers.items():
for name, value in self.mpi_compiler_wrappers.items():
env.set(name, value)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment