## SUMMARY We show that the bulk synchronous parallel (BSP) model, originally designed for distributed‐memory systems, is also applicable for shared‐memory multicore systems and, furthermore, that BSP libraries are useful in scientific computing on these systems. A proof‐of‐concept MulticoreBSP lib
MPOOL: an object-oriented library for task composition and co-ordination
✍ Scribed by Poggi, Agostino; Destri, Giulio
- Publisher
- John Wiley and Sons
- Year
- 1999
- Tongue
- English
- Weight
- 91 KB
- Volume
- 11
- Category
- Article
- ISSN
- 1040-3108
No coin nor oath required. For personal study only.
✦ Synopsis
MPOOL is an object-oriented extension to the MPI library, based on three categories of objects, called units, groups and schemes. Units are active objects composed of data (state) and procedures (like traditional passive objects), but with the additional ability to store incoming messages in a queue while they are active and to send messages in parallel to other units; moreover, different units may be active simultaneously. Groups and schemes are passive objects used for the composition of units and the co-ordination of their actions. Groups manage collective communications and synchronization operations such as barriers. Schemes compose units' actions through the use of a set of constructs derived by path expressions.
📜 SIMILAR VOLUMES