We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd22cde commit 9208771Copy full SHA for 9208771
scripts/run_tests.py
@@ -231,7 +231,6 @@ def run_processes(self, additional_mpi_args):
231
def run_performance(self):
232
if not self.__ppc_env.get("PPC_ASAN_RUN"):
233
mpi_running = self.__build_mpi_cmd(self.__ppc_num_proc, "")
234
- # Collect perf stats for all implementations, including seq as baseline.
235
for task_type in ["all", "mpi", "seq"]:
236
self.__run_exec(
237
mpi_running
0 commit comments