Parallel programming on a high-performance application-runtime
β Scribed by Wojtek James Goscinski; David Abramson
- Publisher
- John Wiley and Sons
- Year
- 2008
- Tongue
- English
- Weight
- 595 KB
- Volume
- 20
- Category
- Article
- ISSN
- 1532-0626
- DOI
- 10.1002/cpe.1325
No coin nor oath required. For personal study only.
π SIMILAR VOLUMES
In this paper we discuss the runtime support required for the parallelization of unstructured data-parallel applications on nonuniform and adaptive environments. We describe several optimization techniques for fast remapping of data and for reducing the amount of communications between machines when
With most of today's fast scientific software written in Fortran and C, Java has a lot of catching up to do. In this paper we discuss how new Java programs can capitalize on highperformance libraries for other languages. With the help of a tool we have automatically created Java bindings for several
## Abstract OpenMP offers a highβlevel interface for parallel programming on scalable shared memory (SMP) architectures. It provides the user with simple workβsharing directives while it relies on the compiler to generate parallel programs based on thread parallelism. However, the lack of language