首页 > 最新文献

Third International Workshop on Software Engineering for High Performance Computing Applications (SE-HPC '07)最新文献

英文 中文
Performance Measurement of Novice HPC Programmers Code 新手HPC程序员代码的性能测量
R. Alameh, N. Zazworka, J. Hollingsworth
Performance is one of the key factors of improving productivity in high performance computing (HPC). In this paper we discuss current studies in the field of performance measurement of codes captured in classroom experiments for the high productivity computing project (HPCS). We give two examples of measurements introducing two new hypotheses: spending more effort doesn't always result in improvement of performance for novices; the use of higher level MPI functions promises better performance for novices. We also present a tool - the automated performance measurement system (APMS). APMS helps to partially automate the measurement of the performance of a set of parallel programs with several inputs. The design and implementation of the tool is flexible enough to allow other researchers to conduct similar studies.
性能是提高高性能计算(HPC)生产力的关键因素之一。本文讨论了高生产率计算项目(HPCS)课堂实验中捕获的代码性能测量领域的研究现状。我们给出了两个测量的例子,引入了两个新的假设:花费更多的努力并不总是导致新手性能的提高;使用更高级别的MPI函数可以为新手提供更好的性能。我们还提出了一种工具-自动化绩效评估系统(APMS)。APMS有助于部分自动化测量一组具有多个输入的并行程序的性能。该工具的设计和实现足够灵活,可以让其他研究人员进行类似的研究。
{"title":"Performance Measurement of Novice HPC Programmers Code","authors":"R. Alameh, N. Zazworka, J. Hollingsworth","doi":"10.1109/SE-HPC.2007.4","DOIUrl":"https://doi.org/10.1109/SE-HPC.2007.4","url":null,"abstract":"Performance is one of the key factors of improving productivity in high performance computing (HPC). In this paper we discuss current studies in the field of performance measurement of codes captured in classroom experiments for the high productivity computing project (HPCS). We give two examples of measurements introducing two new hypotheses: spending more effort doesn't always result in improvement of performance for novices; the use of higher level MPI functions promises better performance for novices. We also present a tool - the automated performance measurement system (APMS). APMS helps to partially automate the measurement of the performance of a set of parallel programs with several inputs. The design and implementation of the tool is flexible enough to allow other researchers to conduct similar studies.","PeriodicalId":236073,"journal":{"name":"Third International Workshop on Software Engineering for High Performance Computing Applications (SE-HPC '07)","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-05-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132656875","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 10
The Trilinos Software Lifecycle Model Trilinos软件生命周期模型
J. Willenbring, M. Héroux, R. Heaphy
The Trilinos Project is an effort to facilitate the design, development, integration and on-going support of mathematical solver libraries. Efforts range from research and development of new algorithms to proof-of-concept of new and existing algorithms to eventual production use of solver libraries on a variety of computer systems across a broad set of applications. Software quality assurance and engineering (SQA/SQE) play an integral role in the project. Although many formal software lifecycle models exist, no single model can address all Trilinos developer needs since our requirements for rigor change as a particular Trilinos package matures. In this report we present a three-phase promotional lifecycle model that closely matches the needs and realities of Trilinos development.
Trilinos项目旨在促进数学求解器库的设计、开发、集成和持续支持。工作范围从新算法的研究和开发到新算法和现有算法的概念验证,再到最终在各种计算机系统上跨广泛应用程序的求解器库的生产使用。软件质量保证和工程(SQA/SQE)在项目中扮演着不可或缺的角色。尽管存在许多正式的软件生命周期模型,但没有一个模型可以满足所有Trilinos开发人员的需求,因为我们对严格性的要求会随着特定Trilinos软件包的成熟而变化。在本报告中,我们提出了一个三阶段的推广生命周期模型,该模型与Trilinos发展的需求和现实密切相关。
{"title":"The Trilinos Software Lifecycle Model","authors":"J. Willenbring, M. Héroux, R. Heaphy","doi":"10.1109/SE-HPC.2007.5","DOIUrl":"https://doi.org/10.1109/SE-HPC.2007.5","url":null,"abstract":"The Trilinos Project is an effort to facilitate the design, development, integration and on-going support of mathematical solver libraries. Efforts range from research and development of new algorithms to proof-of-concept of new and existing algorithms to eventual production use of solver libraries on a variety of computer systems across a broad set of applications. Software quality assurance and engineering (SQA/SQE) play an integral role in the project. Although many formal software lifecycle models exist, no single model can address all Trilinos developer needs since our requirements for rigor change as a particular Trilinos package matures. In this report we present a three-phase promotional lifecycle model that closely matches the needs and realities of Trilinos development.","PeriodicalId":236073,"journal":{"name":"Third International Workshop on Software Engineering for High Performance Computing Applications (SE-HPC '07)","volume":"49 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-05-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123009638","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
A High-Performance Event Service for HPC Applications HPC应用程序的高性能事件服务
I. Gorton, D. Chavarría-Miranda, M. Krishnan, J. Nieplocha
Event services based on publish-subscribe architectures are well established components of distributed computing applications. Recently, an event service has been proposed as part of the common component architecture (CCA) for high-performance computing applications. In this paper we describe our experiences investigating implementation options for the CCA event service that exploit interprocess communications mechanisms commonly used on HPC platforms. The aim of our work is to create an event service that supports the well-known software engineering advantages of publish-subscribe architectures, and provides performance levels approaching those achievable using more primitive message-passing mechanisms such as MPI.
基于发布-订阅体系结构的事件服务是分布式计算应用程序中建立良好的组件。最近,事件服务被提议作为高性能计算应用程序的公共组件体系结构(CCA)的一部分。在本文中,我们描述了我们研究CCA事件服务的实现选项的经验,这些服务利用了HPC平台上常用的进程间通信机制。我们工作的目的是创建一个事件服务,该服务支持众所周知的发布-订阅架构的软件工程优势,并提供接近使用更原始的消息传递机制(如MPI)可实现的性能水平。
{"title":"A High-Performance Event Service for HPC Applications","authors":"I. Gorton, D. Chavarría-Miranda, M. Krishnan, J. Nieplocha","doi":"10.1109/SE-HPC.2007.1","DOIUrl":"https://doi.org/10.1109/SE-HPC.2007.1","url":null,"abstract":"Event services based on publish-subscribe architectures are well established components of distributed computing applications. Recently, an event service has been proposed as part of the common component architecture (CCA) for high-performance computing applications. In this paper we describe our experiences investigating implementation options for the CCA event service that exploit interprocess communications mechanisms commonly used on HPC platforms. The aim of our work is to create an event service that supports the well-known software engineering advantages of publish-subscribe architectures, and provides performance levels approaching those achievable using more primitive message-passing mechanisms such as MPI.","PeriodicalId":236073,"journal":{"name":"Third International Workshop on Software Engineering for High Performance Computing Applications (SE-HPC '07)","volume":"29 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-05-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128791510","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
Tool Support for Inspecting the Code Quality of HPC Applications 检查HPC应用程序代码质量的工具支持
T. Panas, Dan Quinlan, Richard Vuduc
The nature of HPC application development encourages ad hoc design and implementation, rather than formal requirements analysis and design specification as is typical in software engineering. However, we cannot simply expect HPC developers to adopt formal software engineering processes wholesale, even while there is a need to improve software structure and quality to ensure future maintainability. Therefore, we propose tools that HPC developers can use at their discretion to obtain feedback on the structure and quality of their codes. This feedback would come in the form of code quality metrics and analyses, presented when necessary in intuitive and interactive visualizations. This paper summarizes our implementation of just such a tool, which we apply to a standard HPC benchmark as "proof-of-concept."
HPC应用程序开发的本质鼓励特别的设计和实现,而不是像软件工程中典型的那样进行正式的需求分析和设计规范。然而,我们不能简单地期望HPC开发人员全盘采用正式的软件工程过程,即使有必要改进软件结构和质量以确保未来的可维护性。因此,我们提出了HPC开发人员可以自行使用的工具,以获得有关其代码结构和质量的反馈。这种反馈将以代码质量度量和分析的形式出现,必要时以直观和交互式可视化的形式呈现。本文总结了我们对这样一个工具的实现,我们将其应用于标准的HPC基准测试,作为“概念验证”。
{"title":"Tool Support for Inspecting the Code Quality of HPC Applications","authors":"T. Panas, Dan Quinlan, Richard Vuduc","doi":"10.1109/SE-HPC.2007.8","DOIUrl":"https://doi.org/10.1109/SE-HPC.2007.8","url":null,"abstract":"The nature of HPC application development encourages ad hoc design and implementation, rather than formal requirements analysis and design specification as is typical in software engineering. However, we cannot simply expect HPC developers to adopt formal software engineering processes wholesale, even while there is a need to improve software structure and quality to ensure future maintainability. Therefore, we propose tools that HPC developers can use at their discretion to obtain feedback on the structure and quality of their codes. This feedback would come in the form of code quality metrics and analyses, presented when necessary in intuitive and interactive visualizations. This paper summarizes our implementation of just such a tool, which we apply to a standard HPC benchmark as \"proof-of-concept.\"","PeriodicalId":236073,"journal":{"name":"Third International Workshop on Software Engineering for High Performance Computing Applications (SE-HPC '07)","volume":"223 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-05-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131425430","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 16
Developing a Computational Science IDE for HPC Systems 开发HPC系统的计算科学IDE
D. Hudak, N. Ludban, V. Gadepally, A. Krishnamurthy
Software engineering studies have shown that programmer productivity is improved through the use of computational science integrated development environments (or CSIDE, pronounced "sea side ") such as MATLAB. ParaM is a CSIDE distribution which provides parallel execution of MATLAB scripts for HPC systems. ParaM runs on a range of processor architectures (e.g., x86, x64, Itanium, PowerPC) and its MPI binding, known as bcMPI, supports a number of interconnect architectures (e.g., Myrinet and Infinband). In this paper, we describe our goals for the ParaM project, the current status of the project and report on initial software engineering successes and challenges.
软件工程研究表明,通过使用计算科学集成开发环境(或CSIDE,发音为“sea side”),如MATLAB,程序员的生产力得到了提高。ParaM是一个CSIDE发行版,它为HPC系统提供MATLAB脚本的并行执行。ParaM运行在一系列处理器架构上(例如,x86、x64、Itanium、PowerPC),它的MPI绑定(称为bcMPI)支持许多互连架构(例如,Myrinet和Infinband)。在本文中,我们描述了ParaM项目的目标,项目的当前状态,并报告了最初的软件工程成功和挑战。
{"title":"Developing a Computational Science IDE for HPC Systems","authors":"D. Hudak, N. Ludban, V. Gadepally, A. Krishnamurthy","doi":"10.1109/SE-HPC.2007.3","DOIUrl":"https://doi.org/10.1109/SE-HPC.2007.3","url":null,"abstract":"Software engineering studies have shown that programmer productivity is improved through the use of computational science integrated development environments (or CSIDE, pronounced \"sea side \") such as MATLAB. ParaM is a CSIDE distribution which provides parallel execution of MATLAB scripts for HPC systems. ParaM runs on a range of processor architectures (e.g., x86, x64, Itanium, PowerPC) and its MPI binding, known as bcMPI, supports a number of interconnect architectures (e.g., Myrinet and Infinband). In this paper, we describe our goals for the ParaM project, the current status of the project and report on initial software engineering successes and challenges.","PeriodicalId":236073,"journal":{"name":"Third International Workshop on Software Engineering for High Performance Computing Applications (SE-HPC '07)","volume":"63 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-05-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123964059","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 14
Beyond Performance Tools: Measuring and Modeling Productivity in HPC 超越性能工具:在高性能计算中测量和建模生产力
M. O. McCracken, N. Wolter, A. Snavely
Emerging challenges to productivity are not well covered by traditional methods for evaluating HPC programs, systems, and practices. The common measure of merit widely put forward in High-Performance Computing (HPC), high computational performance as measured in floating-point operations per second (FLOPs), does not account for many bottlenecks in real HPC workflow that increase time to solution which are unaffected by performance changes. In this paper we discuss these bottlenecks, show an approach to analyzing productivity based on measurement and modeling of HPC workflow, and present plans for measurement and experimentation tools to study and improve productivity in HPC projects with large computational and data requirements.
评估高性能计算程序、系统和实践的传统方法并没有很好地涵盖生产力方面的新挑战。在高性能计算(HPC)中广泛提出的一种常用的优点衡量标准,即以每秒浮点运算次数(FLOPs)衡量的高计算性能,并没有考虑到实际HPC工作流中存在的许多瓶颈,这些瓶颈会增加求解时间,而这些瓶颈不受性能变化的影响。在本文中,我们讨论了这些瓶颈,展示了一种基于HPC工作流测量和建模的生产率分析方法,并提出了测量和实验工具的计划,以研究和提高具有大量计算和数据需求的HPC项目的生产率。
{"title":"Beyond Performance Tools: Measuring and Modeling Productivity in HPC","authors":"M. O. McCracken, N. Wolter, A. Snavely","doi":"10.1109/SE-HPC.2007.2","DOIUrl":"https://doi.org/10.1109/SE-HPC.2007.2","url":null,"abstract":"Emerging challenges to productivity are not well covered by traditional methods for evaluating HPC programs, systems, and practices. The common measure of merit widely put forward in High-Performance Computing (HPC), high computational performance as measured in floating-point operations per second (FLOPs), does not account for many bottlenecks in real HPC workflow that increase time to solution which are unaffected by performance changes. In this paper we discuss these bottlenecks, show an approach to analyzing productivity based on measurement and modeling of HPC workflow, and present plans for measurement and experimentation tools to study and improve productivity in HPC projects with large computational and data requirements.","PeriodicalId":236073,"journal":{"name":"Third International Workshop on Software Engineering for High Performance Computing Applications (SE-HPC '07)","volume":"128 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2007-05-20","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126265302","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 8
期刊
Third International Workshop on Software Engineering for High Performance Computing Applications (SE-HPC '07)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1