Home | History | Annotate | Download | only in mpi

Lines Matching refs:options_str

174 static char* options_str    = NULL;
188 options_str = getenv("MPIWRAP_DEBUG");
189 if (options_str) {
190 if (NULL != strstr(options_str, "warn"))
192 if (NULL != strstr(options_str, "strict"))
194 if (NULL != strstr(options_str, "verbose"))
196 if (NULL != strstr(options_str, "quiet"))
198 if (NULL != strstr(options_str, "help"))
200 if (NULL != strstr(options_str, "initkludge"))