Replaces OMNITRACE_CONDITIONAL_BASIC_PRINT with OMNITRACE_VERBOSE (#97)

Replaces OMNITRACE_CONDITIONAL_BASIC_PRINT with OMNITRACE_VERBOSE and similar where possible

[ROCm/rocprofiler-systems commit: c006e542a5]
Šī revīzija ir iekļauta:
Jonathan R. Madsen
2022-07-21 11:15:26 -05:00
revīziju iesūtīja GitHub
vecāks 58350bba5c
revīzija 579025d9b7
11 mainīti faili ar 55 papildinājumiem un 70 dzēšanām
@@ -143,8 +143,7 @@ setup_gotchas()
if(_initialized) return;
_initialized = true;
OMNITRACE_CONDITIONAL_PRINT_F(
get_debug_env(),
OMNITRACE_BASIC_DEBUG(
"Configuring gotcha wrapper around fork, MPI_Init, and MPI_Init_thread\n");
mpi_gotcha::configure();