Closed garlick closed 5 days ago
Thanks!
Attention: Patch coverage is 70.96774%
with 9 lines
in your changes missing coverage. Please review.
Project coverage is 83.64%. Comparing base (
7d308c9
) to head (e1f2183
). Report is 3 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
src/common/librlist/rhwloc.c | 70.00% | 9 Missing :warning: |
🚨 Try these New Features:
Problem: the librlist.la convenience library includes code that requires hwloc, but often the hwloc bits are not needed.
Split the hwloc parts into a separate convenience library,
librlist-hwloc.la
.This also drops the ffi python binding for
rlist_from_hwloc()
, which probably is fine.