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