EGPGV20: Eurographics Symposium on Parallel Graphics and Visualization
Permanent URI for this collection
Browse
Browsing EGPGV20: Eurographics Symposium on Parallel Graphics and Visualization by Subject "Parallel algorithms"
Now showing 1 - 3 of 3
Results Per Page
Sort Options
Item Approaches for In Situ Computation of Moments in a Data-Parallel Environment(The Eurographics Association, 2020) Tsai, Karen C.; Bujack, Roxana; Geveci, Berk; Ayachit, Utkarsh; Ahrens, James; Frey, Steffen and Huang, Jian and Sadlo, FilipFeature-driven in situ data reduction can overcome the I/O bottleneck that large simulations face in modern supercomputer architectures in a semantically meaningful way. In this work, we make use of pattern detection as a black box detector of arbitrary feature templates of interest. In particular, we use moment invariants because they allow pattern detection independent of the specific orientation of a feature. We provide two open source implementations of a rotation invariant pattern detection algorithm for high performance computing (HPC) clusters with a distributed memory environment. The first one is a straightforward integration approach. The second one makes use of the Fourier transform and the Cross-Correlation Theorem. In this paper, we will compare the two approaches with respect to performance and flexibility and showcase results of the in situ integration with real world simulation code.Item Effective Parallelization Strategies for Scalable, High-Performance Iterative Reconstruction(The Eurographics Association, 2020) Gribble, Christiaan Paul; Frey, Steffen and Huang, Jian and Sadlo, FilipIterative reconstruction techniques in X-ray computed tomography converge to a result by successively refining increasingly accurate estimates. Compared to alternative approaches, iterative reconstruction imposes significant computational demand but generally leads to higher reconstruction quality and is more robust to inherently imperfect scan data. We explore several strategies for exploiting parallelism in iterative reconstruction and evaluate their scalability and performance on modern workstation-class systems. Results show that scalable, high performance iterative reconstruction is possible with careful attention to the expression of parallelism in both the projection and backprojection phases of computation.Item Improving Performance of M-to-N Processing and Data Redistribution in In Transit Analysis and Visualization(The Eurographics Association, 2020) Loring, Burlen; Wolf, Mathew; Kress, James; Shudler, Sergei; Gu, Junmin; Rizzi, Silvio; Logan, Jeremy; Ferrier, Nicola; Bethel, E. Wes; Frey, Steffen and Huang, Jian and Sadlo, FilipIn an in transit setting, a parallel data producer, such as a numerical simulation, runs on one set of ranks M, while a data consumer, such as a parallel visualization application, runs on a different set of ranks N: One of the central challenges in this in transit setting is to determine the mapping of data from the set of M producer ranks to the set of N consumer ranks. This is a challenging problem for several reasons, such as the producer and consumer codes potentially having different scaling characteristics and different data models. The resulting mapping from M to N ranks can have a significant impact on aggregate application performance. In this work, we present an approach for performing this M-to-N mapping in a way that has broad applicability across a diversity of data producer and consumer applications. We evaluate its design and performance with a study that runs at high concurrency on a modern HPC platform. By leveraging design characteristics, which facilitate an ''intelligent'' mapping from M-to-N, we observe significant performance gains are possible in terms of several different metrics, including time-to-solution and amount of data moved.