A Look to Parallel Computers

HERA-B Bologna

Computing System

A Look to Parallel Computers

Parallel Machine = an assembly of processors and memory modules communicating and cooperating to solve a problem.

Parallel-processing Architectures

  1. SMP (Symmetric Multiprocessing).
  2. Design also known as "tightly coupled" or "shared everything".

    [Cray CS6400 Enterprise Server (up to 64 CPUs), SGI Power Challenge (up to 18 CPUs), HP T-Class Servers (up to 14 CPUs), HP K-Class Servers (up to 4 CPUs), HP D-Class Servers (up to 2 CPUs), HP J-Class Workstations (up to 2 CPUs)]
    PROS CONS

  3. MPP (Massively Parallel Processing).
  4. Design also known as "loosely coupled" or "shared nothing". [IBM SP2 RS/6000 Scalable Powerparallel System (up to 512 CPUs), APE, ASCI]
    PROS CONS

  5. SPP (Scalable Parallel Processing). [Convex SPP 1200 CD (up to 16 CPUs), Convex SPP 1200 XA (up to 128 CPUs); for both machines, several systems may be tied to obtain more processor power; furthermore you still have one unified memory space, even though the RAM is phisically located in different machines]
    PROS

HERA-B Bologna Home Page


February 22, 1996 Domenico Galli