VaxStation 3520 MicroCode -- whereizit?

Paul A Vixie vixie at decwrl.dec.com
Fri Dec 29 15:57:10 AEST 1989


Sorry, can't help with your first question, I don't know.

>> NEXT:
>>	the 3520 is a 2 processor machine, but I can't tell.  I mean,
>> it sez that "processor b is started," but a ps gives no indication of
>> parallelization, even at the processor level.  On a Gould, a ps will
>> tell you which cpu your job's on.  So what gives?  Does the machine
>> run both cpus or not really.

On Ultrix versions up through 3.1, the parallel processing isn't visible
through normal means.  You can see it with iostat and you can certainly
feel the difference if you run a GNU Make in parallel mode :-).  The
multiprocessor support gets a lot better in 4.0, but until then all it's
really doing is allocating a processor at schedule-time -- EACH schedule
time.  Your job doesn't get "allocated" to a processor.  Even in 4.0 it
won't be "allocated", it's a many-processors-to-many-jobs mapping that
takes place continuously.

Paul Vixie
DEC WRL
--
Paul Vixie
Work:    vixie at decwrl.dec.com    decwrl!vixie    +1 415 853 6600
Play:    paul at vixie.sf.ca.us     vixie!paul      +1 415 864 7013



More information about the Comp.unix.ultrix mailing list