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
I have a question about the themis simulator in the file run_sim.py, in the function themis_sim_jobs, it first call the function get_isolated_throughts to get a list of throughput of current runnable jobs when each of them runs alone with just 1 / N of the total resources
but in the function get_isolated_throughputs, it returns the varible allocation, not the varible isolated_throughputs in the function, I think it is a bug.
Hoping to your reply!
The text was updated successfully, but these errors were encountered:
I have a question about the themis simulator in the file
run_sim.py
, in the functionthemis_sim_jobs
, it first call the functionget_isolated_throughts
to get a list of throughput of current runnable jobs when each of them runs alone with just1 / N
of the total resourcesbut in the function
get_isolated_throughputs
, it returns the varibleallocation
, not the varibleisolated_throughputs
in the function, I think it is a bug.Hoping to your reply!
The text was updated successfully, but these errors were encountered: