java-romp / jromp

Java Runtime implementation of OpenMP.
https://java-romp.github.io/jromp/
MIT License
5 stars 0 forks source link

fix: private var initial value is kept after the execution of parallel blocks #39

Closed scastd closed 2 months ago

scastd commented 2 months ago

โ“ Type of change

๐Ÿ“š Description, Motivation and Context

Resolves #32.

๐Ÿงช How Has This Been Tested?

Improved some tests and added a new test case.

๐Ÿ“ Checklist