Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schwitanski committed Jun 14, 2024
1 parent ca3791d commit afe8628
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog

## 1.1.0 - (2024-06-14)

* Add new category 'misc' that adds test cases challenging for static tools
* Aliasing between buffers introduced in a function (interprocedural analysis required for detection)
* Deeply nested function calls (buffers still have to be attributed correctly by an analysis within the deeply nested function)
* Function pointers (difficult to determine statically which function is called)
* External function calls that generate aliases (here: memcpy)
* The 'misc' tests are currently only generated for MPI RMA.
* Use pointer variable in MPI RMA test case template (required for some 'misc' test cases)

## 1.0.3 - (2024-06-12)

* Add missing `unistd` header for sleep functions
* MPI RMA: Fix wrong race categorization of MPI-atomic-disp-remote-no (was "yes", but should be "no")
* SHMEM: Avoid conflicting signal address use, fix wrong type of signal address
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RMARaceBench 1.0.3 - [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
# RMARaceBench 1.1.0 - [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
RMARaceBench [[RRB23](#reference)] is a collection of race test cases for MPI RMA, SHMEM, and GASPI to evaluate the classification quality of race detection tools for RMA programs.

Authors: Simon Schwitanski, Sven Klotz, Joachim Jenke, Matthias S. Müller, RWTH Aachen University
Expand Down

0 comments on commit afe8628

Please sign in to comment.