Newsgroups: comp.parallel.mpi
From: Glenn Sollie <gsollie@aub.mindspring.com>
Subject: cartesian decomposition and re-composition
Organization: MindSpring Enterprises
Date: Tue, 02 Dec 1997 09:44:37 -0600
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <34842CE5.167E@aub.mindspring.com>

I used the MPI_Cart_create command to create a 3D cartesian
decomposition in a CFD code. After completing my iterative solution, I
need to re-compose several arrays so I can output data for the entire
domain to a data file.  Should I define datatypes and gather the data,
or is there an easier way?  Many thanks to anyone who can help.

gsollie@mindspring.com

