Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dompt-general.cpp395 const char *ompt_env_verbose_init = getenv("OMP_TOOL_VERBOSE_INIT"); local
398 if (ompt_env_verbose_init && strcmp(ompt_env_verbose_init, "") &&
399 !OMPT_STR_MATCH(ompt_env_verbose_init, "disabled")) {
401 if (OMPT_STR_MATCH(ompt_env_verbose_init, "STDERR"))
403 else if (OMPT_STR_MATCH(ompt_env_verbose_init, "STDOUT"))
406 verbose_file = fopen(ompt_env_verbose_init, "w");