forked from pool/libfabric
Nicolas Morey
1545d1225e
- Update to 1.18.1 - Core - Fix build warning for ofi_dynpoll_get_fd - EFA - Handle 0-byte writes - Apply byte_in_order_128_byte for all memory type - Increase default shm_av_size to 256 - Force handshake before selecting rtm for non-system ifaces. - Only select readbase_rtm when both sides support rdma-read - Bugfix for initializing SHM offload - Correct CPPFLAGS during configure - Make setopt support sendrecv aligned 128 bytes - Make data size to be 128 byte multiples for in-order aligned send/recv - prepare local read pkt entry for in-order aligned send/recv. - Disable gdrcopy and cudamemcpy for in-order aligned recv. - Increase the pad size in rxr_pkt_entry - Make readcopy pkt pool 128 byte aligned - Introduce alignment to support in order aligned ops - Fix a bug when calling ibv_query_qp_data_in_order - RMA operations will ensure FI_ATOMIC cap - RMA operations will ensure FI_RMA cap - Unittest atomics without FI_ATOMIC cap. - Unittest RMA without FI_RMA cap. - Refactor pkt_entry assignment in poll_ibv loop - Fixes for RDMA Write and Writedata - RXM - Revert rxm util peer CQ support - Fix credit size parameter for flow ctrl - SHM - Fix DSA enable OBS-URL: https://build.opensuse.org/request/show/1096631 OBS-URL: https://build.opensuse.org/package/show/science:HPC/libfabric?expand=0&rev=89
19 lines
712 B
Plaintext
19 lines
712 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/ofiwg/libfabric.git</param>
|
|
<param name="package-meta">no</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="filename">libfabric</param>
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
<param name="revision">a2585866c48f041ad941ab503a651d474b9a6d7b</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">libfabric*.tar</param>
|
|
<param name="compression">bz2</param>
|
|
</service>
|
|
|
|
</services>
|