引用本文:余盛明,李华,刘慎权.分布式计算环境下的并行体绘制算法.软件学报,1996,7(9):559-564
【打印本页】   【下载PDF全文】   查看/发表评论  【EndNote】   【RefMan】   【BibTex】
←前一篇|后一篇→ 过刊浏览    高级检索
本文已被:浏览 3977次   下载 5497 本文二维码信息
码上扫一扫!
分享到: 微信 更多
分布式计算环境下的并行体绘制算法
余盛明1, 李华1, 刘慎权1
中国科学院计算技术研究所CAD开放实验室,北京,100080
摘要:
分布式计算环境中基于消息传递机制的分布式共享缓冲区中,Cache效率是算法性能的“瓶颈”.本文在分布式共享缓冲区上实现了一个并行体绘制算法.在数据空间,八叉树快速分类改善了Cache的空间相关性;在图象空间,Hilbert象素遍历方式改善了Cache的时间相关性.在曙光1000和SGI工作站网络上的实验结果都表明,算法的网络数据传送量大大减少,Cache效率明显提高,绘制时间大大缩短.
关键词:  并行体绘制  八叉树  象素遍历  光线追踪  
DOI:
分类号:
基金项目:本文研究得到国家自然科学基金资助.
PARALLEL VOLUME RENDERING ALGORITHM FOR DISTRIBUTED COMPUTING ENVIRONMENT
Yu Shengming,Li Hua,Liu Shenquan
Abstract:
This paper presents a distributed shared buffer paradigm based on message passing in distributed computing environment. According to this paradigm, this paper implements a parallel volume rendering algorithm. In order to improve the efficiency of the cache, the parallel algorithm take advantage of octree classification to increase local coherence of the cache in data space. In image space, the parallel algorithm use the Hilbert pixel traversal order to increase the temporal coherence of the cache. The experiments demonstrate good speedup and salability of this approach.
Key words:  Parallel volume rendering  octree  pixel traversal  ray tracing.