ScottishCovidResponse / SCRCIssueTracking

Central issue tracking repository for all repos in the consortium
6 stars 0 forks source link

Allocate threading equal amount of work #510

Open claireh93 opened 4 years ago

claireh93 commented 4 years ago

At the moment some threads are given computationally intensive areas like cities, whereas others have predominantly sea or low population densities. Instead, we could rank grid cells by population size (as a lookup stored in the EpiSystem) and assign each thread every nth grid cell, for n total threads, distributing the work roughly evenly.

github-actions[bot] commented 4 years ago

Heads up @claireh93 @richardreeve @jwscook @sdl1 @wytbella - the "Simulation.jl" label was applied to this issue.