DARMA-tasking / vt

DARMA/vt => Virtual Transport
Other
34 stars 8 forks source link

Allow replay to repeat phases using modulus #2243

Closed nlslatt closed 6 months ago

nlslatt commented 6 months ago

What Needs to be Done? Allow experimenting with iterative load balancers iteration by iteration by using LB data from json as input for multiple phases. Do this using a phase modulus. For example, using a modulus of 2 would use phase 0 json data as input for phases 0, 2, 4, etc. and phase 1 json data as input for phases 1, 3, 5, etc.