Branch: refs/heads/main
Revision: 00af0d0
Author: jhh67
Link: Fix second argument to wrap_fi_writemsg by jhh67 · Pull Request #19416 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #19416 from jhh67/mrdesc
Fix second argument to wrap_fi_writemsg
The second argument to wrap_fi_writemsg should be of type void *, ofi_put_V was calling it with a void **, causing a segmentation fault with prov=verbs;ofi_rxm. The argument should be a pointer to a MR descriptor, not a pointer to a pointer.
[Reviewed by @gbtitus and @ronawho]
Modified Files:
M runtime/src/comm/ofi/comm-ofi.c
Compare: https://github.com/chapel-lang/chapel/compare/f7564e1bd756...00af0d059d10