[OMPI users] Master / Slave with Fortran / C languages

2010-06-11 Thread Giraudon Cyril
Hello, I'd like to know if it is possible to make communicate fortran and C programs with MPI-2/Open MPI using the master / slave mode ? The master is in Fortran The slave is in C The exchanged Data are real, integer and character scalars and arrays. Thanks a lot, Cyril.

Re: [OMPI users] Master / Slave with Fortran / C languages

2010-06-11 Thread Giraudon Cyril
Le 11/06/2010 13:12, Jeff Squyres a écrit : > On Jun 11, 2010, at 5:59 AM, Giraudon Cyril wrote: > > >> I'd like to know if it is possible to make communicate fortran and C >> programs with MPI-2/Open MPI using the master / slave mode ? >> >> The master is