Searched refs:opt_missing (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/mpi/
H A Dlibmpiwrap.c176 static Bool opt_missing = 0; /* 0:silent; 1:warn; 2:abort */ variable
191 opt_missing = 1;
193 opt_missing = 2;
879 if (opt_missing >= 2)
2323 if (opt_missing >= 2) { \
2328 if (opt_missing == 1 && complaints > 0) { \

Completed in 498 milliseconds