2008
DOI: 10.1007/978-3-540-68555-5_33
|View full text |Cite
|
Sign up to set email alerts
|

A Proposal for OpenMP for Java

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
8
0

Year Published

2008
2008
2023
2023

Publication Types

Select...
4
2
1

Relationship

2
5

Authors

Journals

citations
Cited by 9 publications
(8 citation statements)
references
References 11 publications
0
8
0
Order By: Relevance
“…However, it is cumbersome to develop parallel applications with Java threads as it generates more verbose programs than an OpenMP-like implementation would generate (as it was shown in section 2). Several authors [1] [7] proposed extensions to Java to support OpenMP. Some approaches explore Java 5 annotations introducing an alternative to traditional OpenMP directives.…”
Section: B Aspect-oriented Programmingmentioning
confidence: 99%
“…However, it is cumbersome to develop parallel applications with Java threads as it generates more verbose programs than an OpenMP-like implementation would generate (as it was shown in section 2). Several authors [1] [7] proposed extensions to Java to support OpenMP. Some approaches explore Java 5 annotations introducing an alternative to traditional OpenMP directives.…”
Section: B Aspect-oriented Programmingmentioning
confidence: 99%
“…OpenMP/Java [8], JCilk [2], and TBB [6] support exception handling by setting an internal flag. OpenMP/Java and JCilk check this flag at cancellation points, terminate parallel execution, and rethrow exceptions to the sequential code.…”
Section: Other Concurrent Programming Error Handling Modelsmentioning
confidence: 99%
“…One signature of the function returns the identity element while a second signature implements the actual reduction operator. OpenMP/Java [10] extends OpenMP with a Reducer interface to define UDRs. Similarly to ZPL, the interface requires separate methods to return the identity and to reduce two values.…”
Section: Related Workmentioning
confidence: 99%