@@ -76,11 +76,11 @@ jobs:
7676 mkdir -p install
7777 tar -xzvf ubuntu-gcc-install-${{ matrix.os }}.tar.gz -C install
7878 - name : Run func tests (MPI)
79- run : python3 scripts/run_tests.py --running-type="processes" --counts 1 2 3 4
79+ run : scripts/run_tests.py --running-type="processes" --counts 1 2 3 4
8080 env :
8181 PPC_NUM_THREADS : 1
8282 - name : Run func tests (threads)
83- run : python3 scripts/run_tests.py --running-type="threads" --counts 1 2 3 4
83+ run : scripts/run_tests.py --running-type="threads" --counts 1 2 3 4
8484 env :
8585 PPC_NUM_PROC : 1
8686 gcc-test-extended :
@@ -106,7 +106,7 @@ jobs:
106106 mkdir -p install
107107 tar -xzvf ubuntu-gcc-install-${{ matrix.os }}.tar.gz -C install
108108 - name : Run func tests (threads extended)
109- run : python3 scripts/run_tests.py --running-type="threads" --counts 5 7 11 13
109+ run : scripts/run_tests.py --running-type="threads" --counts 5 7 11 13
110110 env :
111111 PPC_NUM_PROC : 1
112112 clang-build :
@@ -178,11 +178,11 @@ jobs:
178178 mkdir -p install
179179 tar -xzvf ubuntu-clang-install-${{ matrix.os }}.tar.gz -C install
180180 - name : Run func tests (MPI)
181- run : python3 scripts/run_tests.py --running-type="processes" --counts 1 2 3 4
181+ run : scripts/run_tests.py --running-type="processes" --counts 1 2 3 4
182182 env :
183183 PPC_NUM_THREADS : 1
184184 - name : Run tests (threads)
185- run : python3 scripts/run_tests.py --running-type="threads" --counts 1 2 3 4
185+ run : scripts/run_tests.py --running-type="threads" --counts 1 2 3 4
186186 env :
187187 PPC_NUM_PROC : 1
188188 clang-test-extended :
@@ -210,7 +210,7 @@ jobs:
210210 mkdir -p install
211211 tar -xzvf ubuntu-clang-install-${{ matrix.os }}.tar.gz -C install
212212 - name : Run tests (threads extended)
213- run : python3 scripts/run_tests.py --running-type="threads" --counts 5 7 11 13
213+ run : scripts/run_tests.py --running-type="threads" --counts 5 7 11 13
214214 env :
215215 PPC_NUM_PROC : 1
216216 clang-sanitizer-build :
@@ -288,14 +288,14 @@ jobs:
288288 mkdir -p install
289289 tar -xzvf ubuntu-clang-sanitizer-install-${{ matrix.os }}.tar.gz -C install
290290 - name : Run tests (MPI)
291- run : python3 scripts/run_tests.py --running-type="processes" --counts 2 --additional-mpi-args="--oversubscribe"
291+ run : scripts/run_tests.py --running-type="processes" --counts 2 --additional-mpi-args="--oversubscribe"
292292 env :
293293 PPC_NUM_THREADS : 2
294294 PPC_ASAN_RUN : 1
295295 ASAN_OPTIONS : abort_on_error=1
296296 UBSAN_OPTIONS : halt_on_error=1
297297 - name : Run tests (threads)
298- run : python3 scripts/run_tests.py --running-type="threads" --counts 1 2 3 4
298+ run : scripts/run_tests.py --running-type="threads" --counts 1 2 3 4
299299 env :
300300 PPC_NUM_PROC : 1
301301 PPC_ASAN_RUN : 1
@@ -327,7 +327,7 @@ jobs:
327327 mkdir -p install
328328 tar -xzvf ubuntu-clang-sanitizer-install-${{ matrix.os }}.tar.gz -C install
329329 - name : Run tests (threads extended)
330- run : python3 scripts/run_tests.py --running-type="threads" --counts 5 7 11 13
330+ run : scripts/run_tests.py --running-type="threads" --counts 5 7 11 13
331331 env :
332332 PPC_NUM_PROC : 1
333333 PPC_ASAN_RUN : 1
@@ -361,12 +361,12 @@ jobs:
361361 run : |
362362 cmake --build build --parallel
363363 - name : Run tests (MPI)
364- run : python3 scripts/run_tests.py --running-type="processes"
364+ run : scripts/run_tests.py --running-type="processes"
365365 env :
366366 PPC_NUM_PROC : 2
367367 PPC_NUM_THREADS : 2
368368 - name : Run tests (threads)
369- run : python3 scripts/run_tests.py --running-type="threads" --counts 1 2 3 4
369+ run : scripts/run_tests.py --running-type="threads" --counts 1 2 3 4
370370 env :
371371 PPC_NUM_PROC : 1
372372 - name : Generate gcovr Coverage Data
0 commit comments