Commit 5bbc2a1
Refactor the buffer system and add methods for
* start chopping up
* starting with some changes
* this does not exist yet
* Add method for synchronize_communication! with Nothing
* Update src/DistributedComputations/communication_buffers.jl
Co-authored-by: Gregory L. Wagner <[email protected]>
* Update src/DistributedComputations/communication_buffers.jl
Co-authored-by: Gregory L. Wagner <[email protected]>
* add docstrings
* Change buffer type from TwoDBuffers to TwoDBuffer
* Fix typo in CornerBuffers to CornerBuffer
* Refactor y_communication_buffer function signature
* fix dimension mismatch
---------
Co-authored-by: Gregory L. Wagner <[email protected]>synchronize_communication! (#4939)1 parent 08c8ed3 commit 5bbc2a1
File tree
6 files changed
+319
-147
lines changed- .buildkite/distributed
- src/DistributedComputations
- test
6 files changed
+319
-147
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
94 | 127 | | |
95 | 128 | | |
96 | 129 | | |
| |||
106 | 139 | | |
107 | 140 | | |
108 | 141 | | |
109 | | - | |
| 142 | + | |
110 | 143 | | |
111 | 144 | | |
112 | 145 | | |
| |||
123 | 156 | | |
124 | 157 | | |
125 | 158 | | |
126 | | - | |
| 159 | + | |
127 | 160 | | |
128 | 161 | | |
129 | 162 | | |
| |||
138 | 171 | | |
139 | 172 | | |
140 | 173 | | |
141 | | - | |
| 174 | + | |
142 | 175 | | |
143 | 176 | | |
144 | 177 | | |
| |||
0 commit comments