Abstract
Modern computers often use multi-core architectures, cov-
ering clusters of homogeneous cores for high performance computing,to heterogeneous architectures typically found in embedded systems. To efficiently program such architectures, it is important to be able to par-
tition and map programs onto the cores of the architecture. We believe that communication patterns need to become explicit in the source code to make it easier to analyze and partition parallel programs. Extraction of these patterns are difficult to automate due to limitations in compiler techniques when determining the effects of pointers.
In this paper, we propose an OpenMP extension which allows programmers to explicitly declare the pointer based data-sharing between coarse-grain program parts. We present a dependency directive, expressing the input and output relation between program parts and pointers to shared data, as well as a set of runtime operations which are necessary to enforce declarations made by the programmer. The cost and scalability of the runtime operations are evaluated using micro-benchmarks and a benchmark from the NAS parallel benchmark suite. The measurements show that the overhead of the runtime operations is small. In fact, no
performance degradation is found when using the runtime operations in the benchmark from the NAS parallel benchmark suite.
Original language | English |
---|---|
Title of host publication | Lecture Notes in Computer Science : Evolving OpenMP in an Age of Extreme Parallelism |
Number of pages | 183 |
Publisher | Springer Berlin / Heidelberg |
Publication date | 2009 |
Pages | 168-182 |
ISBN (Print) | 978-3-642-02284-5 |
DOIs | |
Publication status | Published - 2009 |
Event | 5th International Workshop on OpenMP - Dresden, Germany Duration: 3 Jun 2009 → 5 Jun 2009 Conference number: 5 https://iwomp.zih.tu-dresden.de/ |
Conference
Conference | 5th International Workshop on OpenMP |
---|---|
Number | 5 |
Country/Territory | Germany |
City | Dresden |
Period | 03/06/2009 → 05/06/2009 |
Internet address |
Series | Lecture Notes in Computer Science |
---|---|
Number | 5568 |
ISSN | 0302-9743 |