Commit 101c22e
committed
Parallel reduce which domains should be read
For RAMSES datasets, each MPI rank may have already indexed fully
part of the domains, leading to different chunks across MPI ranks.
This means that we can do an MPI reduction over which domains
should be read to get the most specific subset of domains, but also
to ensure that all ranks have the same list of domains when chunking.1 parent 6897fdd commit 101c22e
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
678 | 679 | | |
679 | 680 | | |
680 | 681 | | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
681 | 691 | | |
682 | 692 | | |
683 | 693 | | |
| |||
0 commit comments