us1               190 orte/runtime/orte_globals.h #define ORTE_COMPUTE_TIME_DIFF(r, ur, s1, us1, s2, us2)     \
us1               193 orte/runtime/orte_globals.h         if ((us2) >= (us1)) {                               \
us1               194 orte/runtime/orte_globals.h             (ur) = (us2) - (us1);                           \
us1               197 orte/runtime/orte_globals.h             (ur) = 1000000 - (us1) + (us2);                 \