- X z2 y, r& ?! E# v9 l所选题目 5 X1 \# d" F5 y. u5 XA 6 \2 J2 `/ W' z+ ^1 h( Z % J7 N6 p y; D! H; o2 R! C
英文摘要(选填)
Abstract
Thanks to the need of the development of networks and information ,high-performance machines choose to use parallel processing technology.At present, the fields have accumulated a large number of serial programs, and ! g' t$ ? P4 @& Q- dthe demand for computing power is getting higher and higher,How to change serial program2 B* h7 C) K" u9 p$ E& R4 ~2 b
to parallel processing to meet the users' needs is especially important.many desktops and laptops use# I) z' K A0 @- w, T
dual-core and multi-core CPU widely, this paper,we establish the model of changing serial program % w* e$ t4 c8 d* _5 ^; A/ eto parallel program ,and enable the program to run on two CPU cores in parallel computing in order to improve the efficiency of the overall count.On this issue, this paper establish two mathematical models ,serial program division model and load balancing model 5 p- |" h; \/ f3 i
$ ]( t/ X( h% O+ O/ R2 ]model 1 :serial program division model, that is, to solve how to change the serial program to parallel program.Firstly, through the analysis of whether there is correlation ,* W! i& ?4 W& b$ j* I9 L0 L
we establish% o! a2 T2 O3 I% v
idealized model of serial program division.divied program which is completely non-existent between the correlation can be assigned to run two different CPU independently# _% w+ l9 f5 C- P
% h, s B8 g, F$ ?- D; hIn fact ,most of divied programs of serial programs 4 ]( c* c/ r, ]% h' @$ `have relationship among them ,Rare of them can be divied into subprograms which have no relationship .If we try to reduce the relationship, we can also raise the Nuclear CPU efficiency of parallel execution.So,we choose a kind of algorithm named RPDMA which can reduce the relationship,then a general model is established to change the serial program into parallel program % a7 U$ v( U! C! p& y( e" C p 7 l+ k/ U8 u8 H' J( C
model 2:we establish the load balancing model which can range the different parallel program to different CPUs, To achieve the most efficient load balancing goal.we use a C programming to simulation the computing process of computer inorder to reach the high efficiency of load balancing.作者: 674979516 时间: 2009-5-10 07:22
有点精深 看不大懂作者: Aaron_Su 时间: 2009-5-10 15:17
题目要求将一个串行程序并行化,举了个例子有一定得误导作用,因为数组的拆分是语句的拆分,据目前的研究来看,这些只是建立在理论上,应用目前很少,因此我们队采取将程序划分为程序段来操作,而且各程序段之间的相关程度是可以分开来到不同的CPU中进行的作者: Aaron_Su 时间: 2009-5-10 15:19
模型一,就是如何拆分串行程序,通过算法实现,看过论文就知道,拆分很容易!) k+ F8 X. p2 s7 ]8 K, Z0 m
模型二,是因为我们拆分串行程序,形成的不是两个子程序段,而是若干个,那么如何组合使其成为两个时间复杂度尽量靠近的子程序就是要解决效率最高的问题。作者: 文阳 时间: 2009-5-11 14:12
我都不知道还有英文摘要呢,郁闷,交的时候队友才想起来提醒我,咳,第一次参加,算是锻炼吧作者: Aaron_Su 时间: 2009-5-21 23:03
我都很郁闷,我们论文有那么差吗?都没人给个意见!作者: zhouzhihua 时间: 2009-5-22 14:00
不要太郁闷毕竟做A题的人很少啦你也不看一下到底有多少组做了A题作者: oohelen 时间: 2009-5-22 14:56
D题更少...LZ不要生气~~~~