java-romp / jromp

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

feat: add no-wait functionality to parallel and section methods #26

Closed scastd closed 2 months ago

scastd commented 2 months ago

โ“ Type of change

๐Ÿ“š Description, Motivation and Context

Resolves #10. Instead of creating separate methods, a new boolean parameter was added to necessary methods with a default value set as false.

๐Ÿงช How Has This Been Tested?

All test cases passed successfully.

๐Ÿ“ Checklist