Symbolic Analysis of Concurrency Errors in OpenMP

Date and Time: 
2013 Tuesday, April 2
Location: 
CG1-1214 North Auditorium
Speaker: 
Steve Diersen

Authors:  Hongyi Ma, Liqiang Wang, University of Wyoming
                Chunhua Liao, Daniel Quinlan, Lawrence Livermore National Laboratory
                Zijiang Yang, Western Michigan University

As one of the popular parallel programming models, OpenMP has been widely used in scientific applications in recent years to facilitate shared-memory parallelism. The increasing availability of multicore devices has permitted more and more sequential programs to be parallelized using OpenMP. Unfortunately, it is a daunting task to develop correct OpenMP programs. Concurrency errors, such as data races and deadlocks, are tricky to detect using traditional testing techniques. This paper presents an OpenMP Analysis Toolkit (OAT) to detect data races and deadlocks using SMT-solver based symbolic analysis, which can approximately simulate the real execution of an OpenMP program with different schedulings. Hence, our symbolic analysis is more accurate than traditional static analysis, and more efficient and scalable than runtime analysis tools. We conducted experiments on real-world OpenMP benchmarks and student homework assignments by comparing our OAT tool with two commercial runtime tools (Intel Thread Checker and Sun Thread Analyzer) for checking multithreaded programs. Our experiments show that our symbolic analysis tool is more efficient and scalable than the two commercial tools. Our tool OAT is as accurate as Sun Thread Analyzer, and both are more precise than Intel Thread Checker for checking concurrency errors in OpenMP programs.

This is a joint work between the University of Wyoming and Lawrence Livermore National Laboratory.

Speaker Description: 

Steve Diersen is graduate student at the University of Wyoming working toward a PhD in Computer Science. His field of study is Machine Learning and in particular Artificial Neural Networks and Knowledge Based Artificial Neural Networks. He has taught or been a teacher’s assistant for a number of courses at the University of Wyoming.

Dr. Liqiang Wang is currently an associate professor in the Department of Computer Science at the University of Wyoming. He is currently taking sabbatical leave and working as a visiting research scientists at IBM T.J. Watson Research Center. His research focuses on an interdisciplinary area between big-data computing and software analytics. His work applies program analysis techniques to improve correctness and resilience of data-intensive computing as well as optimize its performance and scalability, especially on Cloud, GPU, and multicore platforms. He received an NSF CAREER Award in 2011. 

AttachmentSize
Office presentation icon ConcurrencyAnalysis_OpenMP.ppt1.19 MB
Video recorded: 

Event Category: