File tree 5 files changed +3
-16
lines changed
5 files changed +3
-16
lines changed Original file line number Diff line number Diff line change 66
66
- name : Build project
67
67
run : |
68
68
cmake --build build --parallel
69
- source build/ppc_opencv/install/bin/setup_vars_opencv4.sh
70
69
env :
71
70
CC : gcc-13
72
71
CXX : g++-13
@@ -146,7 +145,6 @@ jobs:
146
145
- name : Build project
147
146
run : |
148
147
cmake --build build --parallel
149
- source build/ppc_opencv/install/bin/setup_vars_opencv4.sh
150
148
env :
151
149
CC : gcc-13
152
150
CXX : g++-13
@@ -905,7 +903,6 @@ jobs:
905
903
- name : Build project
906
904
run : |
907
905
cmake --build build --parallel
908
- source build/ppc_opencv/install/bin/setup_vars_opencv4.sh
909
906
- name : Run tests (MPI)
910
907
run : |
911
908
source scripts/run_mpi.sh
@@ -988,7 +985,6 @@ jobs:
988
985
- name : Build project
989
986
run : |
990
987
cmake --build build --parallel
991
- source build/ppc_opencv/install/bin/setup_vars_opencv4.sh
992
988
env :
993
989
CC : gcc-12
994
990
CXX : g++-12
Original file line number Diff line number Diff line change 3
3
build\bin\core_func_tests.exe --gtest_also_run_disabled_tests --gtest_repeat=10 --gtest_recreate_environments_when_repeating || exit 1
4
4
build\bin\ref_func_tests.exe --gtest_also_run_disabled_tests --gtest_repeat=10 --gtest_recreate_environments_when_repeating || exit 1
5
5
6
- if " %CLANG_BUILD% " NEQ " 1" mpiexec.exe -np 4 build\bin\sample_mpi.exe
7
- if " %CLANG_BUILD% " NEQ " 1" mpiexec.exe -np 4 build\bin\sample_mpi_boost.exe
8
- if " %CLANG_BUILD% " NEQ " 1" build\bin\sample_omp.exe
9
- build\bin\sample_stl.exe
10
- build\bin\sample_tbb.exe
11
-
12
6
if " %CLANG_BUILD% " NEQ " 1" mpiexec.exe -np 4 build\bin\all_func_tests.exe --gtest_repeat=10 || exit 1
13
7
if " %CLANG_BUILD% " NEQ " 1" mpiexec.exe -np 4 build\bin\mpi_func_tests.exe --gtest_repeat=10 || exit 1
14
8
if " %CLANG_BUILD% " NEQ " 1" build\bin\all_func_tests.exe || exit 1
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ source build/ppc_opencv/install/bin/setup_vars_opencv4.sh
2
3
3
4
if [[ $OSTYPE == " linux-gnu" && -z " $ASAN_RUN " ]]; then
4
5
valgrind --error-exitcode=1 --leak-check=full --show-leak-kinds=all ./build/bin/core_func_tests
12
13
./build/bin/ref_func_tests --gtest_also_run_disabled_tests --gtest_repeat=10 --gtest_recreate_environments_when_repeating
13
14
14
15
if [[ -z " $ASAN_RUN " ]]; then
15
- mpirun $1 -np $PROC_COUNT ./build/bin/sample_mpi
16
- mpirun $1 -np $PROC_COUNT ./build/bin/sample_mpi_boost
17
16
mpirun $1 -np $PROC_COUNT ./build/bin/all_func_tests --gtest_also_run_disabled_tests --gtest_repeat=10 --gtest_recreate_environments_when_repeating
18
17
mpirun $1 -np $PROC_COUNT ./build/bin/mpi_func_tests --gtest_also_run_disabled_tests --gtest_repeat=10 --gtest_recreate_environments_when_repeating
19
18
fi
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ source build/ppc_opencv/install/bin/setup_vars_opencv4.sh
2
3
3
4
if [[ -z " $ASAN_RUN " ]]; then
4
5
if [[ $OSTYPE == " linux-gnu" ]]; then
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ source build/ppc_opencv/install/bin/setup_vars_opencv4.sh
2
3
3
4
if [[ $OSTYPE == " linux-gnu" && -z " $ASAN_RUN " ]]; then
4
5
valgrind --error-exitcode=1 --leak-check=full --show-leak-kinds=all ./build/bin/core_func_tests
13
14
./build/bin/core_func_tests --gtest_also_run_disabled_tests --gtest_repeat=3 --gtest_recreate_environments_when_repeating
14
15
./build/bin/ref_func_tests --gtest_also_run_disabled_tests --gtest_repeat=3 --gtest_recreate_environments_when_repeating
15
16
16
- ./build/bin/sample_omp
17
- ./build/bin/sample_stl
18
- ./build/bin/sample_tbb
19
-
20
17
./build/bin/omp_func_tests --gtest_also_run_disabled_tests --gtest_repeat=3 --gtest_recreate_environments_when_repeating
21
18
./build/bin/seq_func_tests --gtest_also_run_disabled_tests --gtest_repeat=3 --gtest_recreate_environments_when_repeating
22
19
./build/bin/stl_func_tests --gtest_also_run_disabled_tests --gtest_repeat=3 --gtest_recreate_environments_when_repeating
You can’t perform that action at this time.
0 commit comments