From: Johannes Zellner <johannes@zellner.org>
Newsgroups: comp.parallel.mpi
Subject: static arrays
Date: Wed, 14 Jul 1999 13:51:04 +0200
Organization: University of Karlsruhe
Message-Id: <Pine.LNX.4.10.9907141349160.26170-100000@krispc6.physik.uni-karlsruhe.de>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Xref: ukc comp.parallel.mpi:5335


MPI::COMM_WORLD.Bcast(buf, SIZE_OF_BUF, MPI::BYTE, 0)
fails, if buf is allocated statically (char buf[SIZE_OF_BUF]).

(mpich on Linux)
Any comments ?

--
   Johannes

