Loading...
Please wait, while we are loading the content...
Similar Documents
ACPdl: data-structure and global memory allocator library over a thin PGAS-layer
| Content Provider | ACM Digital Library |
|---|---|
| Author | Ajima, Yuichiro Shida, Naoyuki Saga, Kazushige Sumimoto, Shinji Nose, Takafumi |
| Abstract | HPC systems comprise an increasing number of processor cores towards the exascale computing era. As the number of parallel processes on a system increases, the number of point-to-point connections for each process increases and the memory usage of connections becomes an issue. A new communication library called Advanced Communication Primitives (ACP) is being developed to address the issue by providing communication functions with the Partitioned Global Address Space (PGAS) model that is potentially connection-less. The ACP library is designed to underlie domain-specific languages or parallel language runtimes. The ACP basic layer (ACPbl) comprises a minimum set of functions to abstract interconnect devices and to provide an address translation mechanism. As far as using ACPbl, global address can be granted only to local memory. In this paper, a new set of functions called the ACP data library (ACPdl) including global memory allocator and data-structure library is introduced to improve the productivity of the ACP library. The global memory allocator allocates a memory region of a remote process and assigns global address to it without involving the remote process. The data-structure library uses the global memory allocator internally and provides functions to create, read, update and delete distributed data-structures. Evaluation results of global memory allocator and associative-array data-structure functions show that overhead between the main and communication threads may become a bottleneck when an implementation of ACPbl uses a low latency HPC-dedicated interconnect device. |
| Starting Page | 11 |
| Ending Page | 18 |
| Page Count | 8 |
| File Format | |
| ISBN | 9781450339964 |
| DOI | 10.1145/2832241.2832242 |
| Language | English |
| Publisher | Association for Computing Machinery (ACM) |
| Publisher Date | 2015-11-15 |
| Publisher Place | New York |
| Access Restriction | Subscribed |
| Subject Keyword | Global memory allocator Pgas Data structure Communication library |
| Content Type | Text |
| Resource Type | Article |