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

Model Checking Race-freedom When "Sequential Consistency for Data-race-free Programs" is Guaranteed

2023/05/29 by Wenhao Wu, Jan Hückelheim, Wu, Wenhao +7 · 1 citation
Computer Science · #Parallel Computing and Optimization Techniques #Distributed and Parallel Computing Systems #Cloud Computing and Resource Management

paper · pdf · doi:10.48550/arxiv.2305.18198

Abstract

Many parallel programming models guarantee that if all sequentially consistent (SC) executions of a program are free of data races, then all executions of the program will appear to be sequentially consistent. This greatly simplifies reasoning about the program, but leaves open the question of how to verify that all SC executions are race-free. In this paper, we show that with a few simple modifications, model checking can be an effective tool for verifying race-freedom. We explore this technique on a suite of C programs parallelized with OpenMP.

Cited by

Related