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-05-29 13:51:02


Michael Madore wrote:

> Hi,
>
> I am getting the following error when running make -k check on a bproc
> 3.2.5 system:
>
> lamd kernel: problem with select() (1): No child processes
>
> If I then get a list of processes running on each node, I see that
> lamd will have died on one of the nodes. It is not always the same
> node, and make check fails in different places. I am seeing this
> behavior with both b10 and b13.
>
> What might cause this behavior?

I discovered that if I run make -k check with only one ssi at a time, ie:

make -k check MODES="tcp"
make -k check MODES="sysv"
etc...

Then I don't run into the above problem.

Mike