Re: [OMPI users] OpenMPI 1.8 and PGI compilers

2014-04-30 Thread Åke Sandgren
On 04/29/2014 09:33 AM, Åke Sandgren wrote: On 04/29/2014 07:55 AM, Åke Sandgren wrote: On 04/29/2014 12:15 AM, Jeff Squyres (jsquyres) wrote: Brian: Can you report this bug to PGI and see what they say? PGC-S-0094-Illegal type conversion required (btl_scif_component.c: 215) PGC/x86-64 Linux

Re: [OMPI users] OpenMPI 1.8 and PGI compilers

2014-04-29 Thread Åke Sandgren
On 04/29/2014 07:55 AM, Åke Sandgren wrote: On 04/29/2014 12:15 AM, Jeff Squyres (jsquyres) wrote: Brian: Can you report this bug to PGI and see what they say? PGC-S-0094-Illegal type conversion required (btl_scif_component.c: 215) PGC/x86-64 Linux 14.3-0: compilation completed with severe err

Re: [OMPI users] OpenMPI 1.8 and PGI compilers

2014-04-29 Thread Åke Sandgren
On 04/29/2014 12:15 AM, Jeff Squyres (jsquyres) wrote: Brian: Can you report this bug to PGI and see what they say? PGC-S-0094-Illegal type conversion required (btl_scif_component.c: 215) PGC/x86-64 Linux 14.3-0: compilation completed with severe errors make[2]: *** [btl_scif_component.lo] Erro

Re: [OMPI users] OpenMPI 1.8 and PGI compilers

2014-04-28 Thread Jeff Squyres (jsquyres)
Brian: Can you report this bug to PGI and see what they say? On Apr 27, 2014, at 2:15 PM, "Hjelm, Nathan T" wrote: > I see nothing invalid about that line. It is setting a struct scif_portID > from another struct scif_portID which is allowed in C99. The error might be > misleading or a compil

Re: [OMPI users] OpenMPI 1.8 and PGI compilers

2014-04-27 Thread Hjelm, Nathan T
I see nothing invalid about that line. It is setting a struct scif_portID from another struct scif_portID which is allowed in C99. The error might be misleading or a compiler bug (PGI has lots of them). -Nathan From: users [users-boun...@open-mpi.org] on

Re: [OMPI users] OpenMPI 1.8 and PGI compilers

2014-04-25 Thread Ralph Castain
Hmmmwe haven't heard a problem like that, but if you don't have Xeon Phi devices on your machine, one simple workaround would be to add --enable-mca-no-build=btl-scif to your configure line On Apr 25, 2014, at 10:22 AM, Andrus, Brian Contractor wrote: > All, > > I have been unable to com