Re: [OMPI devel] 1.8.7 rc1 out for review

2015-07-09 Thread Paul Hargrove
Gilles, The patch didn't apply to the 1.8.7rc1 tarball. So, I made the change manually and ran autogen.pl. The result is that one fewer configure test runs, but "ConnectX XRC support" is still disabled: Diffing the configure output: checking for ibv_resize_cq... yes checking for struct ibv_dev

Re: [OMPI devel] 1.8.7 rc1 out for review

2015-07-09 Thread Gilles Gouaillardet
Thanks Paul, i just found an other bug ... (and i should be blamed for it) here is attached a patch. basically, xrc was incorrectly disabled on "older" ofed stacks Cheers, Gilles On 7/10/2015 10:06 AM, Paul Hargrove wrote: Gilles, A bzip2-compressed config.log is attached. I am unsure ho

Re: [OMPI devel] 1.8.7 rc1 out for review

2015-07-09 Thread Paul Hargrove
Gilles, A bzip2-compressed config.log is attached. I am unsure how to determine the OFED version, because the admins have prevented normal users from reading the RPM database. Perhaps the following helps: $ nm /usr/lib64/libibverbs.a | grep -i xrc 00e0 T ibv_cmd_close_xrc_domain

Re: [OMPI devel] 1.8.7 rc1 out for review

2015-07-09 Thread Gilles Gouaillardet
Paul, can you please compress and post your config.log ? what is the OFED version you are running ? on master, that fix did the trick on mellanox test cluster (recent OFED version) but did not enable XRC on lanl test clusters (my best bet is an old OFED library) Thanks Gilles On 7/10/2015 9

Re: [OMPI devel] 1.8.7 rc1 out for review

2015-07-09 Thread Paul Hargrove
Preliminary report: 1) I find that "ConnectX XRC support" is still not detected as it was in 1.8.4 and earlier: $ grep 'ConnectX XRC support' openmpi-1.*-icc-14/LOG/configure.log| sort -u openmpi-1.8-linux-x86_64-icc-14/LOG/configure.log:checking if ConnectX XRC support is enabled... yes openmp

Re: [OMPI devel] Error in ./configure for Yocto

2015-07-09 Thread Christopher Samuel
On 10/07/15 01:38, Jeff Squyres (jsquyres) wrote: > Just curious -- what's Yocto? It's a system for building embedded Linux distros: https://www.yoctoproject.org/ Intel announced the switch to Yocto for their MPSS distro for Xeon Phi a couple of years ago (v3 and later). https://software.intel

[OMPI devel] 1.8.7 rc1 out for review

2015-07-09 Thread Ralph Castain
In the usual place: http://www.open-mpi.org/software/ompi/v1.8/ Please test and let me know of any issues that surface. My intent is to release this next week. Ralph

Re: [OMPI devel] Error in ./configure for Yocto

2015-07-09 Thread Jeff Squyres (jsquyres)
On Jul 9, 2015, at 10:59 AM, Victor Rodriguez wrote: > > I am porting open mpi to Yocto but at moment of ./configure I have this > problem Just curious -- what's Yocto? > checking whether the C compiler works... yes > checking for C compiler default output file name... a.out > checking for suf

[OMPI devel] Error in ./configure for Yocto

2015-07-09 Thread Victor Rodriguez
Hi team I am porting open mpi to Yocto but at moment of ./configure I have this problem yctb03:~/poky/build/tmp/work/corei7-64-poky-linux/openmpi/1.8.6-r0/openmpi-1.8.6 # ./configure configure: loading site script /home/vrodri3/poky/meta/site/endian-little configure: loading site script /home/v

Re: [OMPI devel] XRC Support

2015-07-09 Thread Gilles Gouaillardet
Ben and Paul, Thanks for the report ! it looks like a simple typo (e.g. ')' instead of ',' the attached patch is for v1.8 in order to use it, you need recent autotools (see http://www.open-mpi.org/source/building.php) apply the patch, run autogen.pl, and then configure, make, make install i