ScottishCovidResponse / SCRCIssueTracking

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

Adapt epi code for MPI. #4

Open jwscook opened 4 years ago

jwscook commented 4 years ago

The original MPI is in:

https://github.com/ScottishCovidResponse/Simulation.jl/blob/master/src/Biodiversity/MPIEcosystem.jl https://github.com/ScottishCovidResponse/Simulation.jl/blob/master/src/Biodiversity/MPIGenerate.jl https://github.com/ScottishCovidResponse/Simulation.jl/blob/master/src/Biodiversity/MPILandscape.jl

jwscook commented 4 years ago

@claireh93 & @richardreeve to discuss plan to MPIify the Epi files.

richardreeve commented 4 years ago

Depends on #19 to know whether a different approach to master is necessary.

claireh93 commented 4 years ago

Noting that today we discussed allocating MPI load based on amount of active grid cells, so that we avoid issues with "sea"/inactive grid cells.