{"updated":"2025-01-19T13:39:42.405274+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00222659","sets":["1164:2240:10902:11046"]},"path":["11046"],"owner":"44499","recid":"222659","title":["Development of the data buffer holding time-series data across multiple applications"],"pubdate":{"attribute_name":"公開日","attribute_value":"2022-11-24"},"_buckets":{"deposit":"96d9b9e2-49f5-4288-a980-d982e0de53c3"},"_deposit":{"id":"222659","pid":{"type":"depid","value":"222659","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"Development of the data buffer holding time-series data across multiple applications","author_link":["584440","584444","584439","584441","584442","584443"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"Development of the data buffer holding time-series data across multiple applications"},{"subitem_title":"Development of the data buffer holding time-series data across multiple applications","subitem_title_language":"en"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"シミュレーション","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2022-11-24","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"Graduate School of Informatics, Kyoto University"},{"subitem_text_value":"Academic Center of Computing and Media Studies, Kyoto University"},{"subitem_text_value":"Research Institute for Information Technology, Kyushu University"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"Graduate School of Informatics, Kyoto University","subitem_text_language":"en"},{"subitem_text_value":"Academic Center of Computing and Media Studies, Kyoto University","subitem_text_language":"en"},{"subitem_text_value":"Research Institute for Information Technology, Kyushu University","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"eng"}]},"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/222659/files/IPSJ-HPC22187016.pdf","label":"IPSJ-HPC22187016.pdf"},"date":[{"dateType":"Available","dateValue":"2024-11-24"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-HPC22187016.pdf","filesize":[{"value":"967.4 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":"6b768707-c5ef-4d47-a681-1b093b1582ae","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2022 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Jingde, Zhou"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Keiichiro, Fukazawa"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Takeshi, Nanri"}],"nameIdentifiers":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Jingde, Zhou","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Keiichiro, Fukazawa","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Takeshi, Nanri","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":"Cross-reference simulation is a calculation model coupling multiple parallel simulation codes when at least one simulation code needs to read the data in other simulation codes to do its own calculation. To provide a solution that can carry out cross-reference simulation efficiently and conveniently, a cross-reference simulation framework CoToCoA is being developed. It allows CoToCoA users to implement cross-reference simulation with minimal modification on simulation codes while the overhead is restricted as much as possible. In this paper, a function with a specific data buffer is developed to implement one-sided data communication among multiple simulation codes with minimal communication loss. Generally, a simulation code calculates and updates the data in each time step. Then the former data will be overwritten. If there is no synchronization or barrier, other simulation codes may miss data at some time step due to the overwriting. To solve this issue, a specific data buffer is utilized to save the data at each time step. No data will be skipped as long as the data buffer is not full. Meanwhile, the number of data communication calls can be reduced significantly.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"Cross-reference simulation is a calculation model coupling multiple parallel simulation codes when at least one simulation code needs to read the data in other simulation codes to do its own calculation. To provide a solution that can carry out cross-reference simulation efficiently and conveniently, a cross-reference simulation framework CoToCoA is being developed. It allows CoToCoA users to implement cross-reference simulation with minimal modification on simulation codes while the overhead is restricted as much as possible. In this paper, a function with a specific data buffer is developed to implement one-sided data communication among multiple simulation codes with minimal communication loss. Generally, a simulation code calculates and updates the data in each time step. Then the former data will be overwritten. If there is no synchronization or barrier, other simulation codes may miss data at some time step due to the overwriting. To solve this issue, a specific data buffer is utilized to save the data at each time step. No data will be skipped as long as the data buffer is not full. Meanwhile, the number of data communication calls can be reduced significantly.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"8","bibliographic_titles":[{"bibliographic_title":"研究報告ハイパフォーマンスコンピューティング(HPC)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2022-11-24","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"16","bibliographicVolumeNumber":"2022-HPC-187"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"created":"2025-01-19T01:22:35.907209+00:00","id":222659,"links":{}}