Network Distributed Global Memory for Transparent Message Passing on Distributed Networks
Jerry Clarke
Abstract
Jerry Clarke
Abstract
Distributing compute-intensive applications across multiple platforms can significantly reduce the total execution time of the application. Programming such a system typically involves sending explicit messages between cooperating processes. Keeping track of these messages, however, can be a difficult, error-prone task. Shared memory models are typically easier to program. Network Distributed Global Memory (NDGM) allows the programmer to view the physically distributed environment as a single, contiguous address space. Instead of sending an explicit message to another node, processes write and read from a global block of memory. NDGM-Network Distributed Global Memory, Distributed computing computer programs, Software(Computers), Networks.
OpenAlex reports 3 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Distributing compute-intensive applications across multiple platforms can significantly reduce the total execution time of the application. Programming such a system typically involves sending explicit messages between cooperating processes. Keeping track of these messages, however, can be a difficult, error-prone task. Shared memory models are typically easier to program. Network Distributed Global Memory (NDGM) allows the programmer to view the physically distributed environment as a single, contiguous address space. Instead of sending an explicit message to another node, processes write and read from a global block of memory. NDGM-Network Distributed Global Memory, Distributed computing computer programs, Software(Computers), Networks.
Key concepts: Computer science, Distributed computing, Message passing, Distributed memory, Parallel computing, Computer network, Shared memory