Re: [OMPI users] Problem building OpenMPI with PGI compilers

2009-12-28 Thread Joshua Bernstein
Jeff Squyres wrote: Sorry -- I neglected to update the list yesterday: I got the RM approval and committed the fix to the v1.4 branch. So the PGI fix should be in last night's 1.4 snapshot. Could someone out in the wild give it a whirl and let me know if it works for you? (it works for

Re: [OMPI users] Problem building OpenMPI with PGI compilers

2009-12-11 Thread David Turner
Jeff, Subject: Re: [OMPI users] Problem building OpenMPI with PGI compilers From: Jeff Squyres <jsquy...@cisco.com> Date: Thu, 10 Dec 2009 10:20:32 -0500 To: Open MPI Users <us...@open-mpi.org> ... Actually, I was wrong. You *can't* just take the SVN trunk's autogen

Re: [OMPI users] Problem building OpenMPI with PGI compilers

2009-12-11 Thread Jeff Squyres
Sorry -- I neglected to update the list yesterday: I got the RM approval and committed the fix to the v1.4 branch. So the PGI fix should be in last night's 1.4 snapshot. Could someone out in the wild give it a whirl and let me know if it works for you? (it works for *me*) On Dec 10, 2009,

Re: [OMPI users] Problem building OpenMPI with PGI compilers

2009-12-10 Thread Jeff Squyres
On Dec 10, 2009, at 4:02 PM, Joshua Bernstein wrote: > > On Dec 9, 2009, at 4:36 PM, Jeff Squyres wrote: > > Given that we haven't moved this patch to the v1.4 branch yet (i.e., it's > > not > > yet in a nightly v1.4 tarball), probably the easiest thing to do is to apply > > the attached patch

Re: [OMPI users] Problem building OpenMPI with PGI compilers

2009-12-10 Thread Joshua Bernstein
Jeff Squyres wrote: On Dec 9, 2009, at 4:36 PM, Jeff Squyres wrote: Given that we haven't moved this patch to the v1.4 branch yet (i.e., it's not yet in a nightly v1.4 tarball), probably the easiest thing to do is to apply the attached patch to a v1.4 tarball. I tried it with my PGI 10.0

Re: [OMPI users] Problem building OpenMPI with PGI compilers

2009-12-10 Thread Jeff Squyres
On Dec 9, 2009, at 4:36 PM, Jeff Squyres wrote: > That's the commit message for r22273. Also see the commit message for r22274 > (https://svn.open-mpi.org/trac/ompi/changeset/22274). > > Meaning: the fix is now in the SVN trunk; it hasn't migrated over to the v1.4 > and v1.5 branches yet.

Re: [OMPI users] Problem building OpenMPI with PGI compilers

2009-12-09 Thread Gus Correa
Hi All As I stated on my original posting, I haven't compiled OpenMPI since 1.3.2. Just trying to be of help, based on previous, and maybe too old, experiences. The problem I referred to happened with PGI 8.0-4 and OpenMPI 1.3. Most likely the issue is superseded already by the newer OpenMPI

Re: [OMPI users] Problem building OpenMPI with PGI compilers

2009-12-09 Thread Jeff Squyres
Just to set the record straight: it's a Libtool problem with PGI version 10 (all PGI versions below 10 work fine). This has been reported to the GNU Libtool folks and patches have already been applied upstream. However, there hasn't been a new Libtool release yet with these patches, so we

Re: [OMPI users] Problem building OpenMPI with PGI compilers

2009-12-09 Thread Gerald Creager
Fascinating. I've not had any real problems building it from scratch with PGI. We are using the PGI 9 compilers, though, for that. gerry Gus Correa wrote: Hi David Last I tried, OpenMPI 1.3.2, PGI (8.0-4) was problematic, particularly for C and C++. I eventually settled down with a hybrid

Re: [OMPI users] Problem building OpenMPI with PGI compilers

2009-12-09 Thread Gus Correa
Hi David Last I tried, OpenMPI 1.3.2, PGI (8.0-4) was problematic, particularly for C and C++. I eventually settled down with a hybrid gcc, g++, and pgf90 (for both OpenMPI F77 and F90 bindings). Even this required a trick to avoid the "-pthread" flag to be inserted among the pgf90 flags (where

[OMPI users] Problem building OpenMPI with PGI compilers

2009-12-09 Thread David Turner
Hi all, My first ever attempt to build OpenMPI. Platform is Sun Sunfire x4600 M2 servers, running Scientific Linux version 5.3. Trying to build OpenMPI 1.4 (as of today; same problems yesterday with 1.3.4). Trying to use PGI version 10.0. As a first attempt, I set CC, CXX, F77, and FC, then