From: Pascal Proulx <pascal.proulx@cdott.com>
Newsgroups: comp.parallel.mpi
Subject: MPI_Barrier
Date: Mon, 19 Apr 1999 11:06:27 -0400
Organization: Computing Devices Canada
Message-Id: <371B4672.50F3746E@cdott.com>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="------------B254B51FD9457CFF2C6337CE"
Xref: ukc comp.parallel.mpi:4945


This is a multi-part message in MIME format.
--------------B254B51FD9457CFF2C6337CE
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi,
I run Multiple Code Multiple Data software on a distributed system of
PowerPC using MPI.

I have myglobal communicator (MPI_COMM_WORLD) and another communicator
which is a subset of the global communicator (subsetCommunicator).

Does MPI_Barrier uses subcommunicator MPI_Barrier as a valid barrier?

Ex.

Process A
(...)
MPI_Barrier(MPI_COMM_WORLD);
MPI_Finalize();


Process B and C
(...)
MPI_Barrier(subsetCommunicator); //Is it synchronized with process A
MPI_Barrier call?
//Do some processing
MPI_Barrier(subsetCommunicator);
MPI_Barrier(MPI_COMM_WORLD);
MPI_Finalize();

Is the communicator parameter in MPI_Barrier limited to a specific
communicator space (MPI_COMM_WORLD) or does it include all
sub-communicators (subsetCommunicator)?

Thx,
Pascal Proulx
Software Engineer
Computing Devices Canada
pascal.proulx@cdott.com

--------------B254B51FD9457CFF2C6337CE
Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Pascal Proulx
Content-Disposition: attachment; filename="vcard.vcf"

begin:          vcard
fn:             Pascal Proulx
n:              Proulx;Pascal
org:            Computing Devices Canada, a General Dynamic Company
email;internet: pascal.proulx@cdott.com
title:          Software Engineer
x-mozilla-cpt:  ;0
x-mozilla-html: FALSE
version:        2.1
end:            vcard


--------------B254B51FD9457CFF2C6337CE--

