|
|
A parallel computer in which the processors share an address space. This almost always implies physically shared memory. See symmetric multiprocessor. Examples are the parallel servers from SGI.
A computer that incorporates multiple processors with access to common storage.
a computer system that has more than one internal processor capable of operating collectively on a computation. Normally associated with those systems where the processors can access a common main memory. [SILC99
a cached shared memory parallel machine
a distributed memory machine
a hardware system with multiple processors or multiple, simultaneous execution units
A computer with more than one processor but a single address space.
A computer in which processors can execute separate instruction streams, but have access to a single address space. Most multiprocessors are shared-memory machines, constructed by connecting several processors to one or more memory banks through a bus or switch.
A system with two or more processors (CPUs) that share common physical memory.
|