Re: [OMPI devel] seg fault when using yalla, XRC, and yalla

2016-04-21 Thread Nathan Hjelm
In 1.10.x is possible for the BTLs to be in use by ether ob1 or an oshmem component. In 2.x one-sided components can also use BTLs. The MTL interface doesn't not provide support for accessing hardware atomics and RDMA. As for UD it stands for Unconnected Datagram. Its usage gets better messaage ra

Re: [OMPI devel] seg fault when using yalla, XRC, and yalla

2016-04-21 Thread David Shrader
Hey Nathan, I thought only 1 pml could be loaded at a time, and the only pml that could use btl's was ob1. If that is the case, how can the openib btl run at the same time as cm and yalla? Also, what is UD? Thanks, David On 04/21/2016 09:25 AM, Nathan Hjelm wrote: The openib btl should be

Re: [OMPI devel] seg fault when using yalla, XRC, and yalla

2016-04-21 Thread Nathan Hjelm
The openib btl should be able to run alongside cm/mxm or yalla. If I have time this weekend I will get on the mustang and see what the problem is. The best answer is to change the openmpi-mca-params.conf in the install to have pml = ob1. I have seen little to no benefit with using MXM on mustang.

Re: [OMPI devel] PSM2 Intel folks question

2016-04-21 Thread Howard Pritchard
Hi Matias, I updated the issue 1559 with the info requested. It might be simpler to just switch over to using the issue for tracking this conversation? I don't want to be posting big attachments emails on this list. Thanks, Howard 2016-04-20 19:21 GMT-06:00 Cabral, Matias A : > Hi Howard, >

Re: [OMPI devel] Common symbol warnings in tarballs (was: make install warns about 'common symbols')

2016-04-21 Thread Howard Pritchard
Am Mittwoch, 20. April 2016 schrieb Paul Hargrove : > Not sure if Howard wants the check to be OFF by default in tarballs, or > absent completely. > > I meant the former. > I test almost exclusively from RC tarballs, and have access to many > uncommon platforms. > So, if you think it is useful

Re: [OMPI devel] seg fault when using yalla, XRC, and yalla

2016-04-21 Thread Alina Sklarevich
David, thanks for the info you provided. I will try to dig in further to see what might be causing this issue. In the meantime, maybe Nathan can please comment about the openib btl behavior here? Thanks, Alina. On Wed, Apr 20, 2016 at 8:01 PM, David Shrader wrote: > Hello Alina, > > Thank you