LAM/MPI logo

LAM/MPI General User's Mailing List Archives

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

From: Vishal Sahay (vsahay_at_[hidden])
Date: 2004-04-09 11:17:03


The LAM daemon keeps a process table for all the processes started by LAM.
Currently I think the size of the table is 71 (a fixed number), but you
can tune this number in the source code if you want to start more
processes. Other than this there is no restriction from the LAM point of
view. Scheduling and other resouces really depend on the OS and your
system.

-Vishal

On Fri, 9 Apr 2004, sa sateesh kumar wrote:

#
# hai all,
#
#
# Using MPI_Comm_spawn() how many processes we can create in a
# single CPU. Why because when i am creating 20 processes it is working,but when I am trying to create 100 processes it is not working.
# What is the limit of processes.
#
# If any one knows please help me.
#
#
# sateesh