java-romp / jromp

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

Refactor reduction operations to use general ones #19

Closed scastd closed 3 months ago

scastd commented 3 months ago

Describe the feature

Several classes in the new construct.atomic.operation package were already defined in the var.reduction one.

Objective: refactor the code into a single common package and use the operations in the reduction classes (since the interfaces do not contain the same methods).

Additional information

Final checks