{"created":"2025-01-18T23:35:16.004948+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00080922","sets":["1164:2822:6703:6704"]},"path":["6704"],"owner":"10","recid":"80922","title":["Cell/B.E.クラスタにおけるMPI自動拡張ツールの実装と評価"],"pubdate":{"attribute_name":"公開日","attribute_value":"2012-02-24"},"_buckets":{"deposit":"637cc116-3467-419f-af02-634c6ad31224"},"_deposit":{"id":"80922","pid":{"type":"depid","value":"80922","revision_id":0},"owners":[10],"status":"published","created_by":10},"item_title":"Cell/B.E.クラスタにおけるMPI自動拡張ツールの実装と評価","author_link":["0","0"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"Cell/B.E.クラスタにおけるMPI自動拡張ツールの実装と評価"},{"subitem_title":"An Implementation and Evaluation of Automatic MPI Expansion tool for Cell/B.E. cluster","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"設計ツールとフレームワーク","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2012-02-24","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"慶應義塾大学大学院理工学研究科"},{"subitem_text_value":"慶應義塾大学大学院理工学研究科"},{"subitem_text_value":"同志社大学理工学部"},{"subitem_text_value":"慶應義塾大学大学院理工学研究科"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Graduate School of Science and Technology, Keio University","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Science and Technology, Keio University","subitem_text_language":"en"},{"subitem_text_value":"Department of Intelligent Information Engineering and Science, Doshisha University","subitem_text_language":"en"},{"subitem_text_value":"Graduate School of Science and Technology, Keio University","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/80922/files/IPSJ-EMB12024030.pdf"},"date":[{"dateType":"Available","dateValue":"2100-01-01"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-EMB12024030.pdf","filesize":[{"value":"615.8 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"0","billingrole":"42"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"66ed9f88-0f1c-4ae2-b670-e4fe80c77d90","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2012 by the Institute of Electronics, Information and Communication Engineers\nThis SIG report is only available to those in membership of the SIG."}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"中浜, 徹也"},{"creatorName":"山田, 昌弘"},{"creatorName":"吉見, 真聡"},{"creatorName":"天野, 英晴"}],"nameIdentifiers":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Tetsuya, Nakahama","creatorNameLang":"en"},{"creatorName":"Masahiro, Yamada","creatorNameLang":"en"},{"creatorName":"Masato, Yoshimi","creatorNameLang":"en"},{"creatorName":"Hideharu, Amano","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AA12149313","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":"近年,並列計算機環境におけるプログラマビリティに関する研究が注目されている.特に,アクセラレータを用いた中小規模の安価なクラスタにおいては,アクセラレータ固有のプログラミングやノード間のネットワークプログラミングなど複数の並列プログラミングが階層化され問題となっている。そこで,本論文では,中小規模のCell Broadband Engine(Cell/B.E.) クラスタをターゲットとして,単体の Cell/B.E. 上で動作するプログラムをネットワークプログラミングなしにクラスタ向けに自動で拡張するツールを提案する.このツールは Cell API に呼び出し手順が存在することに着目し,directive を自動的に挿入し,さらにノード間通信用 MPI 関数を追加する.ツールの評価結果として,ソースコード量の比較を行い,最大 26% のソースコードを自動的に生成できることを確認した.また,ツールが生成したソースコードと Hand-tuning によるソースコードとの性能比較も行い,結果として,モンテカルロシミュレーションにおいて,16 ノードの時に Hand-tuning の 76% の性能を得た.一方,ベクトル内積と Linear Regression においては,性能差 3% 以内でほぼ Hand-tuning と比較して遜色ない性能を得ることができた.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"The productivity of parallel programming has become a serious problem with the rapid advance of multi-core and many-core processors. Especially, for an economical small or middle scale clusters using accelerators, a programmer must describe accelerator specific APIs to manipulate an accelerator and network programming such as using MPI library. This often becomes an oppressive burden for programmers. Considering them, we propose a novel tool that extends a single node application on a heterogeneous accelerator Cell/B.E. to one for clustered environment with Cell/B.E.. This tool automatically inserts directives, and then converts input source code to one for cluster environment. In the evaluation about source code amount, at most 26% source code is generated by our tool. Besides, we evaluated the performance comparison between a source code generated of our tool and one generated by a programmer. As a result, our tool achieved 76% performance compared with hand-tuned code in Monte-Carlo simulation. On the other hand, in Vector multiplication and Linear Regression, our tool achieved the performance within 3% difference compared with hand-tuned code.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"6","bibliographic_titles":[{"bibliographic_title":"研究報告組込みシステム(EMB)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2012-02-24","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"30","bibliographicVolumeNumber":"2012-EMB-24"}]},"relation_version_is_last":true,"weko_creator_id":"10"},"links":{},"id":80922,"updated":"2025-01-21T19:35:45.069696+00:00"}