著者
近藤 暁夫
出版者
古今書院
雑誌
地理 (ISSN:05779308)
巻号頁・発行日
vol.60, no.4, pp.4-13, 2015-04
著者
平井 浩一 小田和 友仁 岡本 高幸 二宮 温 住元 真司 高木 将通 Balazs Gerofi 山口 訓央 小倉 崇浩 亀山 豊久 堀 敦史 石川 裕
雑誌
研究報告システム・アーキテクチャ(ARC) (ISSN:21888574)
巻号頁・発行日
vol.2015-ARC-215, no.2, pp.1-8, 2015-05-19

将来の HPC 向けの OS としては,メニーコアへの最適化が必須となってきており,それを実現するための OS として McKernel を選択し,計算センターにおけるバッチジョブ運用への適応を進めている.本論文では,将来のスーパーコンピュータ上で,McKernel に適応したバッチジョブ運用を実現する場合の課題を述べ,現状の検討状況について述べる.
著者
小柴 篤史 和田 基 坂本 龍一 佐藤 未来子 並木 美太郎
雑誌
研究報告システム・アーキテクチャ(ARC) (ISSN:21888574)
巻号頁・発行日
vol.2015-ARC-215, no.7, pp.1-8, 2015-05-19

本研究では,Just-In-Time コンパイラによる生成コードを対象に,コンパイラによる静的な解析だけでは考慮することが難しい分岐命令の挙動を VM 内で動的に解析し,実行命令列をより適切に把握することで電力削減効果を高めることのできる Geyser 向け細粒度パワーゲーティング制御手法を提案する.提案手法を Dalvik VM に実装し,CaffeineMark,SPECJVM ベンチマークを用いてエミュレータ上で電力性能の評価実験を行い,監視する分岐命令数に制約を設けない理想条件で平均リーク電力を最大 17% 削減した.
著者
広渕 崇宏 高野 了成 工藤 知宏
雑誌
研究報告システム・アーキテクチャ(ARC) (ISSN:21888574)
巻号頁・発行日
vol.2015-ARC-215, no.12, pp.1-6, 2015-05-19

システムソフトウェア分野において不揮発性メモリ技術に関する研究を進めるため,オペレーティングシステムのメモリアクセス傾向を把握する手法を開発した.オペレーティングシステムを改変することなく,そのメモリ読み書き速度や読み書きメモリページ番号を記録できる.ハードウェアが備えるメモリアクセス監視機能を用いて既存ハイパーバイザーを拡張することで実現した.CPU インストラクションを逐次分析する方式と比べて遙かに高速に動作する.試作を通じて提案機構の基本的な動作を確認できた.
著者
間下 恵介 三宅 翔 山田 遼平 津邑 公暁
雑誌
研究報告システム・アーキテクチャ(ARC) (ISSN:21888574)
巻号頁・発行日
vol.2015-ARC-215, no.13, pp.1-10, 2015-05-19

マルチコア環境では,一般的にロックを用いて共有変数へのアクセスを調停する.しかし,ロックには並列性の低下やデッドロックの発生などの問題があるため,これを補完する並行性制御機構としてトランザクショナルメモリが提案されている.この機構をハードウェア上で実現したハードウェアトランザクショナルメモリではアクセス競合が発生しない限りトランザクションが投機的に実行される.しかし,共有変数に対する複合操作が行われるようなトランザクションが並行実行された場合,その際に発生するストールが無駄となる場合がある.そこで本稿では,このような複合操作を検出し,それに関与するトランザクションを排他実行する手法に加え,同一の共有変数に対してそれ以降変更が行われないと判断した時点で,他スレッドによる投機的アクセスを許可する手法を提案する.シミュレーションによる評価の結果,提案手法により 16 スレッド実行時において最大 67.2%,平均 13.9% の性能向上を達成した.
著者
小久保 翔平 伊波 立樹 河野 真治
雑誌
研究報告システム・アーキテクチャ(ARC) (ISSN:21888574)
巻号頁・発行日
vol.2015-ARC-215, no.16, pp.1-6, 2015-05-19

本研究室では Code Gear, Data Gear を用いた並列フレームワークの開発を行なっている.Code Gear, Data Gear は処理とデータの単位である.並列実行に必要な Meta な機能を関数型言語における Monad の原理に基づいて,実現する.今回設計した Gears OS では Code Gear, Data Gear それぞれに Meta Code Gear と Meta Data Gear を対応させる.Code Gear が実行されるとそれに対応する Meta Code Gear が実行され,Meta Computation が行われる.Meta Computation は OS が行うネットワーク管理,メモリ管理等の資源制御を行う.本論文では基本的な機能を設計し,CbC(Continuation based C) で実装する.
著者
Masamichi Takagi Balazs Gerofi Norio Yamaguchi Takahiro Ogura Toyohisa Kameyama Atsushi Hori Yutaka Ishikawa
雑誌
研究報告システム・アーキテクチャ(ARC) (ISSN:21888574)
巻号頁・発行日
vol.2015-ARC-215, no.1, pp.1-8, 2015-05-19

Processor core count in high-end computing has seen a steady increase during the past decade and next generation supercomputers will likely deploy many-core based systems. At the same time, from a software environment point of view, Linux-compatibility has become wide-spread in the High Performance Computing (HPC) domain. We consider the challenges of operating system (OS) design targeting next generation high-end computing. We believe that the most urging issues to be addressed are as follows. (1) Exploiting deep memory hierarchies, (2) Reducing cache pollution by OS services and minimizing OS noise, (3) Making it easy to design and deploy application specific kernels, (4) Providing a Linux compatible programming / run-time environment and (5) Enabling seamless tracking of upstream Linux kernel changes. We contend that existing approaches to HPC operating systems, which either employ a stripped down Linux environment or a specific light-weight kernel built from scratch, are not feasible to deal with these challenges. In this paper, we discuss the design decisions of our proposed hybrid kernel design for providing a Linux-compatible light-weight kernel.
著者
Tomoki NAKAYAMA Hiroyuki SUZUKI Satomi KAGAMITANI Yuka IKEDA Akihiro UCHIYAMA Yutaka MATSUMI
出版者
(公社)日本気象学会
雑誌
気象集誌. 第2輯 (ISSN:00261165)
巻号頁・発行日
vol.93, no.2, pp.285-308, 2015 (Released:2015-05-14)
参考文献数
60
被引用文献数
8 65

Laboratory experiments were conducted for characterizing the performance of two commercially available instruments employed for the measurement of light absorption and scattering coefficients of aerosols at λ = 405, 532, and 781 nm (using three-wavelength photoacoustic soot spectrometer; PASS-3) as well as at 375 nm (using photoacoustic extinctiometer; PAX) based on photoacoustic spectroscopy and reciprocal nephelometry, respectively. The calibration factors (conversion factors from the readout to real values) associated with scattering measurements, estimated using gaseous molecules, mono-disperse polystyrene latex and ammonium sulfate particles, and/or poly-disperse ammonium sulfate particles, are in good agreement with one another, typically within 5 %, 5 %, and 10 % at 375, 405, and 781 nm, respectively. In contrast, a significant particle size dependency was observed for the calibration factors at 532 nm, which is possibly because of a combination of differences in the polarization states of the lasers relative to the scattering planes and large truncation angle. Considering the estimated effective truncation angle, the typical uncertainties in calibration factors for scattering when measuring non- or weakly light-absorbing particles, with volume-based geometrical diameters of less than 700 nm, were estimated to be 12 %, 7 %, 34 %, and 17 %, at 375, 405, 532, and 781 nm, respectively. The typical uncertainties in the calibration factors for absorption measurements, which were determined using poly-disperse propane soot particles, were estimated to be 6 %, 4 %, 8 %, and 11 %, at 375, 405, 532, and 781 nm, respectively. The calibration factors for absorption determined by the poly-disperse soot particles at 375 and 405 nm were 48 % and 36 % smaller than those by light absorption of NO2 molecules possibly because of NO2 photolysis, although good agreement was observed at 532 nm. These results suggest that the photolysis effect should be taken into account when light absorption by NO2 is used for calibration at 375 and 405 nm.
著者
田村 文隆 岡本 渉 植木 克彦 平山 雅之
出版者
一般社団法人情報処理学会
雑誌
情報処理学会研究報告ソフトウェア工学(SE) (ISSN:09196072)
巻号頁・発行日
vol.2002, no.23, pp.163-170, 2002-03-07

探索型デバッグ手法は ユーザが効率良くバグの原因箇所を特定する手助けを行う手法である.これを実現する為に 我々は 特徴値 類似度という二つの量を定義し利用している.本稿では 特徴値を中心に、その意味、利用方法、定め方を述べる。特徴値は、ログ内に含まれる各事象に対し、その発生確率が低いほど大きい値を取るように定められる。多数の事象が同じ特徴値を持つという縮退の問題を持つ。我々は、この縮退を説く方法を考察した。最後に、現在我々が進めている実験の一例を紹介することにより、特徴値の定め方の有効性を示す。We proposed 'Exploratory Debugging Method' which supports users to locate the failures in software. For the quantitative analysis, we defined two values: 'peculiarity' and 'similarity'. In this paper, we focus the former and eexplain its details. Peculiarities are defined for each event in a given program's trace, such that rare events have high values. However, there are high degeneracies in the peculiarities defined above. We studied a method to resolve this degeneracy. To illustrate the adequacy of our method, we show one practical example chosen from our experiments.
著者
岡田 宣子
出版者
社団法人日本家政学会
雑誌
日本家政学会誌 (ISSN:09135227)
巻号頁・発行日
vol.55, no.1, pp.31-40, 2004-01-15
被引用文献数
5

To help the elderly and physically disabled put on and take off clothes unaided, it is important to consider the way clothes are made. In a trial, thirty-five elderly women aged 64 to 90 years and thirtythree younger women aged 21 to 29 years wore six experimental versions of clothing chosen at random. The comfort level was determined by adjusting the arm hole line in relation to the bust line (B.L.), using two fixed underarm sizes and three levels of looseness. In each case the following data was recorded : 1) the amount of time the subjects needed to put on and take off the garments ; 2) the degree of movement the subjects had as they dressed and undressed from a sitting position. Analysis of the above data led to the following conclusions : 1) It took the subjects significantly longer to get dressed than to get undressed ; 2) Regarding the looseness factor for the elderly subjects, women with standard body types required 28 cm, those with thick body types (shoulder breadth/bust girth<0.44) required 24 cm and those with slender body types (shoulder breadth/bust girth>0.48) needed between 28 cm and 32 cm. These figures were, on average, 12 cm greater than those for the younger subjects ; 3) Regarding the distance from the B. L. to the arm hole, the elderly subjects needed an additional 2 cm when the looseness was insufficient. This was not required by the younger subjects. The above data suggests that, for elderly people, there is a direct correlation between the way clothes are designed and the ease with which they may be used.