From: matloff@heather.cs.ucdavis.edu (Norm Matloff)
Newsgroups: comp.parallel.mpi
Subject: won't accept larger program
Date: 25 Mar 1999 01:19:30 GMT
Organization: University of California, Davis
Message-Id: <7dc2v2$msk$1@mark.ucdavis.edu>
Reply-To: matloff@cs.ucdavis.edu
Xref: ukc comp.parallel.mpi:4832


I am running a fairly small, fairly simple SPMD MPI application (a modified
hyperquicksort).  The only substantial data storage space consists of a
global array.

The program runs fine if I dimension the array to be of length 10000
(int's), but if I make it 100000 then it just quits, apparently at
MPI_Init(), with no error message.  

Any suggestions?  I'm running LAM 6.1.

NM

