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 c16a360 commit 8d449d3Copy full SHA for 8d449d3
scripts/run_tests.py
@@ -111,7 +111,7 @@ def run_threads(self):
111
for task_type in ["omp", "seq", "stl", "tbb"]:
112
self.__run_exec(
113
[str(self.work_dir / "ppc_func_tests")]
114
- + self.__get_gtest_settings(3, "_" + task_type + "_")
+ + self.__get_gtest_settings(1, "_" + task_type + "_")
115
)
116
117
def run_core(self):
@@ -142,7 +142,7 @@ def run_processes(self, additional_mpi_args):
142
143
mpi_running
144
+ [str(self.work_dir / "ppc_func_tests")]
145
- + self.__get_gtest_settings(10, "_" + task_type)
+ + self.__get_gtest_settings(1, "_" + task_type)
146
147
148
def run_performance(self):
0 commit comments