Replaces OMNITRACE_CONDITIONAL_BASIC_PRINT with OMNITRACE_VERBOSE (#97)

Replaces OMNITRACE_CONDITIONAL_BASIC_PRINT with OMNITRACE_VERBOSE and similar where possible
This commit is contained in:
Jonathan R. Madsen
2022-07-21 11:15:26 -05:00
committed by GitHub
parent 400e5078ed
commit c006e542a5
11 changed files with 55 additions and 70 deletions
@@ -45,8 +45,7 @@ fork_gotcha::audit(const gotcha_data_t&, audit::incoming)
{
OMNITRACE_VERBOSE(1, "fork() called on PID %i (rank: %i), TID %li\n",
process::get_id(), dmp::rank(), threading::get_id());
OMNITRACE_CONDITIONAL_BASIC_PRINT(
get_debug_env(),
OMNITRACE_BASIC_DEBUG(
"Warning! Calling fork() within an OpenMPI application using libfabric "
"may result is segmentation fault\n");
TIMEMORY_CONDITIONAL_DEMANGLED_BACKTRACE(get_debug_env(), 16);