QQ登录

只需要一步,快速开始

 注册地址  找回密码
查看: 3399|回复: 7
打印 上一主题 下一主题

A题的论文(1256队)欢迎大家看看

[复制链接]
字体大小: 正常 放大
Aaron_Su        

2

主题

3

听众

14

积分

升级  9.47%

该用户从未签到

新人进步奖

跳转到指定楼层
1#
发表于 2009-5-9 23:59 |只看该作者 |倒序浏览
|招呼Ta 关注Ta
欢迎大家看看1256队的A题,谢谢啦!摘要如下!
& v! u1 }7 Z6 U) m" m6 O$ t( ?2 ?9 y3 T0 ^4 F

- ]& Y) E# |9 v' Y, e0 b- _( A7 j0 r3 V
串行算法的并行化处理
2 C% f: ]1 K1 C, W5 ^
$ u5 N: S) o- B1 A! N8 V2 g" a

6 L- R# @$ g# @! d3 h
关 键 词4 w) `; A  N* g' y9 k

1 x( _* z  a. I
串行程序划分模型  负载均衡  并行化
& l$ Q0 M, R7 A! Q3 p' x/ eRPDMA
算法
. U, n. J1 [' G; K

% a( `6 x2 V/ h' X! L) V/ l

% b& D2 p; J: e+ p0 V2 f3 k0 Y9 r+ N要:
由于网络和信息发展的需求,高性能机都采用了并行处理技术。而目前,各领域的应用积累了大量的串行程序,且很多领域对计算能力的需求越来越高,如何将串行程序并行化处理,以满足用户需要显得尤为重要。对于目前很多台式机和笔记本广泛的采用了双核和多核CPU,本文通过建立模型实现串行程序并行化,使其能够在CPU两核心上并行运算,以提高总的算效率。对此问题,本文建立了两个数学模型分别为串行程序划分模型和关于负载均衡问题的模型。/ D& {) e" g+ v. k8 ]" l, d
模型一、串行程序划分模型,即解决如何将串行程序划分成可并行执行的部分。首先通过分析语句之间是否存在相关性,建立了理想化的串行程序并行划分的模型,即划分出来的程序段之间是完全不存在相关性,可以分到两个不同的CPU上独立进行。: Z) H+ V; n- [
但是实际中,绝大多数串行程序各个程序段中存在相关性,很少能将其划分成毫无相关的子程序,显然,若可以使各个划分程序段之间的相关程度降低,那么,也可提高双核CPU并行执行的效率。因此我们使用RPDMA算法,即降低程序段之间的相关性,建立了一般情况下串行程序并行划分模型,将串行程序划分成若干并行程序段。 ) ~$ u6 s3 |8 B5 X- d# C8 X4 a$ G
模型二,关于负载均衡问题的模型,针对如何使划分出来的并行程序段能够合理的分配到不同的CPU中进行执行,以达到负载均衡效率最高的目标,我们建立了关于负载均衡问题的模型,利用C编程模拟计算机选择能够达到负载均衡效率最高的程序段组合。. s7 Y- N; c/ q' S( }; |
* I8 ?$ q: D! z8 R
/ r7 ?3 S) i" g8 v% r0 i4 u9 C" p

) g: Q! g+ T8 x) ?5 k1 L/ t- T + L8 r' x+ K; U* X' z
. ~) h8 w& |/ v$ X. @0 R7 j
( c  O& C; ^1 R
参赛密码   A6 C! Y& {8 O! U4 Q# V4 A
(由组委会填写)
7 s+ X. Y+ P/ Q6 Z
参赛队号
; Y' T. F7 |" e4 S5 d1256
* N2 v+ v2 m" y, ^+ R- Z
! I3 l, r  O6 D1 ^+ Z4 _. Y5 s, c

, L2 }; F+ }; q% ]/ P' r# E所选题目) T  N4 @: ^, T0 E
A
6 C! \% V2 U: ]

% `% p" t) N  ]- @: U( N; U* ~0 G2 O
英文摘要(选填)
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
; s. ?; W8 j7 x. s, Zthe demand for computing power is getting higher and higher,How to change serial program
. ~1 t( p5 \# ]# H* h: mto parallel processing to meet the users' needs is especially important.many desktops and laptops use6 K% u. _8 b( k% y: p: H
dual-core and multi-core CPU widely, this paper,we establish the model of changing serial program5 j- z  a/ j* i9 C1 f/ L* x
to 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
8 H0 H2 x! n3 K" x, k
2 ^1 J% e7 ~% u: s6 \$ a) l' @
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 ,
1 T% }* F  R! t0 L; Q3 z2 Iwe establish5 i6 f" e, L) S# W+ P. s0 p
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
/ ?$ x0 {2 p) e0 G# Q9 U" y2 a

  ^5 ], u& E1 ?# f; M9 ?5 s) V  d" U4 nIn fact ,most of divied programs of serial programs
2 c) h3 d2 n$ {9 _* \9 Hhave 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

, N1 G5 s) o5 c+ K. _
9 u; v7 n+ v- S; `& imodel 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.
zan
转播转播0 分享淘帖0 分享分享0 收藏收藏0 支持支持0 反对反对0 微信微信
674979516        

0

主题

4

听众

19

积分

升级  14.74%

该用户从未签到

新人进步奖

回复

使用道具 举报

Aaron_Su        

2

主题

3

听众

14

积分

升级  9.47%

该用户从未签到

新人进步奖

题目要求将一个串行程序并行化,举了个例子有一定得误导作用,因为数组的拆分是语句的拆分,据目前的研究来看,这些只是建立在理论上,应用目前很少,因此我们队采取将程序划分为程序段来操作,而且各程序段之间的相关程度是可以分开来到不同的CPU中进行的
回复

使用道具 举报

Aaron_Su        

2

主题

3

听众

14

积分

升级  9.47%

该用户从未签到

新人进步奖

模型一,就是如何拆分串行程序,通过算法实现,看过论文就知道,拆分很容易!/ k. R; A; x7 v) ?
模型二,是因为我们拆分串行程序,形成的不是两个子程序段,而是若干个,那么如何组合使其成为两个时间复杂度尽量靠近的子程序就是要解决效率最高的问题。
回复

使用道具 举报

文阳        

0

主题

4

听众

9

积分

升级  4.21%

该用户从未签到

新人进步奖

我都不知道还有英文摘要呢,郁闷,交的时候队友才想起来提醒我,咳,第一次参加,算是锻炼吧
回复

使用道具 举报

Aaron_Su        

2

主题

3

听众

14

积分

升级  9.47%

该用户从未签到

新人进步奖

回复

使用道具 举报

4

主题

3

听众

453

积分

该用户从未签到

新人进步奖

群组数学建模

回复

使用道具 举报

oohelen        

0

主题

4

听众

11

积分

升级  6.32%

该用户从未签到

新人进步奖

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册地址

qq
收缩
  • 电话咨询

  • 04714969085
fastpost

关于我们| 联系我们| 诚征英才| 对外合作| 产品服务| QQ

手机版|Archiver| |繁體中文 手机客户端  

蒙公网安备 15010502000194号

Powered by Discuz! X2.5   © 2001-2013 数学建模网-数学中国 ( 蒙ICP备14002410号-3 蒙BBS备-0002号 )     论坛法律顾问:王兆丰

GMT+8, 2026-4-22 04:11 , Processed in 0.411999 second(s), 91 queries .

回顶部