Re: [OMPI users] WARNING: There was an error initializing an OpenFabrics device

2020-07-29 Thread Prentice Bisbal via users
Okay, I got this fixed. Apparently, 'make install' wasn't overwriting the previous install, so I had to manually delete my previous install before doing 'make install'. Once I did that, using UCX 1.8.1 and specifying --without-verbs worked. Prentice On 7/28/20 2:03 PM, Prentice Bisbal wrote:

Re: [OMPI users] WARNING: There was an error initializing an OpenFabrics device

2020-07-28 Thread Prentice Bisbal via users
One more bit of information: These are QLogic IB cards, not Mellanox: $ lspci | grep QL 05:00.0 InfiniBand: QLogic Corp. IBA7322 QDR InfiniBand HCA (rev 02) On 7/28/20 2:03 PM, Prentice Bisbal wrote: Last week I posted on here that I was getting immediate segfaults when I ran MPI programs,

[OMPI users] WARNING: There was an error initializing an OpenFabrics device

2020-07-28 Thread Prentice Bisbal via users
Last week I posted on here that I was getting immediate segfaults when I ran MPI programs, and the system logs shows that the segfaults were occuring in libibverbs.so, and that the problem was still occurring even if I specified '-mca btl ^openib'. Since then, I've made a lot of progress on