Skip to content

Conversation

@lucasz93
Copy link

@lucasz93 lucasz93 commented Jan 6, 2022

  • Windows support by using the old WinOFED source code (still available for download on the Open Fabrics web site).
  • Linux still works.
  • hdrdmacp now compiles into hdrdmacp.dll and hdrdmacp.exe - able to integrate the library into other programs.
  • Didn't restructure the files into subdirectories because this will make it easier to merge with your SVN repo
  • CMake support
  • Also fixed Segmentation fault after successful transfer #3

@blincoln-bf
Copy link

This PR does not actually resolve issue#3 for me. Tested with the server running on Debian 12 and the client on Fedora 41, and vice-versa.

# ./hdrdmacp -m 1 -n 4 -s
Looking for IB devices ...

=============================================
Found 1 devices
---------------------------------------------
   device 0 : mlx4_0 : uverbs0 : IB : InfiniBand channel adapter : Num. ports=2 : port num=1 : lid=2
=============================================

Device mlx4_0 opened. num_comp_vectors=16
Port attributes:
           state: 4
         max_mtu: 5
      active_mtu: 5
  port_cap_flags: 38881384
      max_msg_sz: 1073741824
    active_width: 2
    active_speed: 4
      phys_state: 5
      link_layer: 1
Created 4 buffers of 250MB (1GB total)
Listening for connections on port ... 10470
=== [10 sec avg.] 0 GB/s  --  0 TB total received
=== [10 sec avg.] 0 GB/s  --  0 TB total received
=== [10 sec avg.] 0 GB/s  --  0 TB total received
Receiving file: /home/user/lastlog_copied_via_hdrdmacp
hi->flags: 0x7
Segmentation fault

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Segmentation fault after successful transfer

2 participants