期刊文献+
共找到9篇文章
< 1 >
每页显示 20 50 100
光滑粒子流体动力学方法的高效异构加速 被引量:4
1
作者 王迎瑞 黎雷生 +1 位作者 王景焘 田荣 《计算机学报》 EI CSCD 北大核心 2017年第9期2040-2056,共17页
目前,光滑粒子流体动力学方法的GPU加速几乎都是基于简化的Euler控制方程,完整的Navier-Stokes方程的GPU实现非常少,且对其困难、优化策略、加速效果的描述较为模糊.另一方面,CPU-GPU协同方式深刻影响着异构平台的整体效率,GPU加速模型... 目前,光滑粒子流体动力学方法的GPU加速几乎都是基于简化的Euler控制方程,完整的Navier-Stokes方程的GPU实现非常少,且对其困难、优化策略、加速效果的描述较为模糊.另一方面,CPU-GPU协同方式深刻影响着异构平台的整体效率,GPU加速模型还有待进一步探讨.文中的目的是将自主开发的、基于Navier-Stokes方程的SPH应用程序petaPar在异构平台上进行高效加速.文中首先从数学公式的角度分析了Euler方程和NavierStokes方程的计算特征,并总结了Navier-Stokes方程在GPU加速中面临的困难.由于Euler方程只含有简单的标量和向量计算,是典型的适合GPU的计算密集轻量级kernel;而完整形式的Navier-Stokes方程涉及复杂的材料本构和大量张量计算,需要面对GPU上大kernel带来的系列问题,如访存压力、cache不足、低占用率、寄存器溢出等.文中通过减少粒子属性、提取操作到粒子更新、利用粒子的重用度、最大化GPU占用率等策略对Navier-Stokes方程的粒子交互kernel进行优化,具体实现见5.1节.同时,文中调研了三种GPU加速模型:热点加速、全GPU加速以及对等协同,分析了其开发投入、应用范围、理论加速比等,并深入探讨了对等协同模型的通信优化策略.由于通信粒子的不连续分布,GPU端通信粒子的抽取、插入、删除等操作本质上是对不连续内存的并行操作,会严重影响CPU-GPU的同步效果,而相关文献对此问题没有阐述.我们通过改进粒子索引规则解决此问题:粒子排序时不仅考虑网格编号,还要考虑网格类型,具体实现见5.2.3节.基于Euler方程和Navier-Stokes方程实现并分析了三种GPU加速模型.测试结果显示,三种模型下,Euler方程分别获得了8倍、33倍、36倍的加速,Navier-Stokes方程分别获得了6倍、15倍、20倍的加速.全GPU加速均突破了热点加速的加速比理论上限,对等协同比之全GPU加速又可以获得进一步提高.特别是对于Navier-Stokes方程,采用文中的kernel优化策略及对等协同模型,最终在异构平台上实现了20倍的整体加速.针对Navier-Stokes方程的对等协同版本这一应用范围最广、加速效果最好的实现,在Titan超级计算机的6个和1024个异构计算节点上进行了强、弱可扩展性测试,分别获得了67.1%和75.2%的并行效率. 展开更多
关键词 CPU—GPU耦合计算 热点加速 全GPU加速 对等协同 粒子模拟 光滑粒子流体动力学 petaPar
下载PDF
FALPS:大规模P2P系统网络仿真平台 被引量:6
2
作者 武广柱 王劲林 《计算机工程与应用》 CSCD 北大核心 2008年第11期9-12,共4页
随着P2P技术的发展,传统的网络仿真平台已经不能满足研究需要。如何设计支持大规模P2P内容分发仿真的平台是亟待解决的问题。通过建立BackboneNet模型,并采取了"事件"合并、非尾片段丢弃"、事件队列"大小控制三个... 随着P2P技术的发展,传统的网络仿真平台已经不能满足研究需要。如何设计支持大规模P2P内容分发仿真的平台是亟待解决的问题。通过建立BackboneNet模型,并采取了"事件"合并、非尾片段丢弃"、事件队列"大小控制三个关键算法设计了一种用于大规模P2P内容分发系统的包级离散事件驱动网络仿真平台FALPS。该平台具有内存消耗低、速度快、精确度高的特点,可用于仿真具有105数量级节点规模的P2P系统。 展开更多
关键词 网络仿真 包级 流级 Peer—to—Peer(P2P)
下载PDF
Semantic overlay network for searching taxonomy-based data sources 被引量:1
3
作者 乔百友 王国仁 谢可心 《Journal of Southeast University(English Edition)》 EI CAS 2007年第3期322-326,共5页
Distributed data sources which employ taxonomy hierarchy to describe the contents of their objects are considered, and a super-peer-based semantic overlay network (SSON) is proposed for sharing and searching their d... Distributed data sources which employ taxonomy hierarchy to describe the contents of their objects are considered, and a super-peer-based semantic overlay network (SSON) is proposed for sharing and searching their data objects. In SSON, peers are dynamically clustered into many semantic clusters based on the semantics of their data objects and organized in the semantic clusters into a semantic overlay network. Each semantic cluster consists of a super-peer and more peers, and is only responsible for answering queries in its semantic subspace. A query is first routed to the appropriate semantic clusters by an efficient searching algorithm, and then it is forwarded to the specific peers that hold the relevant data objects. Experimental results indicate that SSON has good scalability and achieves a competitive trade-off between search efficiency and costs. 展开更多
关键词 peer to peer (P2P) taxonomy hierarchy semantic searching
下载PDF
SSABC:a super-peer selection algorithm based on capacity
4
作者 赵生慧 钱宁 +1 位作者 吴国新 陈桂林 《Journal of Southeast University(English Edition)》 EI CAS 2008年第4期444-449,共6页
Combining the characteristics of peer-to-peer (P2P) and grid, a super-peer selection algorithm--SSABC is presented in the distributed network merging P2P and grid. The algorithm computes nodes capacities using their... Combining the characteristics of peer-to-peer (P2P) and grid, a super-peer selection algorithm--SSABC is presented in the distributed network merging P2P and grid. The algorithm computes nodes capacities using their resource properties provided by a grid monitoring and discovery system, such as available bandwidth, free CPU and idle memory, as well as the number of current connections and online time. when a new node joins the network and the super-peers are all saturated, it should select a new super-peer from the new node or joined nodes with the highest capacity. By theoretical analyses and simulation experiments, it is shown that super-peers selected by capacity can achieve higher query success rates and shorten the average hop count when compared with super-peers selected randomly, and they can also balance the network load when all super-peers are saturated. When the number of total nodes changes, the conclusion is still valid, which explains that the algorithm SSABC is feasible and stable. 展开更多
关键词 peer to peer (P2P) GRID SUPER-PEER capacity selection: random selection
下载PDF
P2P文件共享系统中基于分类名誉值的信任机制
5
作者 秦拯 郑立丽 +1 位作者 祝仰金 钟庆琪 《湖南大学学报(自然科学版)》 EI CAS CSCD 北大核心 2010年第4期77-80,共4页
针对名誉机制中的一个节点只设一个名誉值产生的'节点名誉值失信'问题,提出一种结合资源类别、钱和名誉值的CMARCH机制,对每个节点的每类资源均设一个名誉值.消费者节点在购买资源时使用该类资源的特有货币付给资源提供者,依据... 针对名誉机制中的一个节点只设一个名誉值产生的'节点名誉值失信'问题,提出一种结合资源类别、钱和名誉值的CMARCH机制,对每个节点的每类资源均设一个名誉值.消费者节点在购买资源时使用该类资源的特有货币付给资源提供者,依据挣得的货币量来决定提供者节点该类资源的名誉值,从而为一个节点挑选某类资源的服务节点提供更大的可靠性和真实性,降低了多付钱率和交易失败率,提高了准确性,同时可以促进P2P文件共享系统中各节点提供资源种类的多元化.理论分析和实验结果表明,CMARCH机制的多付钱率和交易失败率比单纯的结合钱和名誉值的MARCH机制低,且更能保证节点间的成功交易. 展开更多
关键词 文件共享 P2P(Peer—To—Peer) 名誉 CMARCH机制 多付钱率
下载PDF
Data Integration Strategy for Database Grids Based on P2P Framework 被引量:1
6
作者 WANG Guangqi SHEN Derong YU Ge ZHOU Wensheng LI Meifang 《Wuhan University Journal of Natural Sciences》 CAS 2006年第5期1182-1186,共5页
The differences between the data integration of a dynamic database grid (DBG) and that of a distributed database system are analyzed, and three kinds of data integration strategies are given on the background of DBG... The differences between the data integration of a dynamic database grid (DBG) and that of a distributed database system are analyzed, and three kinds of data integration strategies are given on the background of DBG based on Peer to Peer (P2P) framework, including the centralized data integration (CDI) strategy, the distributed data integration (DDI) strategy and the filter-based data integration (FDDI) strategy. CDI calls all the database grid services (DGSs) at a single node, DDI disperses the DGSs to multiple nodes, while FDDI schedules the data integration nodes based on filtering the keywords returned from DGSs. The performance of these three integration strategies are compared with and analyzed by simulation experiments. FDDI is more evident for filtering the keywords with data redundancy increasing. Through the reduction of large amount of data transportation, it effectively shortens the executing time for the task and improves its efficiency. 展开更多
关键词 database grid dada integration Peer to Peer (P2P)
下载PDF
P2P网络模式下的DRM体系架构
7
作者 丁子锴 谭丽娟 《电子科技》 2008年第12期1-5,12,共6页
分析和总结了P2P网络模式和数字版权管理(DRM)技术体系。在学习P2P网络模式与DRM系统融合技术研究成果的基础上,按照P2P网络的分类,将其总结为4种体系,给出了每种体系的架构,并且指明了它们的不同。从数字版权管理、服务器和节点负载、... 分析和总结了P2P网络模式和数字版权管理(DRM)技术体系。在学习P2P网络模式与DRM系统融合技术研究成果的基础上,按照P2P网络的分类,将其总结为4种体系,给出了每种体系的架构,并且指明了它们的不同。从数字版权管理、服务器和节点负载、安全性和计费的可靠性、分布式证书发行能力、网络的可扩展性等多个角度对这4种架构进行了分析和比较,给出了最后的评价结果。分析和讨论了目前存在的问题,最后指出了进一步的研究方向。 展开更多
关键词 P2P(Peer—to—Peer) 数字版权管理(DRM) 内容封装 认证授权计费 安全性
下载PDF
Hybrid ants-like search algorithms for P2P media streaming distribution in ad hoc networks
8
作者 ZUO Dong-hong DU Xu YANG Zong-kai 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 SCIE EI CAS CSCD 2007年第8期1191-1198,共8页
Media streaming delivery in wireless ad hoc networks is challenging due to the stringent resource restrictions,po-tential high loss rate and the decentralized architecture. To support long and high-quality streams,one... Media streaming delivery in wireless ad hoc networks is challenging due to the stringent resource restrictions,po-tential high loss rate and the decentralized architecture. To support long and high-quality streams,one viable approach is that a media stream is partitioned into segments,and then the segments are replicated in a network and served in a peer-to-peer(P2P) fashion. However,the searching strategy for segments is one key problem with the approach. This paper proposes a hybrid ants-like search algorithm(HASA) for P2P media streaming distribution in ad hoc networks. It takes the advantages of random walks and ants-like algorithms for searching in unstructured P2P networks,such as low transmitting latency,less jitter times,and low unnecessary traffic. We quantify the performance of our scheme in terms of response time,jitter times,and network messages for media streaming distribution. Simulation results showed that it can effectively improve the search efficiency for P2P media streaming distribution in ad hoc networks. 展开更多
关键词 Ad hoc networks Media streaming distribution Search algorithms Peer to peer (P2P)
下载PDF
MSPnet: MANAGEABLE SIP P2P MEDIA DISTRIBUTION SYSTEM
9
作者 He Jie Huang Yongfeng Li Xing 《Journal of Electronics(China)》 2007年第6期845-853,共9页
The letter proposes a three-layer manageable media distribution network system architecture called MSPnet, which is based on Session Initiation ProtocolIll and Peer to Peer (SIP P2P) technology. MSPnet performs appl... The letter proposes a three-layer manageable media distribution network system architecture called MSPnet, which is based on Session Initiation ProtocolIll and Peer to Peer (SIP P2P) technology. MSPnet performs application-level structured DHT routing and resource location among domains and unstructured ones in domain. Except for media distribution, it can be used to support a variety of P2P applications, including video broadcasting, video on demand, VoIP, etc. MSPnet is composed of three layers, namely, the signal control layer, the management layer, and the media transportation layer. The MSPnet prototype consists of the SIP server, the management server, the media server, and the node User Agent (UA). Results from a prototype experiment in a large-scale Internet environment show that MSPnet is feasible, scalable and manageable. 展开更多
关键词 Session Initiation Protocol (SIP) Peer to Peer (P2P) SIP server Management server User Agent (UA)
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部