@@ -60,7 +60,8 @@ ompi_coll_tuned_allreduce_intra_dec_dynamic (const void *sbuf, void *rbuf, size_
60
60
{
61
61
mca_coll_tuned_module_t * tuned_module = (mca_coll_tuned_module_t * ) module ;
62
62
63
- OPAL_OUTPUT ((ompi_coll_tuned_stream , "ompi_coll_tuned_allreduce_intra_dec_dynamic" ));
63
+ OPAL_OUTPUT_VERBOSE ((COLL_TUNED_TRACING_VERBOSE , ompi_coll_tuned_stream ,
64
+ "ompi_coll_tuned_allreduce_intra_dec_dynamic" ));
64
65
65
66
/* Check first if an algorithm is set explicitly for this collective */
66
67
if (tuned_module -> user_forced [ALLREDUCE ].algorithm ) {
@@ -111,7 +112,8 @@ int ompi_coll_tuned_alltoall_intra_dec_dynamic(const void *sbuf, size_t scount,
111
112
{
112
113
mca_coll_tuned_module_t * tuned_module = (mca_coll_tuned_module_t * ) module ;
113
114
114
- OPAL_OUTPUT ((ompi_coll_tuned_stream , "ompi_coll_tuned_alltoall_intra_dec_dynamic" ));
115
+ OPAL_OUTPUT_VERBOSE ((COLL_TUNED_TRACING_VERBOSE , ompi_coll_tuned_stream ,
116
+ "ompi_coll_tuned_alltoall_intra_dec_dynamic" ));
115
117
116
118
/* Check first if an algorithm is set explicitly for this collective */
117
119
if (tuned_module -> user_forced [ALLTOALL ].algorithm ) {
@@ -167,7 +169,8 @@ int ompi_coll_tuned_alltoallv_intra_dec_dynamic(const void *sbuf, ompi_count_arr
167
169
{
168
170
mca_coll_tuned_module_t * tuned_module = (mca_coll_tuned_module_t * ) module ;
169
171
170
- OPAL_OUTPUT ((ompi_coll_tuned_stream , "ompi_coll_tuned_alltoallv_intra_dec_dynamic" ));
172
+ OPAL_OUTPUT_VERBOSE ((COLL_TUNED_TRACING_VERBOSE , ompi_coll_tuned_stream ,
173
+ "ompi_coll_tuned_alltoallv_intra_dec_dynamic" ));
171
174
172
175
/* Check first if an algorithm is set explicitly for this collective */
173
176
if (tuned_module -> user_forced [ALLTOALLV ].algorithm ) {
@@ -215,7 +218,8 @@ int ompi_coll_tuned_barrier_intra_dec_dynamic(struct ompi_communicator_t *comm,
215
218
{
216
219
mca_coll_tuned_module_t * tuned_module = (mca_coll_tuned_module_t * ) module ;
217
220
218
- OPAL_OUTPUT ((ompi_coll_tuned_stream ,"ompi_coll_tuned_barrier_intra_dec_dynamic" ));
221
+ OPAL_OUTPUT_VERBOSE ((COLL_TUNED_TRACING_VERBOSE , ompi_coll_tuned_stream ,
222
+ "ompi_coll_tuned_barrier_intra_dec_dynamic" ));
219
223
220
224
/* Check first if an algorithm is set explicitly for this collective */
221
225
if (tuned_module -> user_forced [BARRIER ].algorithm ) {
@@ -257,7 +261,8 @@ int ompi_coll_tuned_bcast_intra_dec_dynamic(void *buf, size_t count,
257
261
{
258
262
mca_coll_tuned_module_t * tuned_module = (mca_coll_tuned_module_t * ) module ;
259
263
260
- OPAL_OUTPUT ((ompi_coll_tuned_stream , "coll:tuned:bcast_intra_dec_dynamic" ));
264
+ OPAL_OUTPUT_VERBOSE ((COLL_TUNED_TRACING_VERBOSE , ompi_coll_tuned_stream ,
265
+ "coll:tuned:bcast_intra_dec_dynamic" ));
261
266
262
267
/* Check first if an algorithm is set explicitly for this collective */
263
268
if (tuned_module -> user_forced [BCAST ].algorithm ) {
@@ -309,7 +314,8 @@ int ompi_coll_tuned_reduce_intra_dec_dynamic( const void *sbuf, void *rbuf,
309
314
{
310
315
mca_coll_tuned_module_t * tuned_module = (mca_coll_tuned_module_t * ) module ;
311
316
312
- OPAL_OUTPUT ((ompi_coll_tuned_stream , "coll:tuned:reduce_intra_dec_dynamic" ));
317
+ OPAL_OUTPUT_VERBOSE ((COLL_TUNED_TRACING_VERBOSE , ompi_coll_tuned_stream ,
318
+ "coll:tuned:reduce_intra_dec_dynamic" ));
313
319
314
320
/* Check first if an algorithm is set explicitly for this collective */
315
321
if (tuned_module -> user_forced [REDUCE ].algorithm ) {
@@ -365,7 +371,8 @@ int ompi_coll_tuned_reduce_scatter_intra_dec_dynamic(const void *sbuf, void *rbu
365
371
{
366
372
mca_coll_tuned_module_t * tuned_module = (mca_coll_tuned_module_t * ) module ;
367
373
368
- OPAL_OUTPUT ((ompi_coll_tuned_stream , "coll:tuned:reduce_scatter_intra_dec_dynamic" ));
374
+ OPAL_OUTPUT_VERBOSE ((COLL_TUNED_TRACING_VERBOSE , ompi_coll_tuned_stream ,
375
+ "coll:tuned:reduce_scatter_intra_dec_dynamic" ));
369
376
370
377
/* Check first if an algorithm is set explicitly for this collective */
371
378
if (tuned_module -> user_forced [REDUCESCATTER ].algorithm ) {
@@ -420,7 +427,8 @@ int ompi_coll_tuned_reduce_scatter_block_intra_dec_dynamic(const void *sbuf, voi
420
427
{
421
428
mca_coll_tuned_module_t * tuned_module = (mca_coll_tuned_module_t * ) module ;
422
429
423
- OPAL_OUTPUT ((ompi_coll_tuned_stream , "coll:tuned:reduce_scatter_block_intra_dec_dynamic" ));
430
+ OPAL_OUTPUT_VERBOSE ((COLL_TUNED_TRACING_VERBOSE , ompi_coll_tuned_stream ,
431
+ "coll:tuned:reduce_scatter_block_intra_dec_dynamic" ));
424
432
425
433
/* Check first if an algorithm is set explicitly for this collective */
426
434
if (tuned_module -> user_forced [REDUCESCATTERBLOCK ].algorithm ) {
@@ -474,7 +482,7 @@ int ompi_coll_tuned_allgather_intra_dec_dynamic(const void *sbuf, size_t scount,
474
482
{
475
483
mca_coll_tuned_module_t * tuned_module = (mca_coll_tuned_module_t * ) module ;
476
484
477
- OPAL_OUTPUT (( ompi_coll_tuned_stream ,
485
+ OPAL_OUTPUT_VERBOSE (( COLL_TUNED_TRACING_VERBOSE , ompi_coll_tuned_stream ,
478
486
"ompi_coll_tuned_allgather_intra_dec_dynamic" ));
479
487
480
488
/* Check first if an algorithm is set explicitly for this collective */
@@ -536,7 +544,7 @@ int ompi_coll_tuned_allgatherv_intra_dec_dynamic(const void *sbuf, size_t scount
536
544
{
537
545
mca_coll_tuned_module_t * tuned_module = (mca_coll_tuned_module_t * ) module ;
538
546
539
- OPAL_OUTPUT (( ompi_coll_tuned_stream ,
547
+ OPAL_OUTPUT_VERBOSE (( COLL_TUNED_TRACING_VERBOSE , ompi_coll_tuned_stream ,
540
548
"ompi_coll_tuned_allgatherv_intra_dec_dynamic" ));
541
549
542
550
/* Check first if an algorithm is set explicitly for this collective */
@@ -593,7 +601,7 @@ int ompi_coll_tuned_gather_intra_dec_dynamic(const void *sbuf, size_t scount,
593
601
{
594
602
mca_coll_tuned_module_t * tuned_module = (mca_coll_tuned_module_t * ) module ;
595
603
596
- OPAL_OUTPUT (( ompi_coll_tuned_stream ,
604
+ OPAL_OUTPUT_VERBOSE (( COLL_TUNED_TRACING_VERBOSE , ompi_coll_tuned_stream ,
597
605
"ompi_coll_tuned_gather_intra_dec_dynamic" ));
598
606
599
607
/* Check first if an algorithm is set explicitly for this collective */
@@ -643,7 +651,7 @@ int ompi_coll_tuned_scatter_intra_dec_dynamic(const void *sbuf, size_t scount,
643
651
{
644
652
mca_coll_tuned_module_t * tuned_module = (mca_coll_tuned_module_t * ) module ;
645
653
646
- OPAL_OUTPUT (( ompi_coll_tuned_stream ,
654
+ OPAL_OUTPUT_VERBOSE (( COLL_TUNED_TRACING_VERBOSE , ompi_coll_tuned_stream ,
647
655
"ompi_coll_tuned_scatter_intra_dec_dynamic" ));
648
656
649
657
/* Check first if an algorithm is set explicitly for this collective */
@@ -692,7 +700,7 @@ int ompi_coll_tuned_exscan_intra_dec_dynamic(const void *sbuf, void* rbuf, size_
692
700
{
693
701
mca_coll_tuned_module_t * tuned_module = (mca_coll_tuned_module_t * ) module ;
694
702
695
- OPAL_OUTPUT (( ompi_coll_tuned_stream ,
703
+ OPAL_OUTPUT_VERBOSE (( COLL_TUNED_TRACING_VERBOSE , ompi_coll_tuned_stream ,
696
704
"ompi_coll_tuned_exscan_intra_dec_dynamic" ));
697
705
698
706
/* Check first if an algorithm is set explicitly for this collective */
@@ -736,7 +744,7 @@ int ompi_coll_tuned_scan_intra_dec_dynamic(const void *sbuf, void* rbuf, size_t
736
744
{
737
745
mca_coll_tuned_module_t * tuned_module = (mca_coll_tuned_module_t * ) module ;
738
746
739
- OPAL_OUTPUT (( ompi_coll_tuned_stream ,
747
+ OPAL_OUTPUT_VERBOSE (( COLL_TUNED_TRACING_VERBOSE , ompi_coll_tuned_stream ,
740
748
"ompi_coll_tuned_scan_intra_dec_dynamic" ));
741
749
742
750
/* Check first if an algorithm is set explicitly for this collective */
0 commit comments