Searched refs:ompt_env_verbose_init (Results 1 – 1 of 1) sorted by relevance
395 const char *ompt_env_verbose_init = getenv("OMP_TOOL_VERBOSE_INIT"); local398 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");