> I don't see a problem with this.
>>
>> I just put a 7.1b16 Mac OS X package on the beta page. Can you give
>> it a whirl?
>>
>> http://www.lam-mpi.org/beta/
>
> Well it seems that it broke how I was doing things. Here are some of
> my flags:
>
> ldflags := -dynamiclibe -single_module \
> -L/usr/local/lib -L/usr/local/lib/lam
>
> ldlibs := -lmpi -llam_totalview
Yikes -- this doesn't seem right.
What are you using as your compiler -- are you using mpicc? If you use
mpicc, all the "right" flags will be added automatically.
Specifically, the -L's and -l's that you need will be added -- there's
not even a need to add "-lmpi".
You can run "mpicc -showme" to show you the Right flags.
Specifically -- you should *NOT* be linking to the totalview library.
That is a separate shared library that is only loaded by the totalview
compiler (it is not linked into MPI executables).
--
{+} Jeff Squyres
{+} jsquyres_at_[hidden]
{+} http://www.lam-mpi.org/
|