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

STEllAR-GROUP / hpx / #813 / 1
83%
master: 83%

Build:
DEFAULT BRANCH: master
Ran 09 Oct 2022 02:43AM UTC
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.1

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

Source Files on job #813.1
  • Tree
  • List 0
  • Changed 1151
  • Source Changed 0
  • Coverage Changed 1151
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 813
  • 18fb20a3 on github
  • Prev Job for on master (##812.1)
  • Next Job for on master (##814.1)
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