Re: [OMPI devel] 1.8.2rc1 available for test

2014-07-11 Thread Ralph Castain
Sorry - gave the link to my test page :-) http://www.open-mpi.org/software/ompi/v1.8/ On Jul 11, 2014, at 11:46 AM, Ralph Castain wrote: > Hi folks > > I've posted the first release candidate for 1.8.2 - please test!! > > http://localhost/~rhc/ompi-www/software/ompi/v1.8/ > > Ralph >

Re: [OMPI devel] hwloc and pmi

2014-07-11 Thread Ralph Castain
It's probably being picked up from the PMI check and being added to the cppflags for components that call that .m4 (e.g., common/pmi). You might print out the cppflags being created in that script and see if that's the case. The slurm check shouldn't be throwing anything into the global cppflags

Re: [OMPI devel] RFC: Move the Open MPI communication infrastructure in OPAL

2014-07-11 Thread Pritchard, Howard P
Hi Folks, Now work is planned for the uGNI BTL at this time either. Howard -Original Message- From: devel [mailto:devel-boun...@open-mpi.org] On Behalf Of Jeff Squyres (jsquyres) Sent: Thursday, July 10, 2014 5:04 PM To: Open MPI Developers List Subject: Re: [OMPI devel] RFC: Move th

Re: [OMPI devel] hwloc and pmi

2014-07-11 Thread Mike Dubman
I think the problem related to new version of SLURM which was upgraded on our machines. we had 2.6.6 now it is 14.03.4-2 $make V=1 /bin/sh ../../../../libtool --tag=CC --mode=link gcc -std=gnu99 -DNDEBUG -O3 -g -finline-functions -fno-strict-aliasing -pthread -version-info 2:2:1 -export-dynam

[OMPI devel] 1.8.2rc1 available for test

2014-07-11 Thread Ralph Castain
Hi folks I've posted the first release candidate for 1.8.2 - please test!! http://localhost/~rhc/ompi-www/software/ompi/v1.8/ Ralph

Re: [OMPI devel] trunk and fortran errors

2014-07-11 Thread Ralph Castain
I confirm it also works on CentOS 6 under the Intel 14.0.3 and gcc 4.4.7 compilers, and on Mac under the gcc 4.7.3 compilers. On Jul 11, 2014, at 10:25 AM, Jeff Squyres (jsquyres) wrote: > Thanks! > > Sent from my phone. No type good. > >> On Jul 11, 2014, at 1:16 AM, "Gilles Gouaillardet"

Re: [OMPI devel] trunk and fortran errors

2014-07-11 Thread Jeff Squyres (jsquyres)
Thanks! Sent from my phone. No type good. > On Jul 11, 2014, at 1:16 AM, "Gilles Gouaillardet" > wrote: > > Thanks Jeff, > > i confirm the problem is fixed on CentOS 5 > > i commited r32215 because some files were missing from the > tarball/nightly snapshot/make dist. > > Cheers, > > Gill

[OMPI devel] btl_openib_receive_queues mca param not always taken into account

2014-07-11 Thread Nadia Derbey
Hi, I noticed that specifying the receive_queues through an mca param (-mca btl_openib_receive_queues ) doesn't always override the mca-btl-openib-device-params.ini setting. If for whatever reason we want to bypass the mca-btl-openib-device-params.ini file setting for the receive_queues,

Re: [OMPI devel] trunk and fortran errors

2014-07-11 Thread Gilles Gouaillardet
Thanks Jeff, i confirm the problem is fixed on CentOS 5 i commited r32215 because some files were missing from the tarball/nightly snapshot/make dist. Cheers, Gilles On 2014/07/11 4:21, Jeff Squyres (jsquyres) wrote: > As of r32204, this should be fixed. Please let me know if it now works for