You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WFP determines job priority according to (T_r/T_w)^3 N
, where T_r , T_w and N denote job wait time, user-supplied job runtime, and job size, respectively.
[1] W. Tang, N. Desai, D. Buettner, and Z. Lan, “Analyzing and adjusting user runtime estimates to improve job scheduling on the blue gene/p,” in 2010 IEEE International Symposium on Parallel Distributed Processing (IPDPS), pp. 1–11, April 2010.
The text was updated successfully, but these errors were encountered:
Simulate Mira's scheduler WFP [1]
WFP determines job priority according to
(T_r/T_w)^3 N
, where T_r , T_w and N denote job wait time, user-supplied job runtime, and job size, respectively.
[1] W. Tang, N. Desai, D. Buettner, and Z. Lan, “Analyzing and adjusting user runtime estimates to improve job scheduling on the blue gene/p,” in 2010 IEEE International Symposium on Parallel Distributed Processing (IPDPS), pp. 1–11, April 2010.
The text was updated successfully, but these errors were encountered: