Sie befinden Sich nicht im Netzwerk der Universität Paderborn. Der Zugriff auf elektronische Ressourcen ist gegebenenfalls nur via VPN oder Shibboleth (DFN-AAI) möglich. mehr Informationen...
Ergebnis 13 von 99
2016 Second International Workshop on Extreme Scale Programming Models and Middlewar (ESPM2), 2016, p.24-31
2016

Details

Autor(en) / Beteiligte
Titel
Metaprogramming-Enabled Parallel Execution of Apparently Sequential C++ Code
Ist Teil von
  • 2016 Second International Workshop on Extreme Scale Programming Models and Middlewar (ESPM2), 2016, p.24-31
Ort / Verlag
IEEE
Erscheinungsjahr
2016
Link zum Volltext
Quelle
IEEE Xplore (IEEE/IET Electronic Library - IEL)
Beschreibungen/Notizen
  • Task-based execution models have received considerable attention in recent years to meet the performance challenges facing high-performance computing (HPC). In this paper we introduce MetaPASS - Metaprogramming-enabled Para-llelism from Apparently Sequential Semantics - a proof-of-concept, non-intrusive header library that enables implicit task-based parallelism in a sequential C++ code. MetaPASS is a data-driven model, relying on dependency analysis of variable read-/write accesses to derive a directed acyclic graph (DAG) of the computation to be performed. MetaPASS enables embedding of runtime dependency analysis directly in C++ applications using only template metaprogramming. Rather than requiring verbose task-based code or source-to-source compilers, a native C++ code can be made task-based with minimal modifications. We present an overview of the programming model enabled by MetaPASS and the C++ runtime API required to support it. Details are provided regarding how standard template metaprogramming is used to capture task dependencies. We finally discuss how the programming model can be deployed in both an MPI+X and in a standalone distributed memory context.
Sprache
Englisch
Identifikatoren
DOI: 10.1109/ESPM2.2016.009
Titel-ID: cdi_ieee_primary_7831557

Weiterführende Literatur

Empfehlungen zum selben Thema automatisch vorgeschlagen von bX