Commit 2fb5f55
committed
osc/rdma: rearrange accumulate code
This commit rearranges the accumulate code so that network AMOs can be
used in a larger number of potential situations. This commit adds a
new MCA variable: osc_rdma_network_max_amo. This variable controls the
maximum datatype count where AMOs will be used. The old default for
this support was count == 1. The new default is count == 32.
Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>1 parent 3ccf7e3 commit 2fb5f55
File tree
3 files changed
+307
-319
lines changed- ompi/mca/osc/rdma
3 files changed
+307
-319
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
109 | 114 | | |
110 | 115 | | |
111 | 116 | | |
| |||
160 | 165 | | |
161 | 166 | | |
162 | 167 | | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
163 | 171 | | |
164 | 172 | | |
165 | 173 | | |
| |||
0 commit comments