{"updated":"2025-01-20T07:01:27.253155+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00174142","sets":["1164:2240:8543:8882"]},"path":["8882"],"owner":"11","recid":"174142","title":["PGAS向け低水準通信レイヤーのマルチスレッド実装"],"pubdate":{"attribute_name":"公開日","attribute_value":"2016-08-01"},"_buckets":{"deposit":"46d01d19-bfc2-4783-96a0-0bfa39eda6ad"},"_deposit":{"id":"174142","pid":{"type":"depid","value":"174142","revision_id":0},"owners":[11],"status":"published","created_by":11},"item_title":"PGAS向け低水準通信レイヤーのマルチスレッド実装","author_link":["356287","356290","356288","356289"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"PGAS向け低水準通信レイヤーのマルチスレッド実装"},{"subitem_title":"Multithreaded Implementation of Low-Level Communication Layer for PGAS Systems","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"並列言語","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2016-08-01","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"東京大学大学院情報理工学系研究科"},{"subitem_text_value":"東京大学大学院情報理工学系研究科"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Graduate School of Information Science and Technology, The University of Tokyo","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Information Science and Technology, The University 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/174142/files/IPSJ-HPC16155028.pdf","label":"IPSJ-HPC16155028.pdf"},"date":[{"dateType":"Available","dateValue":"2018-08-01"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-HPC16155028.pdf","filesize":[{"value":"637.5 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":"14"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"65e194ff-2c84-4dfb-bac0-bba9c1622deb","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2016 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"遠藤, 亘"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"田浦, 健次朗"}],"nameIdentifiers":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Wataru, Endo","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Kenjiro, Taura","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10463942","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_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"2188-8841","subitem_source_identifier_type":"ISSN"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"低水準通信レイヤー (Low-Level Communication Layer) は,分散メモリ型計算機におけるインターコネクトの API を抽象化するレイヤーであり,PGAS やタスクスケジューラといった高水準システムを移植可能な形で開発するのに必要とされる.低水準通信レイヤーの実装は高水準システムの性能を大きく左右するため,そのチューニングはシステム全体の高速化に不可欠である.しかし,既存の低水準通信レイヤーには問題点が多く,最新のハードウェア機能に対応できておらず,マルチコア向けのチューニングも充分でないものが多い.本報告では,インターコネクトの API に近い形で低水準通信レイヤーの API を再定義してオーバーヘッド削減を図るとともに,それに基づいた実装として特に Tofu インターコネクト向け実装を例に説明する.具体的には,マルチスレッド対応やオーバーヘッド削減のための実装手法について紹介し,マイクロベンチマークによる評価結果を報告する.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"A low-level communication layer (LLCL) is an abstraction layer of interconnect APIs on distributed memory systems, which is required to develop portable high-level systems such as PGAS systemsand task schedulers. Because the implementation of an LLCL heavily affects the performance of high-levelsystems, optimizing the LLCL is important to speed up the whole system. However, existing LLCLs havesome issues including lacks of latest hardware features and optimization for multi-core environments. Thispaper tries to redefine a hardware-aware API for LLCLs to reduce the overhead and implement it especiallyfor the Tofu interconnect. In particular, we show the methods to optimize LLCLs for multi-threading andreduce its overhead, and we also report the microbenchmark results of our implementation.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"11","bibliographic_titles":[{"bibliographic_title":"研究報告ハイパフォーマンスコンピューティング(HPC)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2016-08-01","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"28","bibliographicVolumeNumber":"2016-HPC-155"}]},"relation_version_is_last":true,"weko_creator_id":"11"},"created":"2025-01-19T00:44:22.428313+00:00","id":174142,"links":{}}