@@ -42,6 +42,7 @@ vt_no_color = 1
42
42
vt_build_shared_libs = 0
43
43
vt_inclusion = TPL
44
44
cmake_cxx_standard = 17
45
+ vt_debug_verbose = 0
45
46
46
47
[PR-tests-intel-oneAPI]
47
48
test_configuration = " intel icpx, ubuntu, mpich"
@@ -62,7 +63,7 @@ output_name = ci/azure/azure-intel-oneapi-icpc-ubuntu-mpich.yml
62
63
vt_extended_tests = 0
63
64
64
65
[PR-tests-nvcc-12-2-gcc-9]
65
- test_configuration = " nvidia cuda 12.2.0, gcc-9, ubuntu, mpich"
66
+ test_configuration = " nvidia cuda 12.2.0, gcc-9, ubuntu, mpich, verbose "
66
67
compiler_type = nvidia
67
68
compiler = 12.2.0
68
69
host_compiler = gcc-9
@@ -75,6 +76,7 @@ vt_diagnostics = 0
75
76
vt_trace = 1
76
77
vt_pool = 0
77
78
vt_tests_num_nodes = 4
79
+ vt_debug_verbose = 1
78
80
79
81
[PR-tests-nvcc-11-2-gcc-9]
80
82
test_configuration = " nvidia cuda 11.2, gcc-9, ubuntu, mpich"
@@ -121,14 +123,15 @@ vt_lb = 0
121
123
vt_tests_num_nodes = 4
122
124
123
125
[PR-tests-gcc-11]
124
- test_configuration = " gcc-11, ubuntu, mpich, trace runtime, coverage"
126
+ test_configuration = " gcc-11, ubuntu, mpich, trace runtime, coverage, verbose "
125
127
compiler_type = gnu
126
128
compiler = gcc-11
127
129
distro = 22.04
128
130
vt_trace = 1
129
131
vt_trace_rt = 1
130
132
vt_unity_build = 0
131
133
vt_code_coverage = 1
134
+ vt_debug_verbose = 1
132
135
docker_target = " [% linux %]-cpp-clean-noinstall"
133
136
output_name = ci/azure/azure-gcc-11-ubuntu-mpich.yml
134
137
@@ -193,9 +196,10 @@ distro = 22.04
193
196
output_name = ci/azure/azure-clang-13-ubuntu-mpich.yml
194
197
195
198
[PR-tests-clang-14]
196
- test_configuration = " clang-14, ubuntu, mpich"
199
+ test_configuration = " clang-14, ubuntu, mpich, verbose "
197
200
compiler_type = clang
198
201
compiler = clang-14
199
202
distro = 22.04
200
203
output_name = ci/azure/azure-clang-14-ubuntu-mpich.yml
201
204
vt_trace = 1
205
+ vt_debug_verbose = 1
0 commit comments