{"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00079272","sets":["1164:1579:6260:6627"]},"path":["6627"],"owner":"10","recid":"79272","title":["ハードウェア同期機構を用いた省電力MPIの実装と評価"],"pubdate":{"attribute_name":"公開日","attribute_value":"2011-11-21"},"_buckets":{"deposit":"4180a322-5bb7-4a18-b387-6be137a8a32c"},"_deposit":{"id":"79272","pid":{"type":"depid","value":"79272","revision_id":0},"owners":[10],"status":"published","created_by":10},"item_title":"ハードウェア同期機構を用いた省電力MPIの実装と評価","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"ハードウェア同期機構を用いた省電力MPIの実装と評価"},{"subitem_title":"Low Energy Consumption MPI Using Hardware Synchronization","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"通信","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2011-11-21","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"理研計算科学研究機構"},{"subitem_text_value":"理研計算科学研究機構"},{"subitem_text_value":"農工大"},{"subitem_text_value":"近畿大学"},{"subitem_text_value":"理研計算科学研究機構/東京大学"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"RIKEN AICS","subitem_text_language":"en"},{"subitem_text_value":"RIKEN AICS","subitem_text_language":"en"},{"subitem_text_value":"Tokyo University of Agriculture and Technology","subitem_text_language":"en"},{"subitem_text_value":"Kinki University","subitem_text_language":"en"},{"subitem_text_value":"RIKEN AICS / The Univercity of Tokyo","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/79272/files/IPSJ-ARC11197007.pdf"},"date":[{"dateType":"Available","dateValue":"2013-11-21"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-ARC11197007.pdf","filesize":[{"value":"269.9 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"16"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"13a6d2af-3c57-4de2-b84d-15d0f8f4f10a","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2011 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"堀, 敦史"},{"creatorName":"亀山, 豊久"},{"creatorName":"並木, 美太郎"},{"creatorName":"辻田, 祐一"},{"creatorName":"石川, 裕"}],"nameIdentifiers":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Atsushi, Hori","creatorNameLang":"en"},{"creatorName":"Toyohisa, Kameyama","creatorNameLang":"en"},{"creatorName":"Mitarou, Namiki","creatorNameLang":"en"},{"creatorName":"Yuichi, Tsujita","creatorNameLang":"en"},{"creatorName":"Yutaka, Ishikawa","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10096105","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"コンピュータの省電力化は、現在のそして将来のスーパーコンピュータを実現するための壁として知られると同時に注目を集めている。これまで並列アプリケーションでは、ユーザレベル通信が高性能な通信を実現する手法として広く使われている。そこでは受信メッセージをポーリングで待つために、電力が無駄に消費されてしまう。本論文では、良く知られた 2 フェーズの待ちの技法を、メッセージの待ちに適用する方式を提案する。この提案手法は、1) スピンループとブロッキングシステムコールの組み合わせ、2) スピンループと x86 の monitor/mwait 同期命令を用いた組み合わせ、の 2 種類で実装された。この提案手法は、これまでに提案されている CPU の DVFS を用いた省電力化の手法と異なり、アプリケーションの性能を損なわずに省電力化が可能になる。評価結果から、NAS 並列ベンチマークの FT では計算ノード全体の消費電力を 3% 削減することができた。","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"The power wall of current and future supercomputer is gathering attentions. The technique of user-level communication to achieve high communication performance is widely used by parallel applications, and processes are spinning-wait for the incoming messages. This spinning loop in the absence of incoming messages is simply wasting energy and thus increase the power consumption of a parallel computer. In this paper, it is proposed to decrease the power used for the waiting loop by applying the well-known two-phase synchronization technique. This technique is implemented in two ways; 1) combination of spin-loop and blocking system call, and 2) combination of spin-loop and using the x86 monitor/mwait synchronization instructions which put computational core into a low-power mode. Unlike the techniques using the DVFS function of CPU, our proposed technique does not sacrifice application performance but can save energy. Evaluations show that more than 3% total system power can be saved with the FT application of NAS parallel benchmarks.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"7","bibliographic_titles":[{"bibliographic_title":"研究報告計算機アーキテクチャ(ARC)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2011-11-21","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"7","bibliographicVolumeNumber":"2011-ARC-197"}]},"relation_version_is_last":true,"weko_creator_id":"10"},"id":79272,"updated":"2025-01-21T20:17:59.785516+00:00","links":{},"created":"2025-01-18T23:34:02.924483+00:00"}