Scyld, local access to nodes, and master node as compute node
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Sean Dilda agrajag at scyld.comFri May 25 08:50:57 PDT 2001
- Previous message: Scyld, local access to nodes, and master node as compute node
- Next message: OT question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 24 May 2001, Art Edwards wrote: > When I execute > > jarrett/home/edwardsa>mpirun -np 4 pi3 -nolocal > > The code runs, but ps -x reveals that it is computing on the head node. I > really don't want compute jobs executing on the head node and it seems that > -nolocal has no effect. What are my options? BProc masquerades your process pids so that you can still see the pids for all the processes on the slave nodes on the master node. If you want to see which node the processes are running on, you can either do 'bpstat -p' which will just tell you all the masqueraded pids and where they're running, or you can do 'ps -x|bpstat -P' This will modify the output of ps so that there's an extra column at the beginning of the line that shows the node the process is running on. (if the column is empty, it means the process is running on the master node) > > Art Edwards > > P. S. Incidentally, -nolocal doesn't appear on the MPI man page It should be in 'man mpirun' -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available Url : http://www.scyld.com/pipermail/beowulf/attachments/20010525/ddc06d6c/attachment.bin
- Previous message: Scyld, local access to nodes, and master node as compute node
- Next message: OT question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
