If your using fortran 90 the mpi module is best:
use mpi
If 77 (or don't have a working module)
include 'mpif.h'
Just like any other MPI library.
Brock Palen
www.umich.edu/~brockp
Center for Advanced Computing
brockp_at_[hidden]
(734)936-1985
On Oct 30, 2008, at 10:33 AM, Benjamin Lamptey wrote:
> Hello,
> I am new at using open-mpi and will like to know something basic.
>
> What is the equivalent of the "mpif.h" in open-mpi which is
> normally "included" at
> the beginning of mpi codes (fortran in this case).
>
> I shall appreciate that for cpp as well.
>
> Thanks
> Ben
> _______________________________________________
> users mailing list
> users_at_[hidden]
> http://www.open-mpi.org/mailman/listinfo.cgi/users
|