We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9814ff7 commit 461bf7cCopy full SHA for 461bf7c
1 file changed
scripts/run_tests.py
@@ -135,12 +135,7 @@ def run_processes(self, additional_mpi_args):
135
)
136
137
mpi_running = (
138
- [self.mpi_exec]
139
- + shlex.split(additional_mpi_args)
140
- + [
141
- "-np",
142
- ppc_num_proc,
143
- ]
+ [self.mpi_exec] + shlex.split(additional_mpi_args) + ["-np", ppc_num_proc]
144
145
if not self.__ppc_env.get("PPC_ASAN_RUN"):
146
for task_type in ["all", "mpi"]:
0 commit comments