Application of interactive parallel visualization for commodity-based clusters using visualization APIs
Stanimire Tomov (1), Robert Bennett (1), Michael McGuigan (1), Arnold, Peskin (1), Gordon Smith (1), John Spiletic (1) ((1) Brookhaven National, Laboratory)

TL;DR
This paper introduces an efficient method for interactive parallel visualization on commodity clusters by extending APIs like Open Inventor and VTK, combining them with Chromium for remote rendering, and analyzing performance factors.
Contribution
It presents a novel integration of Open Inventor, VTK, and Chromium for parallel visualization, along with detailed implementation and performance analysis.
Findings
Visualization speed depends on data size and network bandwidth.
Chromium's sort-first architecture impacts rendering performance.
The approach is cost-effective and adaptable for high-performance visualization.
Abstract
We present an efficient and inexpensive to develop application for interactive high-performance parallel visualization. We extend popular APIs such as Open Inventor and VTK to support commodity-based cluster visualization. Our implementation follows a standard master/slave concept: the general idea is to have a ``Master'' node, which will intercept a sequential graphical user interface (GUI) and broadcast it to the ``Slave'' nodes. The interactions between the nodes are implemented using MPI. The parallel remote rendering uses Chromium. This paper is mainly the report of our implementation experiences. We present in detail the proposed model and key aspects of its implementation. Also, we present performance measurements, we benchmark and quantitatively demonstrate the dependence of the visualization speed on the data size and the network bandwidth, and we identify the singularities and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDistributed and Parallel Computing Systems · Peer-to-Peer Network Technologies · Computer Graphics and Visualization Techniques
