Re: [OMPI devel] hwloc and pmi

2014-07-12 Thread Ralph Castain
The only one of those we link against is libpmi. Why they chose to link libpmi against libslurm and libhwloc is beyond belief - not only are those libs irrelevant to pmi, but they also contain fully GPL code. Afraid you'll have to take it up with them. This isn't something we can solve. NOTE: f

Re: [OMPI devel] hwloc and pmi

2014-07-12 Thread Mike Dubman
okay, seems found the reason: slurm-devel-14.03.4-2.el6.x86_64 comes with this: $grep hwloc /usr/lib64/*la /usr/lib64/libpmi.la:dependency_libs=' /usr/lib64/libslurm.la -L/usr/lib64 -ldl -lhwloc -lpthread' /usr/lib64/libslurmdb.la:dependency_libs=' -L/usr/lib64 -ldl -lhwloc -lpthread' /usr/li

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] 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

Re: [OMPI devel] hwloc and pmi

2014-07-10 Thread Nathan Hjelm
Nope, just added a missing file to the tarball. -Nathan On Thu, Jul 10, 2014 at 06:54:19AM -0700, Ralph Castain wrote: >IIRC, I thought I saw a change to that makefile.am flow thru yesterday? >Could be there was an error in it >On Jul 10, 2014, at 5:26 AM, Jeff Squyres (jsquyres) >

Re: [OMPI devel] hwloc and pmi

2014-07-10 Thread Ralph Castain
IIRC, I thought I saw a change to that makefile.am flow thru yesterday? Could be there was an error in it On Jul 10, 2014, at 5:26 AM, Jeff Squyres (jsquyres) wrote: > Shouldn't be - PMI should be linking against the internal hwloc. > > I'm AFK and can't look at this. Have a look at other com

Re: [OMPI devel] hwloc and pmi

2014-07-10 Thread Jeff Squyres (jsquyres)
Shouldn't be - PMI should be linking against the internal hwloc. I'm AFK and can't look at this. Have a look at other components that use hwloc and copy their header file setup and make file.am setup. Sent from my phone. No type good. On Jul 10, 2014, at 8:22 AM, "Mike Dubman" mailto:mi...@dev

[OMPI devel] hwloc and pmi

2014-07-10 Thread Mike Dubman
Hi guys, jenkins node failing on this. is hwloc-devel now required to be available as part of distro? Thanks M *15:14:11* make[3]: Leaving directory `/scrap/jenkins/scrap/workspace/hpc-ompi-shmem/label/hpc-test-node/opal'*15:14:11* make[2]: Leaving directory `/scrap/jenkins/scrap/workspace/hpc-o