Closed aingerson closed 3 years ago
@ooststep
hi @aingerson , thank you for your interest! Could you please provide little bit more information:
@VinnitskiV Thanks for you quick response! I just pulled the latest from this repo, latest commit is this one:
Author: vladimir.vinnitski <vvinnits@nnlmpihsw02.inn.intel.com>
Date: Tue Mar 31 17:19:17 2020 +0300
Intel(R) MPI Benchmarks 2019 Update 6 release
And this is the version shown on the output:
Intel(R) MPI Benchmarks 2018, MPI-2 part
@tatyana-en
@aingerson Thank you! First of all you need to recompile IMB benchmark from root directory (to get IMB 2019u6) and try again w\ and w\o your fix. And it would be great if you share your OFI/MPI/IMB options.
Also, could you please check this problem (w\o your fix) with additional IMB potions -iter 1
and one more test w\ -iter 10
.
I'm working on getting all IMB tests running with MPI+OFI and am getting various errors (not limited to the two addressed in this issue). While trying to figure out why verbs;ofi_rxm and verbs;ofi_rxd are not working with the EXT accumulate test (and assert error and a hang), I managed to get rid of the issue by changing something in the test. A similar fix seems to fix a similar issue with the RMA accumulate test (consistent hang). I am not very familiar with the setup of the test suite so I'm hoping someone can explain to me why this is fixing the problem and what the proper fix for these issues is. I'm seeing the consistent behavior with both Intel MPI and MPICH.
Here's the change that I made to fix the EXT accumulate failure:
and here's the one to fix the RMA accumulate failure: