distributed memory
The kind of memory in a {parallel processor}
where each processor has fast access to its own local memory
and where to access another processor's memory it must send a
message via the inter-processor network.
Opposite: {shared memory}.
(1995-03-22)