摘要
Super-Object模型提出了一种新的方法,在分布存储器多计算机上实现语言级虚拟共享存储器以支持共享存储器通信模式.Super-Object模型引入新的概念super-object,不同于其它模型,基于super-object,它提出了新的共享数据定位方法,全局地址标识(name,off-set).Super-Object模型与Fortran77结合,我们实现了一个运行时间系统和库调用,支持程序员使用Fortran语言编写并行程序,最后介绍了系统的实现和取得的性能.
Super-Object model provides a new way to implement a virtually shared memory level that supports shared memory programming mode on distributed memory multicomputers.Super-Object model is unique among existing DSM models in its use of the concept of super-object.In this model,each data has a global address(name,offset) which provides a convenient way for locating shared data.Combining Fortran 77 with Super-Object model.a run-time system and a set of calls for shared memory parallel programming are implemented.Distributed shared memory level implemented by software is layered on-top of UNIX operating system and message passing primitives of Oak Ridge PVM.A prototype system is currently in operation.This paper also evaluates its implementation and performance.
出处
《计算机学报》
EI
CSCD
北大核心
1995年第7期481-487,共7页
Chinese Journal of Computers
基金
国家863高技术基金
国防科工委八五预研基金
关键词
分布存储器
共享存储器
程序设计
Parallel programming model,distributed shared memory,shared memory programming.