On Mar 31, 2005, at 10:43 AM, Srinivasa Prade Patri wrote:
>> You do *not* want an mpif.h in the BLACS directory -- do not make a
>> >sym link to do so.
>
> To be frank i dont know how not to make a sym link ? What is the
> disdvantage habin mpif.h in BLACS directory
The disadvantage is running into exactly the problems that you were
having -- if you ever switch MPI implementations, your compiler may
find the "wrong" mpif.h, and all kinds of bad things happen (as you
have seen).
So rm the symbolic link to mpif.h in your BLACS directory. Most modern
Fortran compilers support -I, so you can almost always rely on mpif77
to find the "right" mpif.h for you.
--
{+} Jeff Squyres
{+} jsquyres_at_[hidden]
{+} http://www.lam-mpi.org/
|