Skip to main content

Showing 1–5 of 5 results for author: Korndörfer, H

Searching in archive cs. Search in all archives.
.
  1. arXiv:2403.08455  [pdf, other

    cs.RO cs.ET

    IAMCV Multi-Scenario Vehicle Interaction Dataset

    Authors: Novel Certad, Enrico del Re, Helena Korndörfer, Gregory Schröder, Walter Morales-Alvarez, Sebastian Tschernuth, Delgermaa Gankhuyag, Luigi del Re, Cristina Olaverri-Monreal

    Abstract: The acquisition and analysis of high-quality sensor data constitute an essential requirement in sha** the development of fully autonomous driving systems. This process is indispensable for enhancing road safety and ensuring the effectiveness of the technological advancements in the automotive industry. This study introduces the Interaction of Autonomous and Manually-Controlled Vehicles (IAMCV) d… ▽ More

    Submitted 13 March, 2024; originally announced March 2024.

  2. arXiv:2106.05108  [pdf, other

    cs.DC

    LB4OMP: A Dynamic Load Balancing Library for Multithreaded Applications

    Authors: Jonas H. Müller Korndörfer, Ahmed Eleliemy, Ali Mohammed, Florina M. Ciorba

    Abstract: Exascale computing systems will exhibit high degrees of hierarchical parallelism, with thousands of computing nodes and hundreds of cores per node. Efficiently exploiting hierarchical parallelism is challenging due to load imbalance that arises at multiple levels. OpenMP is the most widely-used standard for expressing and exploiting the ever-increasing node-level parallelism. The scheduling… ▽ More

    Submitted 9 June, 2021; originally announced June 2021.

  3. arXiv:2005.10413  [pdf, other

    cs.DC cs.PF

    Map** Matters: Application Process Map** on 3-D Processor Topologies

    Authors: Jonas H. Müller Korndörfer, Mario Bielert, Laércio L. Pilla, Florina M. Ciorba

    Abstract: Applications' performance is influenced by the map** of processes to computing nodes, the frequency and volume of exchanges among processing elements, the network capacity, and the routing protocol. A poor map** of application processes degrades performance and wastes resources. Process map** is frequently ignored as an explicit optimization step since the system typically offers a default m… ▽ More

    Submitted 10 March, 2021; v1 submitted 20 May, 2020; originally announced May 2020.

  4. arXiv:1910.02639  [pdf, other

    cs.DC cs.DS

    Finding Neighbors in a Forest: A b-tree for Smoothed Particle Hydrodynamics Simulations

    Authors: Aurélien Cavelan, Rubén M. Cabezón, Jonas H. M. Korndorfer, Florina M. Ciorba

    Abstract: Finding the exact close neighbors of each fluid element in mesh-free computational hydrodynamical methods, such as the Smoothed Particle Hydrodynamics (SPH), often becomes a main bottleneck for scaling their performance beyond a few million fluid elements per computing node. Tree structures are particularly suitable for SPH simulation codes, which rely on finding the exact close neighbors of each… ▽ More

    Submitted 18 May, 2020; v1 submitted 7 October, 2019; originally announced October 2019.

    Comments: Adding a few references in Related Work

  5. arXiv:1906.08911  [pdf, other

    cs.DC cs.CL cs.PF cs.PL

    Toward a Standard Interface for User-Defined Scheduling in OpenMP

    Authors: Vivek Kale, Christian Iwainsky, Michael Klemm, Jonas H. Muller Korndorfer, Florina M. Ciorba

    Abstract: Parallel loops are an important part of OpenMP programs. Efficient scheduling of parallel loops can improve performance of the programs. The current OpenMP specification only offers three options for loop scheduling, which are insufficient in certain instances. Given the large number of other possible scheduling strategies, it is infeasible to standardize each one. A more viable approach is to ext… ▽ More

    Submitted 8 July, 2019; v1 submitted 20 June, 2019; originally announced June 2019.

    Comments: 16 pages with references