[OMPI devel] Fwd: Re: [mpich-discuss] ROMIO+Lustre problems in OpenMPI 1.8.3

2014-10-29 Thread Paul Kapinos
The message of Rob Latham seem not to arrive at the Devel mailing list, so I'll resend it.. Original Message Subject: Re: [mpich-discuss] ROMIO+Lustre problems in OpenMPI 1.8.3 List-Post: devel@lists.open-mpi.org Date: Tue, 28 Oct 2014 09:32:29 -0500 From: Rob Latham To: , Op

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 5:00

[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] 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 Developers, > > I have r