comparison sigos.tex @ 0:88c3fd4f9bb2

make repository
author sugi
date Fri, 29 Mar 2013 03:53:26 +0900
parents
children 484bf45ca3ee
comparison
equal deleted inserted replaced
-1:000000000000 0:88c3fd4f9bb2
1 \documentclass[techrep]{ipsjpapers}
2 \usepackage[dvipdfm]{graphicx}
3 \usepackage{url}
4
5 \input{dummy.tex} %% Font
6
7 % ユーザが定義したマクロなど.
8 \makeatletter
9
10 \begin{document}
11
12 % 和文表題
13 \title{分散フレームワークAliceのDataSegmentの更新に関する改良}
14 % 英文表題
15 \etitle{}
16
17 % 所属ラベルの定義
18 \affilabel{1}{琉球大学理工学研究科情報工学専攻 \\Interdisciplinary Infomation Engineering, Graduate School of Engineering and Science, University of the Ryukyus.}
19 \affilabel{2}{琉球大学工学部情報工学科\\Infomation Engineering, University of the Ryukyus.}
20
21 % 和文著者名
22 \author{
23 杉本 優\affiref{1}\and
24 河野 真治\affiref{2}
25 }
26
27 % 英文著者名
28 \eauthor{
29 Yu SUGIMOTO\affiref{1}\and
30 Shinji KONO\affiref{2}
31 }
32
33 % 連絡先(投稿時に必要.製版用では無視される.)
34 \contact{杉本 優\\
35 〒903-0213 沖縄県西原町千原1番地\\
36 琉球大学工学部情報工学科\\
37 TEL: (098)895-2221\qquad FAX: (098)895-8727\\
38 email: dimolto@cr.ie.u-ryukyu.ac.jp}
39
40 % 和文概要
41 \begin{abstract}
42 Aliceは、データをDataSegment、タスクをCodeSegmentという単位に分割して記述する分散フレームワークである。Aliceを使用して水族館の例題を通して分散フレームワークとしての記述能力を確認した。一方で、bitonic sortなどの並列処理では、Data Segmentの更新のオーバーヘッドが大きいことがわかった。本論文ではこれを解決する手法としてData Segmentのflipを提案し、効果の測定を行った。
43
44 \end{abstract}
45
46 % 英文概要
47 \begin{eabstract}
48
49 \end{eabstract}
50 % 表題などの出力
51 \maketitle
52
53 % 本文はここから始まる
54
55 \input{introduction} % 研究目的
56 %\input{d_add} % d_add
57 %\input{model} % model
58 %\input{implmodel} % implemente Web application
59 %\input{compare}
60 %\input{conclusion} % まとめ
61
62 \nocite{kono}
63 \nocite{libspe2}
64 \bibliographystyle{ipsjunsrt}
65 \bibliography{sigos}
66
67 \input{bibliography} % 参考文献
68
69
70 \end{document}