• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

STEllAR-GROUP / hpx / #813
83%

Build:
DEFAULT BRANCH: master
Ran 09 Oct 2022 02:43AM UTC
Jobs 1
Files 2443
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Oct 2022 02:43AM UTC coverage: 86.119% (+0.5%) from 85.628%
#813

push

StellarBot
Merge #5883

5883: Optimization on LCI parcelport: uses LCI_putva r=hkaiser a=JiakunYan

### Background

LCI_putva: put iovec allocate

- LCI_putva transfers an `iovec`, which includes one medium message and multiple long messages. 
- It is a one-sided put operation, which means the target side doesn't need to post a `recv`. Instead, a completion entry will be pushed to a preconfigured LCI completion queue when all messages arrive. 
- Unlike RDMA, the sender side doesn't need to specify a remote registered buffer. LCI runtime will allocate and register the receive buffer.

### Changes on HPX parcelport layer
- No tag management on HPX layer, so no mutex lock.
- Only one "posting send and testing" on the sender side. (It can be further optimized.)
- No "posting receive and testing" on the receive side, so receiver_connection can be removed.

Co-authored-by: Jiakun Yan <jiakuny3@illinois.com>
Co-authored-by: Jiakun Yan <jiakunyan1998@gmail.com>

170487 of 197966 relevant lines covered (86.12%)

2015863.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #813.1 09 Oct 2022 02:43AM UTC 0
86.12
Source Files on build #813
Detailed source file information is not available for this build.
  • Back to Repo
  • 18fb20a3 on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc