Newsgroups: comp.parallel.pvm
From: Ingo Reise <reise@informatik.uni-wuerzburg.de>
Subject: Re: multiprocessor workstations
Organization: University of Wuerzburg, Germany
Date: 17 Jul 1995 10:08:11 GMT
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <3udcqb$hah@winx03.informatik.uni-wuerzburg.de>

munz@Informatik.TU-Muenchen.DE (Frank Munz) wrote:
>: On our machine there is no way to find out, on which processor a job is
>: running, even without pvm. Or more precisely, we don't know a way. But there is
>: a system-tool, and logically the operating-system itself, that is able to get
>: the information.
>
>check the    ps -l   command, on an SGI Indy it says:

Thanks for that hint!
On our machine I have to use:
ps -o pid,%cpu,command,psr
and psr gives the processor-number as follwows:

  psr         PSR       Current processor (~ means bound)
  pset        PSET      Current processor set (^ means bound)

Thanks again,

Ingo
-- 


                     __o           
                     \<,           
___________________()/ ()______________________________________________________
Ingo Reise                                      
Robert-Kirchhoff-Strasse 55    Lehrstuhl fuer Informatik II
97076 Wuerzburg                Universitaet Wuerzburg
Tel. 0931/273597               e-mail: reise@informatik.uni-wuerzburg.de


