-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syndrom 0x51 #173
Comments
We also encountered this problem.
Thanks |
### master
./ib_write_bw -p <port_number> -a -b -F -d <ib_card_ip_address> --report_gbits -i 1 --use_cuda=<device_id>
### slave
./ib_write_bw -p <port_number> -a -b -F -d <ib_card_ip_address> --report_gbits -i 1 --use_cuda=<device_id> <master_ip_address>
|
It may be relate to the MMIO base in the system BIOS of the HV. |
Hi, Please reopen if Issue still exist. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I ran the perftest bidirectional/unidirectional between two GPUs communicating over a PCIe link, after certain iterations, I got the following error:
With a little bit of Googling I found out that this error somehow is related to
ibv_post_send
andibv_poll_cq
Linux system call written by Mellanox folks. Did anyone encounter such error before? Thank you.The text was updated successfully, but these errors were encountered: