VISTLE (Visualization Testing Laboratory for Exascale Computing)

Image f. VISTLE (Visualization Testing Laboratory for Exascale Computing)

VISTLE (Visualization Testing Laboratory for Exascale Computing) is an extensible software environment that integrates simulations on supercomputers, post-processing, and parallel interactive visualization.

The software has been under active development at HLRS since 2012 within the European projects CRESTA and bwVisu. The objective is to provide a highly scalable successor to COVISE, exploiting data, task, and pipeline parallelism in hybrid shared and distributed memory environments with acceleration hardware. Domain decompositions used during simulation can be reused for visualization.

A VISTLE work flow consists of several processing modules, each of which is a parallel MPI program that uses OpenMP within nodes. These can be configured graphically or from Python. Shared memory is used for transfering data between modules on a single node. Work flows can be distributed across several clusters.

For rendering in immersive projection systems, Vistle uses OpenCOVER. Visualization parameters can be manipulated from within the virtual environment. Large data sets can be displayed with OpenGL sort-last parallel rendering and depth compositing. For scaling with the simulation on remote HPC resources, a CPU-based hybrid sort-last/sort first parallel ray casting renderer is available. "Remote hybrid rendering" makes it possible to combine its output with local rendering, while ensuring smooth interactivity by decoupling it from remote rendering.

The Vistle system is modular and can be extended easily with additional visualization algorithms.

Source code

Source code is available on GitHub and licensed under the LPGL.