Mercurial > hg > Papers > 2014 > taiki-sigos
annotate paper/sigos.tex @ 11:d09ff464e6d3
change index, and pdf file
author | taiki <taiki@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 20 Apr 2014 11:19:04 +0900 |
parents | f97f6e6d0412 |
children | 0335e71f5bc8 |
rev | line source |
---|---|
0 | 1 \documentclass[techrep]{ipsjpapers} |
2 \usepackage[dvipdfmx]{graphicx} | |
3 \usepackage{url} | |
4 | |
5 \input{dummy.tex} %% Font | |
6 | |
7 % ユーザが定義したマクロなど. | |
8 \makeatletter | |
9 | |
10 \begin{document} | |
11 | |
12 % 和文表題 | |
13 \title{OS 授業向けマルチユーザ VM 環境の構築} | |
14 % 英文表題 | |
15 \etitle{Suggest multi user VM environment for OS class} | |
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 Taiki TAIRA\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: taiki@cr.ie.u-ryukyu.ac.jp} | |
39 | |
40 % 和文概要 | |
41 \begin{abstract} | |
42 ブレードサーバ上のVMを自由に起動・停止ができるVM管理ツール、ie-virshを開発した。本学科ではローカルな環境で動作したVMイメージを、豊富なリソースを持つブレードサーバ上で動作させることが可能である。ie-virshはマルチユーザに対応し、複数台のVMを管理できる。 | |
43 更にie-virshを使用すれば、学生が作成したVMのセキュリティやネットワークの設定が保証され、ブレードサーバへのアップロードや起動・停止を自由に行うことができる。それにより学生がVMを管理できる幅が広がり、学習効率が向上する。 | |
44 \end{abstract} | |
45 % 英文概要 | |
46 \begin{eabstract} | |
47 Cerium Task Manager is a parallel programming framework. | |
48 To achieve good performance in GPGPU using Open CL, various tuning is needed. | |
49 In particular, it is necessary to implement the dependency of task in Cerium by the function of Open CL. | |
50 But, to match specialization for OpenCL spoiles of flexibility of framework. | |
51 Balance of flexibility and the performance is considered. | |
52 We evaluate example Sort, Word count, and FFT. | |
53 | |
54 \end{eabstract} | |
55 | |
56 % 表題などの出力 | |
57 \maketitle | |
58 | |
59 % 本文はここから始まる | |
60 | |
61 \input{introduction} % 研究目的 | |
62 \input{libvirt} % libvirt | |
63 \input{kvm} % KVM | |
10 | 64 \input{ievirsh} % ie-virsh |
65 \input{ievirshcomp} % ie-virsh 比較 | |
11
d09ff464e6d3
change index, and pdf file
taiki <taiki@cr.ie.u-ryukyu.ac.jp>
parents:
10
diff
changeset
|
66 \input{improvement} % 改善点 |
0 | 67 \input{conclusion} % まとめ |
68 %\input{manycore} % many core system | |
69 %\input{osmesa} % OSMesa | |
70 %\input{compare} % 評価と考察 | |
71 | |
72 | |
73 \nocite{toma:2012a} | |
74 \nocite{opencl} | |
75 \nocite{opencl:ref} | |
76 \nocite{opencl:applied} | |
77 \nocite{yutaka:os} | |
78 \bibliographystyle{ipsjunsrt} | |
79 \bibliography{sigos} | |
80 %\bibliography{cerium,book} | |
81 %\input{bibliography} % 参考文献 | |
82 | |
83 | |
84 \end{document} |