User Tools

Site Tools


parallelddm-paper
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Next revision
parallelddm-paper [2018/05/30 07:34] โ€“ gdangelo
Line 1: Line 1:
 +====== Parallel Data Distribution Management on Shared-Memory Multiprocessors ======
 +
 +====== Authors ======
 +
 +  * [[https://www.moreno.marzolla.name/|Moreno Marzolla]]
 +  * [[http://www.cs.unibo.it/gdangelo|Gabriele D'Angelo]]
 +
 +====== Abstract ======
 +
 +//
 +The problem of identifying intersections between two sets of d-dimensional axis-parallel rectangles appears frequently in the context of agent-based simulation studies. For this reason, the High Level Architecture (HLA) specification โ€“ a standard framework for interoperability among simulators โ€“ includes a Data Distribution Management (DDM) service whose responsibility is to report all intersections between a set of subscription and update regions. The algorithms at the core of the DDM service are CPU-intensive, and could greatly benefit from the large computing power of modern multi-core processors. In this paper we propose two parallel solutions to the DDM problem that can operate effectively on shared-memory multiprocessors. The first solution is based on a data structure (the Interval Tree) that allows concurrent computation of intersections between subscription and update regions. The second solution is based on a novel parallel extension of the Sort Based Matching algorithm, whose sequential version is considered among the most efficient solutions to the DDM problem. Extensive experimental evaluation of the proposed algorithms confirm their effectiveness on taking advantage of multiple execution units in a shared-memory architecture.
 +//
 +
 +====== Keywords ======
 +
 +  * Data Distribution Management (DDM), Parallel And Distributed Simulation (PADS), High Level Architecture (HLA), Parallel Algorithms
 +
 +====== Status ======
 +
 +  * Submitted for evaluation.
 +
 +====== Resources ======
 +
 +  * All the source code used in the paper is available for {{pads:DDM-TOMACS.tgz|download}} (**AVAILABLE SOON**).
  
parallelddm-paper.txt ยท Last modified: 2020/02/26 10:10 by gda

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki