java-romp / jromp

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

feat: variables are set for the whole parallel construct #37

Closed scastd closed 2 months ago

scastd commented 2 months ago

โ“ Type of change

๐Ÿ“š Description, Motivation and Context

Resolves #33.

๐Ÿงช How Has This Been Tested?

Updated all tests to use the new method and removed variable parameters from usages.

๐Ÿ“ Checklist