[hwloc-devel] Create success (hwloc git dev-256-g1ef7481)

2014-10-29 Thread MPI Team
Creating nightly hwloc snapshot git tarball was a success. Snapshot: hwloc dev-256-g1ef7481 Start time: Wed Oct 29 21:01:01 EDT 2014 End time: Wed Oct 29 21:02:49 EDT 2014 Your friendly daemon, Cyrador

Re: [OMPI devel] Error: undefined reference `__builtin_va_gparg1'

2014-10-29 Thread Paul Hargrove
Amit, You appear to be mixing PGI and GNU compilers, as shown by the "g++" in the final portion of your output. You must configure Open MPI with all compilers (C, C++ and Fortran) from the same "family". -Paul On Wed, Oct 29, 2014 at 1:11 PM, Kumar, Amit wrote: > Dear

[OMPI devel] Error: undefined reference `__builtin_va_gparg1'

2014-10-29 Thread Kumar, Amit
Dear Developers, I have ran into the following errors while compiling OpenMPI version(both 1.8.2 and 1.8.3) using PGI-13.2 Any idea where could I locate defined references to `__builtin_va_gparg1'. Any help is greatly appreciated. Regards, Amit Making all in tool make[7]: Entering directory

Re: [OMPI devel] ROMIO+Lustre problems in OpenMPI 1.8.3

2014-10-29 Thread Howard Pritchard
Hi Paul, Thanks for the forward. I've opened an issue #255 to track the ROMIO config regression. Just to make sure, older releases of the 1.8 branch still configure and build properly with your current lustre setup? Thanks, Howard 2014-10-28

[hwloc-devel] netloc merged in master

2014-10-29 Thread Brice Goglin
I just merged netloc into master. Some files moved between directories (for instance src/ doesn't exist anymore, its hwloc/ or netloc/). You may want "make maintainer-clean" or even "git clean -fdx" before "git pull" to avoid issues such old binaries not being removed from previous locations on