Hello,
I apologize for the late reply :-(
You can create a new MPI_Comm in Fortran by using the following binding:
MPI_COMM_CREATE(COMM, GROUP, NEWCOMM, IERROR)
INTEGER COMM, GROUP, NEWCOMM, IERROR
For more bindings please see:
http://www.lam-mpi.org/tutorials/bindings/
Hope this helps.
Prashanth Charapalli,
LAM/MPI Team.
Thus spoke Yoginath, Srikanth B. in the message sent on Tue, 3 Feb 2004
->Hi
->
->Can anyone tell me how to declare MPI_Comm datatype in fortran LAM-MPI.
->
->Thanks
->
->_______________________________________________
->This list is archived at http://www.lam-mpi.org/MailArchives/lam/
->
|