java-romp / jromp

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

Add conditional block execution #51

Open scastd opened 2 weeks ago

scastd commented 2 weeks ago

Describe the feature

When adding an if callback to a construct can activate/deactivate parallelism.

Additional information

Final checks