Jeff,
Thanks for the reply, that has fixed the problem. The code in
questions appears to have only been ran with mpich and mpich
derivatives in the past.
Brock Palen
Center for Advanced Computing
bro...@umich.edu
(734)936-1985
On Jan 2, 2007, at 9:56 AM, Jeff Squyres wrote:
Brock --
I
Brock --
I think your test program is faulty. For MPI_CART_CREATE, you need
to pass in an array indicating whether the dimensions are periodic or
not -- it is not sufficient to pass in a scalar logical value.
For example, the following program seems to work fine for me:
program cart
inclu