anagainaru / iSBatch

Code to compute the optimal request time for applications submitted for execution using HPC batch schedulers
Other
0 stars 1 forks source link

Long tail distributions optimization #97

Open anagainaru opened 3 years ago

anagainaru commented 3 years ago

For distributions with a long tail, we need to limit the upper limit to a threshold (0.01 percentile)

image

E.g If we limit the sequence to 2 the first will be forced to be closer to 150 and second 300 if we don't use a th

image