版权所有:内蒙古大学图书馆 技术提供:维普资讯• 智图
内蒙古自治区呼和浩特市赛罕区大学西街235号 邮编: 010021
作者机构:I.R.I.S.A. Campus de Beaulieu F-35042 Rennes Cedex France
出 版 物:《FUTURE GENERATION COMPUTER SYSTEMS》 (下代计算机系统)
年 卷 期:1994年第10卷第1期
页 面:59-70页
核心收录:
学科分类:08[工学] 0812[工学-计算机科学与技术(可授工学、理学学位)]
主 题:MASSIVELY PARALLEL SYSTEMS PARALLEL PROGRAMMING PARADIGMS OBJECT ORIENTED LANGUAGES
摘 要:Most parallel object oriented languages (OOL) are currently using a general parallelism model based on communicating sequential processes. This approach makes it difficult to program massively parallel systems in an easy and efficient way. So we propose to use another form of parallelism, known as data parallelism. We describe how it can be integrated in a given OOL in a clean and elegant fashion, using only already existing concepts - i.e. without modifying the OOL syntax and semantics - to exploit the potential power of massively parallel systems. To illustrate our ideas, we present an application of this approach to a well known parallel paradigm, along with experimental performance results.