vix.ing · top · new · best · stats · spec

Visilence: An Interactive Visualization Tool for Error Resilience Analysis

2022/01/02 by Shaolun Ruan, Yong Wang, Ruan, Shaolun +3
Computer Science · #FOS: Computer and information sciences #Human-Computer Interaction (cs.HC) #Security and Verification in Computing #Software Engineering Research #Software System Performance and Reliability

paper · pdf · doi:10.48550/arxiv.2201.00336

openalex publication_date 2022/01/02 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Soft errors have become one of the major concerns for HPC applications, as those errors can result in seriously corrupted outcomes, such as silent data corruptions (SDCs). Prior studies on error resilience have studied the robustness of HPC applications. However, it is still difficult for program developers to identify potential vulnerability to soft errors. In this paper, we present Visilence, a novel visualization tool to visually analyze error vulnerability based on the control-flow graph generated from HPC applications. Visilence efficiently visualizes the affected program states under injected errors and presents the visual analysis of the most vulnerable parts of an application. We demonstrate the effectiveness of Visilence through a case study.

Related