Fix Intel MPI super invocation, again (#17378)
This commit is contained in:
parent
44681dbca5
commit
7717f00dac
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ def setup_dependent_build_environment(self, *args):
|
||||||
})
|
})
|
||||||
|
|
||||||
def setup_run_environment(self, env):
|
def setup_run_environment(self, env):
|
||||||
super(IntelMPI, self).setup_run_environment(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)
|
env.set(name, value)
|
||||||
|
|
Loading…
Reference in a new issue