issues
search
java-romp
/
jromp
Java Runtime implementation of OpenMP.
https://java-romp.github.io/jromp/
MIT License
5
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Refactor library to support thread groups
#71
scastd
opened
1 week ago
4
Add logical operations
#70
scastd
opened
1 week ago
0
feat: implemented `masked` directive
#69
scastd
closed
1 week ago
0
Add support for `masked` directive
#68
scastd
closed
1 week ago
0
refactor: improve Barrier to include nowait inside it
#67
scastd
closed
1 week ago
0
Add functionality to `Barrier` instead of using `Optional`
#66
scastd
closed
1 week ago
0
refactor: replace `TreeMap` with `HashMap`
#65
scastd
closed
1 week ago
0
Improve `Variables` performance by using `HashMap`
#64
scastd
closed
1 week ago
0
refactor: simplify `add` method in `Variables` class
#63
scastd
closed
1 week ago
0
Remove type T in `add` method of `Variables` class
#62
scastd
closed
1 week ago
0
feat: added `BigNumbers` to `InitialValues`
#61
scastd
closed
2 weeks ago
0
Add the possibility to register `BigInteger` and `BigDecimal` to the `InitialValues`
#60
scastd
closed
2 weeks ago
0
feat: environment variable to set max threads
#59
scastd
closed
3 weeks ago
0
Set threads with an environment variable
#58
scastd
closed
3 weeks ago
1
feat: package visibility for all operations
#57
scastd
closed
1 month ago
0
Reduce the visibility of all operations to package only
#56
scastd
closed
1 month ago
0
feat!: improved reduction operation creation
#55
scastd
closed
1 month ago
0
feat: ReductionVariable constructor with Operation variable
#54
scastd
closed
1 month ago
0
Create `ReductionOperations` to create them with explicit type instead of using an enum with raw types
#53
scastd
closed
1 month ago
0
Add new ReductionVariable constructor with Operation as parameter
#52
scastd
closed
1 month ago
0
Add conditional block execution
#51
scastd
opened
1 month ago
0
fix: remove redundant exception in `ReductionVariable::merge`
#50
scastd
closed
1 month ago
0
Multiple parallelFor makes the lib to crash when doing the merge for `ReductionVariables`
#49
scastd
closed
1 month ago
1
Remove variables from `sections` method
#48
scastd
closed
1 month ago
1
docs: add detailed Javadoc comments to Barrier class
#47
scastd
closed
1 month ago
0
Add documentation to Barrier class
#46
scastd
closed
1 month ago
0
fix: remove `getVariables` from `Variables`
#45
scastd
closed
1 month ago
0
Hide variable map in Variables
#44
scastd
closed
1 month ago
0
fix: update parallel sections to handle single variables
#43
scastd
closed
1 month ago
0
Section variables should be copied only once
#42
scastd
closed
1 month ago
0
refactor: remove SectionBuilder and Section classes
#41
scastd
closed
1 month ago
0
Remove `Section` record since it is not useful
#40
scastd
closed
1 month ago
0
fix: private var initial value is kept after the execution of parallel blocks
#39
scastd
closed
1 month ago
0
feat: add `nowait` parameter to `single` construct
#38
scastd
closed
1 month ago
0
feat: variables are set for the whole parallel construct
#37
scastd
closed
1 month ago
0
feat: add `getWTime` method
#36
scastd
closed
1 month ago
0
feat: add `update` method with `Operation` parameter to `Variable` interface
#35
scastd
closed
1 month ago
0
Add nowait to `single` block
#34
scastd
closed
1 month ago
0
Add new method to set the variables for the whole parallel construct
#33
scastd
closed
1 month ago
0
Private variable stores only the default value
#32
scastd
closed
1 month ago
1
Add function to work with wall clock time
#31
scastd
closed
1 month ago
0
Critical section does not work as expected
#30
scastd
closed
1 month ago
1
Add possibility to pass an Operation to update method of Variable
#29
scastd
closed
1 month ago
0
Hide even more the `parallelFor` task
#28
scastd
closed
1 month ago
1
deps: update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.5
#27
renovate[bot]
closed
1 month ago
0
feat: add no-wait functionality to parallel and section methods
#26
scastd
closed
1 month ago
0
fix!: `begin` method to be integrated into block
#25
scastd
closed
1 month ago
0
`begin` method should not start the tasks
#24
scastd
closed
1 month ago
0
Update all dependencies
#23
renovate[bot]
closed
1 month ago
0
Dependency Dashboard
#22
renovate[bot]
opened
2 months ago
1
Next