Mercurial > hg > Papers > 2014 > taiki-sigos
view 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 |
line wrap: on
line source
\documentclass[techrep]{ipsjpapers} \usepackage[dvipdfmx]{graphicx} \usepackage{url} \input{dummy.tex} %% Font % ユーザが定義したマクロなど. \makeatletter \begin{document} % 和文表題 \title{OS 授業向けマルチユーザ VM 環境の構築} % 英文表題 \etitle{Suggest multi user VM environment for OS class} % 所属ラベルの定義 \affilabel{1}{琉球大学理工学研究科情報工学専攻 \\Interdisciplinary Infomation Engineering, Graduate School of Engineering and Science, University of the Ryukyus.} \affilabel{2}{琉球大学工学部情報工学科\\Infomation Engineering, University of the Ryukyus.} % 和文著者名 \author{ 平良 太貴\affiref{1}\and 河野 真治\affiref{2} } % 英文著者名 \eauthor{ Taiki TAIRA\affiref{1}\and Shinji KONO\affiref{2} } % 連絡先(投稿時に必要.製版用では無視される.) \contact{平良 太貴\\ 〒903-0213 沖縄県西原町千原1番地\\ 琉球大学工学部情報工学科\\ TEL: (098)895-2221\qquad FAX: (098)895-8727\\ email: taiki@cr.ie.u-ryukyu.ac.jp} % 和文概要 \begin{abstract} ブレードサーバ上のVMを自由に起動・停止ができるVM管理ツール、ie-virshを開発した。本学科ではローカルな環境で動作したVMイメージを、豊富なリソースを持つブレードサーバ上で動作させることが可能である。ie-virshはマルチユーザに対応し、複数台のVMを管理できる。 更にie-virshを使用すれば、学生が作成したVMのセキュリティやネットワークの設定が保証され、ブレードサーバへのアップロードや起動・停止を自由に行うことができる。それにより学生がVMを管理できる幅が広がり、学習効率が向上する。 \end{abstract} % 英文概要 \begin{eabstract} Cerium Task Manager is a parallel programming framework. To achieve good performance in GPGPU using Open CL, various tuning is needed. In particular, it is necessary to implement the dependency of task in Cerium by the function of Open CL. But, to match specialization for OpenCL spoiles of flexibility of framework. Balance of flexibility and the performance is considered. We evaluate example Sort, Word count, and FFT. \end{eabstract} % 表題などの出力 \maketitle % 本文はここから始まる \input{introduction} % 研究目的 \input{libvirt} % libvirt \input{kvm} % KVM \input{ievirsh} % ie-virsh \input{ievirshcomp} % ie-virsh 比較 \input{improvement} % 改善点 \input{conclusion} % まとめ %\input{manycore} % many core system %\input{osmesa} % OSMesa %\input{compare} % 評価と考察 \nocite{toma:2012a} \nocite{opencl} \nocite{opencl:ref} \nocite{opencl:applied} \nocite{yutaka:os} \bibliographystyle{ipsjunsrt} \bibliography{sigos} %\bibliography{cerium,book} %\input{bibliography} % 参考文献 \end{document}