java-romp / jromp

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

`SharedVariable` value should not be an atomic reference #16

Closed scastd closed 3 months ago

scastd commented 3 months ago

Describe the bug

Since the variable is shared, synchronization must not be done on reads/updates to the value of the variable. A new class should be created to support this behavior (could be used in #9).

Library version(s) affected

0.0.1

Steps to reproduce

No response

Additional context, environment

No response

Logs

No response