LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: Michael Madore (mmadore_at_[hidden])
Date: 2003-06-27 11:33:22


Jeff Squyres wrote:

>On Thu, 26 Jun 2003, Michael Madore wrote:
>
>
>
>>As a further data point, I'm seeing similar behavior with the cpi
>>example:
>>
>>
>
>Let's tackle cpi since it's a bit simpler than the mandlebrot example.
>They sound like the same (or very similar) problem, so let's see what we
>can see.
>
>
>
My Apologies. It turns out I was running the copy of LAM that I had
patched to not set the NT_WASTE flag for bproc clusters (My own hack,
not your fix from CVS). If I remove that hack, the cpi example runs
correctly.

The Mandelbrot example, however, still gets stuck with the slave process
running on the compute nodes. If I modify the schema to only run the
slave process on node 0 (master) then the program runs successfully.

Mike