From: <er...@he...> - 2002-10-15 16:20:39
|
On Sun, Oct 13, 2002 at 08:17:59PM +0200, Ana Bosque wrote: > Hi folks, > > We have been working with a bproc cluster with mpich for some months. > Now we want to put more than one mpi process in the front-end of the > system, so we make the front-end master and slave at the same time and > everything is ok. But when we execute a mpi program that need to put a > mpi process in the front-end (+ the process that it's been executed > locally in the front-end) it just hangs in the MPI_Init instruction. > > Has anyone any idea? First a few questions: What version of BProc are you running? Which MPICH modification? It sounds like you might be using the old Scyld MPI hack since none of the other hacks that I know of place any processes on the front end. That's a very unusual thing to want to do - especially in clusters of any size. - Erik |