期刊文献+
共找到479篇文章
< 1 2 24 >
每页显示 20 50 100
Heuristic file sorted assignment algorithm of parallel I/O on cluster computing system
1
作者 陈志刚 曾碧卿 +3 位作者 熊策 邓晓衡 曾志文 刘安丰 《Journal of Central South University of Technology》 EI 2005年第5期572-577,共6页
A new file assignment strategy of parallel I/O, which is named heuristic file sorted assignment algorithm was proposed on cluster computing system. Based on the load balancing, it assigns the files to the same disk ac... A new file assignment strategy of parallel I/O, which is named heuristic file sorted assignment algorithm was proposed on cluster computing system. Based on the load balancing, it assigns the files to the same disk according to the similar service time. Firstly, the files were sorted and stored at the set I in descending order in terms of their service time, then one disk of cluster node was selected randomly when the files were to be assigned, and at last the continuous files were taken orderly from the set I to the disk until the disk reached its load maximum. The experimental results show that the new strategy improves the performance by 20.2% when the load of the system is light and by 31.6% when the load is heavy. And the higher the data access rate, the more evident the improvement of the performance obtained by the heuristic file sorted assignment algorithm. 展开更多
关键词 计算机 数据处理 I/O次系统 程序
下载PDF
Technique Development and Application——Construction of a Beowulf Cluster for Parallel Computing
2
作者 FENG Kun DONG Jiaqi ZHANG Jinhua 《Southwestern Institute of Physics Annual Report》 2004年第1期138-141,共4页
关键词 技术发展 应用 平面处理 大刻度计算 数字天气预报 MPICH 核物理工业
下载PDF
Parallel Computation of Shallow-water Model on Workstations Cluster 被引量:2
3
作者 Song Junqiang Sun An-clang, Li Xiaomei(epartment Of CO,mp’uter Science, Changsha Institute of Technology Hunan 410073, P.R. of China) 《Wuhan University Journal of Natural Sciences》 CAS 1996年第Z1期522-525,共4页
ParallelComputationofShallow-waterModelonWorkstationsClusterSongJunqiang;SunAn-clang,;LiXiaomei(epartmentOfC... ParallelComputationofShallow-waterModelonWorkstationsClusterSongJunqiang;SunAn-clang,;LiXiaomei(epartmentOfCO,mp'uterScience,... 展开更多
关键词 parallel computation of Shallow-water Model on Workstations cluster
下载PDF
CLUSTER OF WORKSTATIONS BASED ON DYNAMIC LOAD BALANCING FOR PARALLEL TREE COMPUTATION DEPTH-FIRST-SEARCH
4
作者 加力 陆鑫达 张健 《Journal of Shanghai Jiaotong university(Science)》 EI 2002年第1期26-31,共6页
The real problem in cluster of workstations is the changes in workstation power or number of workstations or dynmaic changes in the run time behavior of the application hamper the efficient use of resources. Dynamic l... The real problem in cluster of workstations is the changes in workstation power or number of workstations or dynmaic changes in the run time behavior of the application hamper the efficient use of resources. Dynamic load balancing is a technique for the parallel implementation of problems, which generate unpredictable workloads by migration work units from heavily loaded processor to lightly loaded processors at run time. This paper proposed an efficient load balancing method in which parallel tree computations depth first search (DFS) generates unpredictable, highly imbalance workloads and moves through different phases detectable at run time, where dynamic load balancing strategy is applicable in each phase running under the MPI(message passing interface) and Unix operating system on cluster of workstations parallel platform computing. 展开更多
关键词 cluster of WORKSTATIONS parallel TREE computATION DFS task migration dynamic load balancing strategy and TERMINATION detection algorithm
下载PDF
Parallel computing for finite element structural analysis using conjugategradient method based on domain decomposition
5
作者 付朝江 张武 《Journal of Shanghai University(English Edition)》 CAS 2006年第6期517-521,共5页
Parallel finite element method using domain decomposition technique is adapted to a distributed parallel environment of workstation cluster. The algorithm is presented for parallelization of the preconditioned conjuga... Parallel finite element method using domain decomposition technique is adapted to a distributed parallel environment of workstation cluster. The algorithm is presented for parallelization of the preconditioned conjugate gradient method based on domain decomposition. Using the developed code, a dam structural analysis problem is solved on workstation cluster and results are given. The parallel performance is analyzed. 展开更多
关键词 parallel computing workstation cluster finite element DAM domain decomposition.
下载PDF
Realistic Efficiency Evaluations for Parallel Computations under Workstation Cluster
6
作者 Mo Zeyao Li Xiaomei(Dept. of Computer, Changsha institute of Technology Changsha, China, 410073) 《Wuhan University Journal of Natural Sciences》 CAS 1996年第Z1期329-336,共8页
In recent years, high performance scientific computing under workstation cluster connected by local area network is becoming a hot point. Owing to both the longer latency and the higher overhead for protocol processin... In recent years, high performance scientific computing under workstation cluster connected by local area network is becoming a hot point. Owing to both the longer latency and the higher overhead for protocol processing compared with the powerful single workstation capacity, it is becoming severe important to keep balance not only for numerical load but also for communication load, and to overlap communications with computations while parallel computing. Hence,our efficiency evaluation rules must discover these capacities of a given parallel algorithm in order to optimize the existed algorithm to attain its highest parallel efficiency. The traditional efficiency evaluation rules can not succeed in this work any more. Fortunately, thanks to Culler's detail discuss in LogP model about interconnection networks for MPP systems, we present a system of efficiency evaluation rules for parallel computations under workstation cluster with PVM3.0 parallel software framework in this paper. These rules can satisfy above acquirements successfully. At last, two typical synchronous,and asynchronous applications are designed to verify the validity of these rules under 4 SGIs workstations cluster connected by Ethernet. 展开更多
关键词 parallel efficiency evaluation workstation cluster PVM. network parallel computations.
下载PDF
Implementation Study of Dynamic Load Balancing Algorithm of Parallel Tree Computation on Clusters of Heterogeneous Workstation
7
作者 Mohammed A.M. Ibrahim M.SaifMokbel 《Journal of Donghua University(English Edition)》 EI CAS 2005年第2期81-86,共6页
The rapid growth of interconnected high performance workstations has produced a new computing paradigm called clustered of workstations computing. In these systems load balance problem is a serious impediment to achie... The rapid growth of interconnected high performance workstations has produced a new computing paradigm called clustered of workstations computing. In these systems load balance problem is a serious impediment to achieve good performance. The main concern of this paper is the implementation of dynamic load balancing algorithm, asynchronous Round Robin (ARR), for balancing workload of parallel tree computation depth-first-search algorithm on Cluster of Heterogeneous Workstations (COW) Many algorithms in artificial intelligence and other areas of computer science are based on depth first search in implicitty defined trees. For these algorithms a load-balancing scheme is required, which is able to evenly distribute parts of an irregularly shaped tree over the workstations with minimal interprocessor communication and without prior knowledge of the tree’s shape. For the (ARR) algorithm only minimal interprocessor communication is needed when necessary and it runs under the MPI (Message passing interface) that allows parallel execution on heterogeneous SUN cluster of workstation platform. The program code is written in C language and executed under UNIX operating system (Solaris version). 展开更多
关键词 工作站 并行树状计算 动态负载平衡 性能度量
下载PDF
PARALLEL ANALYSIS OF COMBINED FINITE/DISCRETE ELEMENT SYSTEMS ON PC CLUSTER 被引量:5
8
作者 王福军 Y.T.FENG +2 位作者 D.R.J.OWEN 张静 刘洋 《Acta Mechanica Sinica》 SCIE EI CAS CSCD 2004年第5期534-540,共7页
A computational strategy is presented for the nonlinear dynamic analysis of large- scale combined finite/discrete element systems on a PC cluster.In this strategy,a dual-level domain decomposition scheme is adopted to... A computational strategy is presented for the nonlinear dynamic analysis of large- scale combined finite/discrete element systems on a PC cluster.In this strategy,a dual-level domain decomposition scheme is adopted to implement the dynamic domain decomposition.The domain decomposition approach perfectly matches the requirement of reducing the memory size per processor of the calculation.To treat the contact between boundary elements in neighbouring subdomains,the elements in a subdomain are classified into internal,interfacial and external elements.In this way,all the contact detect algorithms developed for a sequential computation could be adopted directly in the parallel computation.Numerical examples show that this implementation is suitable for simulating large-scale problems.Two typical numerical examples are given to demonstrate the parallel efficiency and scalability on a PC cluster. 展开更多
关键词 parallel computation finite element discrete element PC cluster
下载PDF
Development of Ubiquitous Simulation Service Structure Based on High Performance Computing Technologies 被引量:2
9
作者 Sang-Hyun CHO Jeong-Kil CHOI 《Journal of Materials Science & Technology》 SCIE EI CAS CSCD 2008年第3期374-378,共5页
The simulation field became essential in designing or developing new casting products and in improving manufacturing processes within limited time, because it can help us to simulate the nature of processing, so that ... The simulation field became essential in designing or developing new casting products and in improving manufacturing processes within limited time, because it can help us to simulate the nature of processing, so that developers can make ideal casting designs. To take the prior occupation at commercial simulation market, so many development groups in the world are doing their every effort. They already reported successful stories in manufacturing fields by developing and providing the high performance simulation technologies for multipurpose. But they all run at powerful desk-side computers by well-trained experts mainly, so that it is hard to diffuse the scientific designing concept to newcomers in casting field. To overcome upcoming problems in scientific casting designs, we utilized information technologies and full-matured hardware backbones to spread out the effective and scientific casting design mind, and they all were integrated into Simulation Portal on the web. It professes scientific casting design on the NET including ubiquitous access way represented by "Anyone, Anytime, Anywhere" concept for casting designs. 展开更多
关键词 parallel computation Message passing interface (MPI) Shared memory processing (SMP) clusterING UBIQUITOUS
下载PDF
LOW-COST HIGH PERFORMANCE CLUSTER OF WORK-STATIONS BASED ON DYNAMIC LOAD BALANCING FOR PARALLEL DEPTH-FIRST SEARCH(DFS)
10
作者 Mohammed A. +2 位作者 M.Ibrahim(加力) LU Xin-da(陆鑫达) 《Journal of Shanghai Jiaotong university(Science)》 EI 2002年第2期223-226,共4页
This paper presented an idea to replace the traditionally expensive parallel machines by heterogeneous cluster of workstations. To emphasise the usability of cluster of workstations platform for parallel and distribut... This paper presented an idea to replace the traditionally expensive parallel machines by heterogeneous cluster of workstations. To emphasise the usability of cluster of workstations platform for parallel and distributed computing, also the paper presented the status report on the effort and experiences for the implementation of a dynamic load balancing for parallel tree computation depth first search(DFS) on the cluster of a workstations project. It compared the speedup performance obtained from our platform with that obtained from the traditional one. The speedup results show that cluster of workstations can be a serious alternative to the expensive parallel machines. 展开更多
关键词 heterogeneous clusterS of WORKSTATION parallel tree computation DFS dynamic load balancing strategy parallel performance
下载PDF
Parallel solution for finite element linear systems of equations on workstation cluster
11
作者 FU Chao-jiang 《通讯和计算机(中英文版)》 2009年第8期59-64,共6页
关键词 有限元系统 工作站机群 线性方程组 并行处理 预条件共轭梯度法 计算机网络技术 工程结构分析 并行算法
下载PDF
Clusters Deposition on Surface an Atomic Scale Study by Computer Simulation Method
12
作者 Akbarali Rasulov Nodirbek Ibroximov 《Journal of Applied Mathematics and Physics》 2019年第10期2303-2314,共12页
The investigation is generalized to clusters with sizes up to 3000 atoms, covering this way the range of sizes experimentally available for low energy cluster beam deposition. The atomic scale modeling is carried on b... The investigation is generalized to clusters with sizes up to 3000 atoms, covering this way the range of sizes experimentally available for low energy cluster beam deposition. The atomic scale modeling is carried on by both Molecular Dynamics and Metropolis Monte Carlo. This represents a huge series of simulations (175 cases) to which further calculations are added by spot when finer tuning of the parameters is necessary. Analyzing the results is a major task which is still in progress. This way, not only a realistic range of sizes is covered, but also the whole range of compositions and the temperature range relevant to the solid and the liquid states. 展开更多
关键词 computER Simulation Low Energy cluster DEPOSITION Slowing down Molecular Dynamics parallelIZATION Embedded ATOM Model
下载PDF
Parallel computing of discrete element method on multi-core processors 被引量:6
13
作者 Yusuke Shigeto Mikio Sakai 《Particuology》 SCIE EI CAS CSCD 2011年第4期398-405,共8页
This paper describes parallel simulation techniques for the discrete element method (DEM) on multi-core processors. Recently, multi-core CPU and GPU processors have attracted much attention in accelerating computer ... This paper describes parallel simulation techniques for the discrete element method (DEM) on multi-core processors. Recently, multi-core CPU and GPU processors have attracted much attention in accelerating computer simulations in various fields. We propose a new algorithm for multi-thread parallel computation of DEM, which makes effective use of the available memory and accelerates the computation. This study shows that memory usage is drastically reduced by using this algorithm. To show the practical use of DEM in industry, a large-scale powder system is simulated with a complicated drive unit. We compared the performance of the simulation between the latest GPU and CPU processors with optimized programs for each processor. The results show that the difference in performance is not substantial when using either GPUs or CPUs with a multi-thread parallel algorithm. In addition, DEM algorithm is shown to have high scalabilitv in a multi-thread parallel computation on a CPU. 展开更多
关键词 Discrete element method parallel computing multi-core processor GPGPU
原文传递
一种基于敏捷集群计算系统的并行GMRES方法
14
作者 何康馨 席国江 陈颖 《无线电通信技术》 北大核心 2024年第1期162-167,共6页
随着通信系统和人工智能的飞速发展,以智慧城市、智慧工厂和智能制造等为代表的多种新型应用场景不断涌现,使得通信、感知和计算等系统的一体化成为技术发展的新趋势。人工智能新型应用场景对大规模高效敏捷计算提出了新的要求,基于敏... 随着通信系统和人工智能的飞速发展,以智慧城市、智慧工厂和智能制造等为代表的多种新型应用场景不断涌现,使得通信、感知和计算等系统的一体化成为技术发展的新趋势。人工智能新型应用场景对大规模高效敏捷计算提出了新的要求,基于敏捷集群计算系统,提出了一种并行广义最小残差(Generalized Minimal Residual, GMRES)方法,主要通过并行矩阵向量乘法和并行高瘦矩阵QR(Tall and Skinny QR,TSQR)分解实现Krylov子空间的高效并行构造,充分利用集群计算系统的计算和通信性能,实现大规模线性方程组Ax=b的快速求解,其中A为一个n×n的矩阵,在工程实践中,n可达数十万甚至百万规模。通过求解二维泊松方程的有限元离散得到的刚度方程,验证了算法的有效性。 展开更多
关键词 敏捷集群计算 并行广义最小残差方法 KRYLOV子空间 大规模线性方程组
下载PDF
异构并行计算下高维混合型数据聚类算法研究
15
作者 祝鹏 《现代电子技术》 北大核心 2024年第9期139-142,共4页
高维数据维度增加,数据空间的体积呈指数增长,容易陷入“维数灾难”,导致聚类算法执行效率低,为此,提出异构并行计算下高维混合型数据聚类算法。构建高维混合型数据相异度矩阵,提取高维混合型数据的统计序列特征值,利用时间窗口进行特... 高维数据维度增加,数据空间的体积呈指数增长,容易陷入“维数灾难”,导致聚类算法执行效率低,为此,提出异构并行计算下高维混合型数据聚类算法。构建高维混合型数据相异度矩阵,提取高维混合型数据的统计序列特征值,利用时间窗口进行特征优化。采用K⁃Prototypes聚类算法提取高维混合型数据的统计序列特征,评估数据与类中心的相异性,计算数据与类中心的欧氏距离,实现高维混合型数据聚类。采用异构并行计算技术进行高维混合型数据K⁃Prototypes聚类的并行化处理,合理分配CPU与GPU工作,达到CPU与GPU的工作负载平衡,提高K⁃Prototypes的聚类效率。实验结果表明,此算法对于高维混合型数据的聚类效果好、运行时间短、性能稳定。 展开更多
关键词 异构并行计算 高维混合型数据 K⁃Prototypes聚类算法 欧氏距离 统计序列特征 负载平衡
下载PDF
Cluster计算能力模型总结与设想
16
作者 刘乃维 《电脑开发与应用》 2013年第12期70-72,共3页
Cluster计算,中文名称为集群计算。它可以被认为是这样一种技术:它把许多系统连接到一起,使多台服务器像一台机器一样进行计算工作。采用cluster计算,通常是为了提高系统稳定性的同时,提高系统对大数据的实时处理能力。在cluster计算中... Cluster计算,中文名称为集群计算。它可以被认为是这样一种技术:它把许多系统连接到一起,使多台服务器像一台机器一样进行计算工作。采用cluster计算,通常是为了提高系统稳定性的同时,提高系统对大数据的实时处理能力。在cluster计算中,服务器群在网络中表现为单一的系统,并以这种模式加以管理。对于并行计算和集群计算,现已提出的各种计算模型,大多针对的是并行计算与它的共性,而非特性。而如果需要针对这些特性,就需要用一种更加准确的模型加以描述。将介绍基于集群的一些计算模型,并提出新的cluster计算模型的一个可能的方案。 展开更多
关键词 集群 并行计算模型 超级步
下载PDF
微机Cluster并行化实现叠前深度偏移方法 被引量:1
17
作者 李克臣 黄刘生 杨辉 《计算机工程与应用》 CSCD 北大核心 2001年第24期156-158,共3页
该文是讨论利用微机Cluster来实现地质模型叠前深度偏移并行化实现。为了比较这一并行化方案的实现效果,选择大规模分布式并行计算机代表-IBMSP-2以进行计算性能的比较。
关键词 并行计算 迭前深度偏移 地震资料处理 微机 机群系统
下载PDF
PC—Cluster下的FFT并行算法分析 被引量:2
18
作者 刘劲 杨平华 《工程地球物理学报》 2006年第2期130-136,共7页
在地震资料处理中,大数据量的FFT运算非常耗费机时,在PC机群上实现FFT的并行运算,是一种低成本高效率的解决手段,但并行算法设计不是简单地串行运算的推广,仅仅考虑计算功能的实现是不够的,还需要考虑到通信的设计等与并行环境相关的因... 在地震资料处理中,大数据量的FFT运算非常耗费机时,在PC机群上实现FFT的并行运算,是一种低成本高效率的解决手段,但并行算法设计不是简单地串行运算的推广,仅仅考虑计算功能的实现是不够的,还需要考虑到通信的设计等与并行环境相关的因素才能充分挖掘并行系统的计算能力。本文讨论了FFT在PC机群环境下的MPI并行算法的设计思路,并对实际运行效果比较分析,得出了一些提高FFT并行效率的解决方法。 展开更多
关键词 PC机群 FFT 并行计算 MPI
下载PDF
Targeting BSP Library for SMP Cluster
19
作者 DONG Jing-yi, DING Jun, MENG Rui, TONG Wei-qin School of Computer Engineering and Science, Shanghai University, Shanghai 200072, China 《Advances in Manufacturing》 SCIE CAS 2000年第S1期78-82,共5页
Using commodity SMPs (shared memory processors) to build cluster-based supercomputer has become a mainstream trend.Yet programming this kind of supercomputer system requires an environment support both message passing... Using commodity SMPs (shared memory processors) to build cluster-based supercomputer has become a mainstream trend.Yet programming this kind of supercomputer system requires an environment support both message passing and shared memory programming. This paper describes our preliminary work in an effort to target BSP library for cluster of SMPs. In order to exploit the maximum performance potential that a cluster of SMPs brings, we adopt thread technique to reduce system overhead and to exploit the capacity of SMPs. A fore-layer synchronization mechanism is proposed to support barrier synchronization within an SMP node, a group of SMP nodes and the whole cluster respectively. A comparison is made between our BSP library and the currently available BSP libraries such as PUB. 展开更多
关键词 parallel computing SMP cluster BSP THREAD
下载PDF
NEURAL NETWORK TRAINING WITH PARALLEL PARTICLE SWARM OPTIMIZER
20
作者 覃征 刘宇 王昱 《Journal of Pharmaceutical Analysis》 SCIE CAS 2006年第2期109-112,共4页
Objective To reduce the execution time of neural network training. Methods Parallel particle swarm optimization algorithm based on master-slave model is proposed to train radial basis function neural networks, which i... Objective To reduce the execution time of neural network training. Methods Parallel particle swarm optimization algorithm based on master-slave model is proposed to train radial basis function neural networks, which is implemented on a cluster using MPI libraries for inter-process communication. Results High speed-up factor is achieved and execution time is reduced greatly. On the other hand, the resulting neural network has good classification accuracy not only on training sets but also on test sets. Conclusion Since the fitness evaluation is intensive, parallel particle swarm optimization shows great advantages to speed up neural network training. 展开更多
关键词 parallel computation neural network particle swarm optimization cluster
下载PDF
上一页 1 2 24 下一页 到第
使用帮助 返回顶部