1. 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 processors memory it must send a message via the inter-processor network. Opposite: shared memory.
distributed memory |