New implementation of a BSP composition primitive with application to the implementation of algorithmic skeletons
New implementation of a BSP composition primitive with application to the implementation of algorithmic skeletons
复制标题
BSP 组合原语的新实现及其应用于算法框架实现的应用
DOI:
10.1109/ipdps.2009.5160876
复制
发表时间:
2009
期刊:
影响因子:
--
通讯作者:
I. Garnier
中科院分区:
文献类型:
--
作者:
F. Gava;I. Garnier
BSML is a ML based language designed to code Bulk Synchronous Parallel (BSP) algorithms. It allows an estimation of execution time, avoids deadlocks and non-determinism. BSML proposes an extension of ML programming with a small set of primitives. One of these primitives, called parallel superposition, allows the parallel composition of two BSP programs. Nevertheless, its past implementation used system threads and have unjustified limitations. This paper presents a new implementation of this primitive based on a continuation-passing-style (CPS) transformation guided by a flow analysis. To test it and show its usefulness, we also have implemented the OCamlP3l algorithmic skeletons and compared their efficiencies with the original ones.