We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c4b36f + 2ab3a5f commit d483029Copy full SHA for d483029
oshmem/mca/spml/yoda/spml_yoda.c
@@ -118,7 +118,7 @@ static inline void calc_nfrags_put (mca_bml_base_btl_t* bml_btl,
118
*frag_size = bml_btl->btl->btl_max_send_size - SPML_YODA_SEND_CONTEXT_SIZE;
119
}
120
else {
121
- *frag_size = bml_btl->btl->btl_put_limit;
+ *frag_size = bml_btl->btl->btl_max_send_size;
122
123
*nfrags = 1 + (size - 1) / (*frag_size);
124
@@ -133,7 +133,7 @@ static inline void calc_nfrags_get (mca_bml_base_btl_t* bml_btl,
133
134
135
136
- *frag_size = bml_btl->btl->btl_get_limit;
137
138
139
0 commit comments