Newsgroups: comp.parallel.mpi From: kokliang@nsrc.nus.sg (Heng Kok Liang) Subject: MPI_Bcast Organization: National University of Singapore Date: 19 Nov 1997 01:32:27 GMT Message-ID: <64tfjb$g0k@nuscc.nus.sg> Hi, Can we use MPI_Bcast for MPMD program? I have two files called 'master.f' and 'slave.f', and I call MPI_Bcast(x, 1, MPI_INTEGER, 0, comm, ierr) in the file 'master.f', but I can't refer x in my 'slave.f', how can I solve this problem? Thanks in advance. Best Regards, Heng Kok Liang