Checkout, Frequently Asked Questions!

In Situ @ KAUST#

To facilitate the use of In Situ Visualization at KAUST, we have developed an example repository (In Situ Vignettes) that explains and demonstrates how to run different in situ packes on Ibex and Shaheen. Please check out this repository for best practices and examples.

In Situ Vignettes Repo

In Situ Visualization Vignettes at KAUST#

Welcome to the KAUST In Situ Vignettes! This repository serves as a guide and resource for integrating and utilizing in situ visualization and analysis with your simulations.

Why Use In Situ Visualization?#

As simulation sizes and data output grow, writing all data to disk is increasingly becoming a major bottleneck. In situ visualization tackles this by processing data while the simulation is running in memory. Key benefits include:

  • Faster simulations & more throughput: Eliminates I/O wait times, allowing your simulation to run significantly faster.

  • Increased simulation resolution: Run at higher temporal and spatial resolutions since you aren’t bottlenecked by disk storage limits.

  • Keep only what you need: Extract features, generate images, or save reduced datasets on the fly.

  • Reduced I/O helps the community: Less strain on shared supercomputing file systems benefits all users on the cluster.

  • Optimized performance: Reduced storage requirements keep overall system and simulation performance highly optimal.



In Situ Capabilities & Supported Options at KAUST#

1. Inshimtu#

Developed by the KAUST Visualization Core Lab (KVL), Inshimtu is a lightweight in situ ‘shim’ designed for existing, unmodified simulations.

2. ParaView Catalyst#

Directly integrate ParaView’s powerful visualization and analysis functionalities into your simulation code. Catalyst processes data in memory, meaning you can configure complex visualization pipelines without writing large data streams to disk.

3. Ascent#

Ascent is a many-core capable, flyweight in situ visualization and analysis infrastructure. It is highly optimized for modern HPC architectures and requires minimal overhead.

4. ADIOS2#

More than just an in situ tool, ADIOS2 is a full-scale data management framework. It is highly effective at aiding in better I/O performance, enabling in situ workflows, in-transit visualization, and data reduction.

5. VisIt Libsim#

Similar to Catalyst but native to the VisIt ecosystem, Libsim allows you to tightly couple VisIt’s analysis tools directly to your simulation code for live processing.

6. VTK-m#

VTK-m is a scientific visualization toolkit designed specifically for emerging multi-core and many-core processor architectures. It serves as the heavy-lifting backbone for tools like Ascent, but can also be used independently alongside other libraries to enable highly optimized in-transit visualization.


For more information or assistance with implementing these tools in your workflow, please reach out to the KAUST Visualization Core Lab.