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