Home
last modified time | relevance | path

Searched refs:options_str (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/mpi/
Dlibmpiwrap.c174 static char* options_str = NULL; variable
188 options_str = getenv("MPIWRAP_DEBUG"); in before()
189 if (options_str) { in before()
190 if (NULL != strstr(options_str, "warn")) in before()
192 if (NULL != strstr(options_str, "strict")) in before()
194 if (NULL != strstr(options_str, "verbose")) in before()
196 if (NULL != strstr(options_str, "quiet")) in before()
198 if (NULL != strstr(options_str, "help")) in before()
200 if (NULL != strstr(options_str, "initkludge")) in before()