If it is such a general bug in the PGI compiler it might be worthwhile
to get it PGI fixed fast and distribute that to the users affected.
Usually they are pretty responsive.
> On Jun 13, 2007, at 8:47 PM, Julian Cummings wrote:
>
> > I did some quick tests with my little hello example that indic
On Wed, 2007-06-13 at 20:54 -0400, Jeff Squyres wrote:
> On Jun 13, 2007, at 8:47 PM, Julian Cummings wrote:
>
> > I would recommend
> > that the OpenMPI configuration be modified to insert this flag (or
> > some
> > equivalent) as an LCXXFLAGS or even an LDFLAGS component in the
> > compiler
On Jun 13, 2007, at 8:47 PM, Julian Cummings wrote:
I did some quick tests with my little hello example that indicate that
the application code only needs to be *linked* with -fpic, not
compiled
with it. The -fpic flag on the mpicxx link line points the linker
to a
PGI "libso" subdirectory
Hi Jeff,
On Wed, 2007-06-13 at 14:39 -0400, Jeff Squyres wrote:
> On Jun 13, 2007, at 2:29 PM, Julian Cummings wrote:
>
> > Thanks, I will give that a try and repost to the list if problems
> > remain. I am kind of surprised that compiling with -fpic is not
> > done by
> > default on a Linux s
On Jun 13, 2007, at 2:29 PM, Julian Cummings wrote:
Thanks, I will give that a try and repost to the list if problems
remain. I am kind of surprised that compiling with -fpic is not
done by
default on a Linux system, since OpenMPI builds as a set of shared
library .so files. Normally you wa
Hi Jeff,
Thanks, I will give that a try and repost to the list if problems
remain. I am kind of surprised that compiling with -fpic is not done by
default on a Linux system, since OpenMPI builds as a set of shared
library .so files. Normally you want position-independent code in such
libraries s
Bummer -- I thought I had replied to that one (perhaps I'm thinking
that multiple people have posted this and I've replied to some but
not all of them).
Brock is correct that using "-fpic" to compile your MPI C++ app
should solve the problem. This information *used* to be posted on
the P
Try compiling with
-fPIC, that solved our (Andrew Caird is my boss) problem, not
optimal but it worked, but i have not tried it with pgi-7.0 only
pgi-6.0/6.1
Let me know if that works
Brock Palen
Center for Advanced Computing
bro...@umich.edu
(734)936-1985
On Jun 13, 2007, at 12:38 AM