Serviceeinschränkungen vom 12.-22.02.2026 - weitere Infos auf der UB-Homepage

Treffer: Space efficient data race detection for parallel programs with series-parallel task graphs

Title:
Space efficient data race detection for parallel programs with series-parallel task graphs
Source:
Proceedings of the third Euromicro workshop on parallel and distributed processing ; ISSN: 1066-6192 ; ISBN: 9780818670312
Publisher Information:
IEEE Computer Society
Publication Year:
1995
Collection:
Ghent University Academic Bibliography
Document Type:
Konferenz conference object
Language:
English
ISBN:
978-0-8186-7031-2
0-8186-7031-2
DOI:
10.1109/EMPDP.1995.389169
Accession Number:
edsbas.70415A98
Database:
BASE

Weitere Informationen

A data race or access anomaly is a bug in parallel programs, occurring when two parallel processes access the same shared resource in an unsynchronised fashion, and at least one access modifies the resource. The effects of a data race can be non-deterministic and can give the program debugger a very hard time. Race detection represents a class of methods which automatically detect the presence of data races in a parallel program. This paper deals with on-the-fly methods, in which race detection is performed at run-time, during the execution of the program. We present a novel method for on-the-fly race detection, which reduces the storage requirements by several orders of magnitude over previous methods. Moreover, the method is language independent and can handle the problems associated with pointer variables (aliasing). The programs it deals with are restricted to those that have a series-parallel task graph. This includes fork-join and spawning types of parallelism