Search Results - Task-based Parallel Programming Models*

Refine Results
  1. 1

    DuctTeip: An efficient programming model for distributed task-based parallel computing by Zafari, Afshin, Larsson, Elisabeth, Tillenius, Martin

    ISSN: 0167-8191, 1872-7336, 1872-7336
    Published: Elsevier B.V 01.12.2019
    Published in Parallel computing (01.12.2019)
    “… Extracting high performance from these complex systems requires tailored approaches. Task-based parallel programming has been successful both in simplifying…”
    Get full text
    Journal Article
  2. 2

    Parallelization using task parallel library with task-based programming model by Xinhong Hei, Jinlong Zhang, Bin Wang, Haiyan Jin, Giacaman, Nasser

    ISBN: 1479932787, 9781479932788
    ISSN: 2327-0586
    Published: IEEE 01.06.2014
    “…In order to reduce the complexity of traditional multithreaded parallel programming, this paper explores a new task-based parallel programming using the Microsoft…”
    Get full text
    Conference Proceeding
  3. 3

    A programming model for Hybrid Workflows: Combining task-based workflows and dataflows all-in-one by Ramon-Cortes, Cristian, Lordan, Francesc, Ejarque, Jorge, Badia, Rosa M.

    ISSN: 0167-739X, 1872-7115
    Published: Elsevier B.V 01.12.2020
    Published in Future generation computer systems (01.12.2020)
    “…). To implement these workflows, developers are currently using different patterns; mainly task-based and dataflow…”
    Get full text
    Journal Article
  4. 4

    Taskbased parallel strategies for computational fluid dynamic application in heterogeneous CPU/GPU resources by Leandro Nesi, Lucas, da Silva Serpa, Matheus, Mello Schnorr, Lucas, Navaux, Philippe Olivier Alexandre

    ISSN: 1532-0626, 1532-0634
    Published: Hoboken Wiley Subscription Services, Inc 25.10.2020
    Published in Concurrency and computation (25.10.2020)
    “…‐based programming model. This article presents taskbased parallel strategies for a simple CFD application that targets heterogeneous multi‐CPU/multi…”
    Get full text
    Journal Article
  5. 5

    Dalorex: A Data-Local Program Execution and Architecture for Memory-bound Applications by Orenes-Vera, Marcelo, Tureci, Esin, Wentzlaff, David, Martonosi, Margaret

    ISSN: 2378-203X
    Published: IEEE 01.02.2023
    “…Applications with low data reuse and frequent irregular memory accesses, such as graph or sparse linear algebra workloads, fail to scale well due to memory…”
    Get full text
    Conference Proceeding
  6. 6

    TEMANEJO - a debugger for task based parallel programming models by Brinkmann, Steffen, Gracia, José, Niethammer, Christoph, Keller, Rainer

    ISSN: 2331-8422
    Published: Ithaca Cornell University Library, arXiv.org 20.12.2011
    Published in arXiv.org (20.12.2011)
    “…We present the program Temanejo, a debugger for task based parallelisation models such as StarSs…”
    Get full text
    Paper
  7. 7

    Specx: a C++ task-based runtime system for heterogeneous distributed architectures by Cardosi, Paul, Bramas, Bérenger

    ISSN: 2376-5992, 2376-5992
    Published: United States PeerJ. Ltd 11.07.2025
    Published in PeerJ. Computer science (11.07.2025)
    “… Among parallel programming models, task-based programming has demonstrated a powerful potential and is widely used in high-performance scientific computing…”
    Get full text
    Journal Article
  8. 8

    Asynchronous runtime with distributed manager for task-based programming models by Bosch, Jaume, Álvarez, Carlos, Jiménez-González, Daniel, Martorell, Xavier, Ayguadé, Eduard

    ISSN: 0167-8191, 1872-7336
    Published: Elsevier B.V 01.09.2020
    Published in Parallel computing (01.09.2020)
    “… Parallel task-based programming models, like OpenMP, allow application developers to easily create a parallel version of their sequential codes…”
    Get full text
    Journal Article
  9. 9

    Adaptive scheduling framework for multi-core systems based on task-parallel programming model by Yangjie Cao, Bin Wei, Baodong Wu, Lei Shi

    ISBN: 9781479965984, 1479965987
    Published: IEEE 01.07.2015
    “…Due to the poor scalability and intensive competition for computing resource in multi-core runtime system, how to efficiently exploit the advantages offered by…”
    Get full text
    Conference Proceeding
  10. 10

    Performance Meets Programmabilty: Enabling Native Python MPI Tasks In PyCOMPSs by Elshazly, Hatem, Lordan, Francesc, Ejarque, Jorge, Badia, Rosa M.

    ISSN: 2377-5750
    Published: IEEE 01.03.2020
    “… We introduce an extension to PyCOMPSs, a high-level task-based parallel programming model for Python applications, to support tasks that use MPI natively as part of the task model…”
    Get full text
    Conference Proceeding
  11. 11

    Integrating blocking and non-blocking MPI primitives with task-based programming models by Sala, Kevin, Teruel, Xavier, Perez, Josep M., Peña, Antonio J., Beltran, Vicenç, Labarta, Jesus

    ISSN: 0167-8191, 1872-7336
    Published: Elsevier B.V 01.07.2019
    Published in Parallel computing (01.07.2019)
    “…) that integrates both blocking and non-blocking MPI primitives with task-based programming models…”
    Get full text
    Journal Article
  12. 12

    DuctTeip: An efficient programming model for distributed task based parallel computing by Zafari, Afshin, Larsson, Elisabeth, Tillenius, Martin

    ISSN: 2331-8422
    Published: Ithaca Cornell University Library, arXiv.org 10.01.2018
    Published in arXiv.org (10.01.2018)
    “… Extracting high performance from these complex systems requires tailored approaches. Task based parallel programming has been successful both in simplifying…”
    Get full text
    Paper
  13. 13

    A Hardware Runtime for Task-Based Programming Models by Tan, Xubin, Bosch, Jaume, Alvarez, Carlos, Jimenez-Gonzalez, Daniel, Ayguade, Eduard, Valero, Mateo

    ISSN: 1045-9219, 1558-2183
    Published: New York IEEE 01.09.2019
    “… As a proof-of-concept, the Picos++ hardware runtime has been integrated with a compiler infrastructure that supports parallel task-based programming models…”
    Get full text
    Journal Article Publication
  14. 14

    PufferFish: NUMA-Aware Work-stealing Library using Elastic Tasks by Kumar, Vivek

    ISSN: 2640-0316
    Published: IEEE 01.12.2020
    “… Hierarchical Place Tree (HPT) [1] is a popular approach for improving the locality of a task-based parallel programming model, albeit it requires the programmer to map the dynamically unfolding tasks over a NUMA system evenly…”
    Get full text
    Conference Proceeding
  15. 15

    Mitigating the NUMA effect on task-based runtime systems by Maroñas, Marcos, Navarro, Antoni, Ayguadé, Eduard, Beltran, Vicenç

    ISSN: 0920-8542, 1573-0484
    Published: New York Springer US 01.09.2023
    Published in The Journal of supercomputing (01.09.2023)
    “… We propose a new approach that mitigates the NUMA effect on NUMA systems. Our solution is based on the OmpSs-2 programming model, a task-based parallel programming model, similar to OpenMP…”
    Get full text
    Journal Article
  16. 16

    Achieving High Performance on Supercomputers with a Sequential Task-based Programming Model by Agullo, Emmanuel, Aumage, Olivier, Faverge, Mathieu, Furmento, Nathalie, Pruvost, Florent, Sergent, Marc, Thibault, Samuel Paul

    ISSN: 1045-9219, 1558-2183
    Published: IEEE 18.12.2017
    “… Sequential task-based programming model has been shown to efficiently meet this challenge on a single multicore node possibly enhanced with accelerators, which motivated its support in the OpenMP 4.0 standard…”
    Get full text
    Journal Article
  17. 17

    A Performance Evaluation of Adaptive MPI for a Particle-In-Cell Code by Asch, Christian, Jimenez, Diego, Rampp, Markus, Laure, Erwin, Meneses, Esteban

    ISSN: 2168-9253
    Published: IEEE 01.09.2022
    “… One of those resources are task-based parallel program-ming tools. The availability of mature programming models, pro-gramming languages, and runtime systems that use task-based parallelism represent a favorable ecosystem…”
    Get full text
    Conference Proceeding
  18. 18

    Professional Parallel Programming with C#: Master Parallel Extensions With . NET 4 by Hillar, Gastón C

    ISBN: 1118546032, 9781118546031
    Published: Newark John Wiley & Sons, Incorporated 2010
    Get full text
    eBook
  19. 19

    Task-based Parallel Computation of the Density Matrix in Quantum-based Molecular Dynamics using Graph Partitioning by Ghale, Purnima, Kroonblawd, Matthew P, Mniszewski, Susan M, Negre, Christian F A, Pavel, Robert, Pino, Sergio, Sardeshmukh, Vivek B, Shi, Guangjie, Hahn, Georg

    ISSN: 2331-8422
    Published: Ithaca Cornell University Library, arXiv.org 26.01.2018
    Published in arXiv.org (26.01.2018)
    “… In this paper, we present task-based implementations of a recently developed data-parallel graph-based approach to the SP2…”
    Get full text
    Paper
  20. 20

    DDF Library: Enabling functional programming in a task-based model by Ponce, Lucas M., Lezzi, Daniele, Badia, Rosa M., Guedes, Dorgival

    ISSN: 0743-7315, 1096-0848
    Published: Elsevier Inc 01.05.2021
    “… While HPC programming is mostly task-based, like COMPSs, popular Big Data environments, like Spark, adopt the functional programming paradigm…”
    Get full text
    Journal Article