java-romp / jromp

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

`begin` method should not start the tasks #24

Closed scastd closed 1 month ago

scastd commented 1 month ago

Describe the bug

Tasks could be started using the begin method, but they do not have a barrier at the end. In addition, it could be converted to private method.

Library version(s) affected

0.0.1

Steps to reproduce

No response

Additional context, environment

No response

Logs

No response