著者
鈴木 高二朗 竹田 晃 下司 弘之 亀山 豊 清水 勝義
出版者
公益社団法人 土木学会
雑誌
海岸工学論文集 (ISSN:09167897)
巻号頁・発行日
vol.52, pp.331-335, 2005-10-07 (Released:2010-06-04)
参考文献数
3

東京湾フェリー “かなや丸” に設置されたADCPによって, 東京湾口の流向流速を高密度でかつ連続的に得られている. しかし, フェリーが東京湾を出入りする船舶を避けて航行するため観測位置が固定しないため, 通常の調和解析を用いて潮汐成分と残差流成分を分離するのが困難だった. そこで, 3次の空間的な多項式関数として取り扱う解析手法 (3次元調和解析) と標準航路に流速ベクトルを射影することでフェリーの蛇行を無視した解析手法 (射影断面での調和解析) を用いて調和定数を算出した. 観測データからこれらの手法で得られた潮汐成分を取り除くことで, 黒潮系暖水の流入等の残差流成分の推定が可能となった.
著者
平井 浩一 小田和 友仁 岡本 高幸 二宮 温 住元 真司 高木 将通 Balazs Gerofi 山口 訓央 小倉 崇浩 亀山 豊久 堀 敦史 石川 裕
雑誌
研究報告システム・アーキテクチャ(ARC) (ISSN:21888574)
巻号頁・発行日
vol.2015-ARC-215, no.2, pp.1-8, 2015-05-19

将来の HPC 向けの OS としては,メニーコアへの最適化が必須となってきており,それを実現するための OS として McKernel を選択し,計算センターにおけるバッチジョブ運用への適応を進めている.本論文では,将来のスーパーコンピュータ上で,McKernel に適応したバッチジョブ運用を実現する場合の課題を述べ,現状の検討状況について述べる.
著者
堀 敦史 山本 啓二 大野 善之 今田 俊寛 亀山 豊久 石川 裕
雑誌
研究報告ハイパフォーマンスコンピューティング(HPC)
巻号頁・発行日
vol.2011, no.6, pp.1-8, 2011-07-20

エクサスケールを視野に置いた、メモリや通信の遅延を隠蔽するための新しいマルチスレッドライブラリを提案する。そのためにはサブマイクロ秒でのスレッド制御を可能にする必要がある。本稿では、スレッドスケジューリングとして、プロセッサの Simultaneous Multi-Threading 機能を用い、ハードウェアによる高速なスレッドスケジューリングを用い、また、スレッド間の同期機構として Intel 製のプロセッサが提供する monitor/mwait 命令を用いた新しいスレッドライブラリ、Shadow Thread を提案する。高速な同期と低消費電力を両立させるため、同期フラグを spin-waitとmonitor/mwait 命令を組み合わせた 2-phase の同期機構が有効であることを示す。この方式を用いて開発された Shadow Thread は、メモリ領域のコピーにおいて、最大約 20% の高速化に成功した。Towards the Exa-scale computing, a new thread library is proposed to hide the latencies of memory and communication. For this purpose, thread management must be fast enough in the order of sub-micro seconds. In this paper, the thread library, named Shadow Thread, is developed so that it utilizes Simultaneous Multi-Threading mechanism which schedules threads by hardware in a very fast way and utilizes the monitor and mwait instructions supported by some Intel processors. It is shown that the two-phase synchronization technique combining the conventional spin-wait method and the pair of the monitor/mwait instructions can satisfy the requirement of speed and low-power consumption simultaneously. Evaluation shows that a memory copy function using the Shadow Thread library can exhibit better performance up to 20% compared with the normal memcpy function.