首页 > 最新文献

Proceedings of the 2006 ACM/IEEE conference on Supercomputing最新文献

英文 中文
Real-time supercomputing and technology for games and entertainment 游戏和娱乐的实时超级计算和技术
Pub Date : 2006-11-11 DOI: 10.1145/1188455.1188662
H. P. Hofstee
This talk will explore the influence of supercomputing technology on games and the influence of game technology on supercomputing.
本讲座将探讨超级计算技术对游戏的影响以及游戏技术对超级计算的影响。
{"title":"Real-time supercomputing and technology for games and entertainment","authors":"H. P. Hofstee","doi":"10.1145/1188455.1188662","DOIUrl":"https://doi.org/10.1145/1188455.1188662","url":null,"abstract":"This talk will explore the influence of supercomputing technology on games and the influence of game technology on supercomputing.","PeriodicalId":115940,"journal":{"name":"Proceedings of the 2006 ACM/IEEE conference on Supercomputing","volume":"63 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-11-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123464148","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}
引用次数: 7
High-throughput visual analytics biological sciences: turning data into knowledge 高通量视觉分析生物科学:将数据转化为知识
Pub Date : 2006-11-11 DOI: 10.1145/1188455.1188769
C. Oehmen, L. McCue, J. Adkins, K. Waters, Tim Carlson, W. Cannon, B. Webb-Robertson, Douglas J. Baxter, Elena S. Peterson, M. Singhal, A. Shah, Kyle R. Klicker
For the SC|06 analytics challenge, we demonstrate an end-to-end solution for processing data produced by high-throughput mass spectrometry (MS)-based proteomics so biological hypotheses can be explored. This approach is based on a tool called the Bioinformatics Resource Manager (BRM) which will interact with high-performance architecture and experimental data sources to provide high-throughput analytics to a specific experimental dataset. Peptide identification was achieved by a high-performance code, Polygraph, which has been shown to scale well beyond 1000 processors. Visual analytics applications such as PQuad, Cytoscape, or others may be used to visualize protein identities in the context of pathways using data from public repositories such as Kyoto Encyclopedia of Genes and Genomes (KEGG). The end result was that a user can go from experimental spectra to pathway data in a single workflow reducing time-to-solution for analyzing biological data from weeks to minutes.
对于SC|06分析挑战,我们展示了一个端到端解决方案,用于处理基于高通量质谱(MS)的蛋白质组学产生的数据,从而可以探索生物学假设。该方法基于一种名为生物信息学资源管理器(BRM)的工具,该工具将与高性能架构和实验数据源交互,为特定的实验数据集提供高通量分析。多肽鉴定是实现了高性能的代码,测谎,这已被证明规模远远超过1000个处理器。可视化分析应用程序,如PQuad、Cytoscape或其他应用程序,可以使用来自公共存储库(如京都基因和基因组百科全书(KEGG))的数据,在途径背景下可视化蛋白质身份。最终的结果是,用户可以在一个工作流程中从实验光谱到途径数据,将分析生物数据的时间从几周减少到几分钟。
{"title":"High-throughput visual analytics biological sciences: turning data into knowledge","authors":"C. Oehmen, L. McCue, J. Adkins, K. Waters, Tim Carlson, W. Cannon, B. Webb-Robertson, Douglas J. Baxter, Elena S. Peterson, M. Singhal, A. Shah, Kyle R. Klicker","doi":"10.1145/1188455.1188769","DOIUrl":"https://doi.org/10.1145/1188455.1188769","url":null,"abstract":"For the SC|06 analytics challenge, we demonstrate an end-to-end solution for processing data produced by high-throughput mass spectrometry (MS)-based proteomics so biological hypotheses can be explored. This approach is based on a tool called the Bioinformatics Resource Manager (BRM) which will interact with high-performance architecture and experimental data sources to provide high-throughput analytics to a specific experimental dataset. Peptide identification was achieved by a high-performance code, Polygraph, which has been shown to scale well beyond 1000 processors. Visual analytics applications such as PQuad, Cytoscape, or others may be used to visualize protein identities in the context of pathways using data from public repositories such as Kyoto Encyclopedia of Genes and Genomes (KEGG). The end result was that a user can go from experimental spectra to pathway data in a single workflow reducing time-to-solution for analyzing biological data from weeks to minutes.","PeriodicalId":115940,"journal":{"name":"Proceedings of the 2006 ACM/IEEE conference on Supercomputing","volume":"58 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-11-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121065944","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}
引用次数: 0
Application development using eclipse and the parallel tools platform 应用程序开发使用eclipse和并行工具平台
Pub Date : 2006-11-11 DOI: 10.1145/1188455.1188668
Greg Watson, C. Rasmussen, Beth Tibbitts
The Eclipse Parallel Tools Platform (PTP) is an Eclipse Foundation Technology Project (http://eclipse.org/ptp) that allows parallel tools to be integrated into the Eclipse environment.Eclipse offers many features you'd expect from a commercial quality IDE: a syntax-highlighting editor, incremental code compilation, a source-level debugger, support for source control systems such as CVS and Subversion, code refactoring, and support for multiple languages, including C, C++, and Fortran.PTP provides a highly integrated environment designed for parallel application development. It provides a portable open-source IDE capable of supporting a wide range of parallel architectures and runtime systems; a scalable parallel debugger; support for the integration of a wide range of parallel tools; and an environment that simplifies the end-user interaction with parallel systems.This tutorial aims to introduce participants to the Eclipse platform and provide hands-on experience in developing and debugging parallel applications using Eclipse and PTP with C, Fortran, and MPI.
Eclipse并行工具平台(PTP)是一个Eclipse基础技术项目(http://eclipse.org/ptp),它允许将并行工具集成到Eclipse环境中。Eclipse提供了您期望从商业质量IDE中获得的许多特性:语法高亮编辑器、增量代码编译、源代码级调试器、对源代码控制系统(如CVS和Subversion)的支持、代码重构以及对多种语言(包括C、c++和Fortran)的支持。PTP为并行应用程序开发提供了一个高度集成的环境。它提供了一个可移植的开源IDE,能够支持广泛的并行架构和运行时系统;一个可扩展的并行调试器;支持广泛的并行工具的集成;以及简化终端用户与并行系统交互的环境。本教程旨在向参与者介绍Eclipse平台,并提供使用C、Fortran和MPI使用Eclipse和PTP开发和调试并行应用程序的实践经验。
{"title":"Application development using eclipse and the parallel tools platform","authors":"Greg Watson, C. Rasmussen, Beth Tibbitts","doi":"10.1145/1188455.1188668","DOIUrl":"https://doi.org/10.1145/1188455.1188668","url":null,"abstract":"The Eclipse Parallel Tools Platform (PTP) is an Eclipse Foundation Technology Project (http://eclipse.org/ptp) that allows parallel tools to be integrated into the Eclipse environment.Eclipse offers many features you'd expect from a commercial quality IDE: a syntax-highlighting editor, incremental code compilation, a source-level debugger, support for source control systems such as CVS and Subversion, code refactoring, and support for multiple languages, including C, C++, and Fortran.PTP provides a highly integrated environment designed for parallel application development. It provides a portable open-source IDE capable of supporting a wide range of parallel architectures and runtime systems; a scalable parallel debugger; support for the integration of a wide range of parallel tools; and an environment that simplifies the end-user interaction with parallel systems.This tutorial aims to introduce participants to the Eclipse platform and provide hands-on experience in developing and debugging parallel applications using Eclipse and PTP with C, Fortran, and MPI.","PeriodicalId":115940,"journal":{"name":"Proceedings of the 2006 ACM/IEEE conference on Supercomputing","volume":"5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-11-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121212524","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}
引用次数: 4
The HPC Challenge (HPCC) benchmark suite HPC Challenge (HPCC)基准测试套件
Pub Date : 2006-11-11 DOI: 10.1145/1188455.1188677
P. Luszczek, D. Bailey, J. Dongarra, J. Kepner, R. Lucas, R. Rabenseifner, D. Takahashi
In 2003, the DARPA's High Productivity Computing Systems released the HPCC suite. It examines the performance of HPC architectures using kernels with various memory access patterns of well known computational kernels. Consequently, HPCC results bound the performance of real applications as a function of memory access characteristics and define performance boundaries of HPC architectures. The suite was intended to augment the TOP500 list and by now the results are publicly available for 6 out of 10 of the world's fastest computers. Implementations exist in most of the major high-end programming languages and environments, accompanied by countless optimization efforts. The increased publicity enjoyed by HPCC doesn't necessarily translate into deeper understanding of the performance issues that HPCC benchmarks. And so this tutorial will introduce attendees to HPCC, provide tools to examine differences in HPC architectures, and give hands-on training that will hopefully lead to better understanding of parallel environments.
2003年,DARPA的高生产力计算系统发布了HPCC套件。它研究了使用具有各种众所周知的计算内核的内存访问模式的内核的高性能计算架构的性能。因此,HPCC结果将实际应用程序的性能作为内存访问特性的函数,并定义了HPC架构的性能边界。该套件旨在扩大TOP500名单,到目前为止,世界上10台最快的计算机中有6台的结果是公开的。实现存在于大多数主要的高端编程语言和环境中,伴随着无数的优化工作。HPCC所享有的越来越多的宣传并不一定转化为对HPCC基准性能问题的更深入理解。因此,本教程将向与会者介绍HPCC,提供检查HPC架构差异的工具,并提供实践培训,希望能够更好地理解并行环境。
{"title":"The HPC Challenge (HPCC) benchmark suite","authors":"P. Luszczek, D. Bailey, J. Dongarra, J. Kepner, R. Lucas, R. Rabenseifner, D. Takahashi","doi":"10.1145/1188455.1188677","DOIUrl":"https://doi.org/10.1145/1188455.1188677","url":null,"abstract":"In 2003, the DARPA's High Productivity Computing Systems released the HPCC suite. It examines the performance of HPC architectures using kernels with various memory access patterns of well known computational kernels. Consequently, HPCC results bound the performance of real applications as a function of memory access characteristics and define performance boundaries of HPC architectures. The suite was intended to augment the TOP500 list and by now the results are publicly available for 6 out of 10 of the world's fastest computers. Implementations exist in most of the major high-end programming languages and environments, accompanied by countless optimization efforts. The increased publicity enjoyed by HPCC doesn't necessarily translate into deeper understanding of the performance issues that HPCC benchmarks. And so this tutorial will introduce attendees to HPCC, provide tools to examine differences in HPC architectures, and give hands-on training that will hopefully lead to better understanding of parallel environments.","PeriodicalId":115940,"journal":{"name":"Proceedings of the 2006 ACM/IEEE conference on Supercomputing","volume":"12 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-11-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125669509","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}
引用次数: 330
Evaluating petascale infrastructure systems: benchmarks, models, and applications 评估千兆级基础架构系统:基准、模型和应用程序
Pub Date : 2006-11-11 DOI: 10.1145/1188455.1188487
R. Fowler, A. Snavely, D. Reed
This BOF is a venue for presentations and discussions of progress in the dual problems of evaluating the performance (including reliability) of petascale computing systems and of developing application codes that scale to run effectively on such systems. We therefore invite participation by representatives of large-system vendors, funding agencies, infrastructure operators, appplication-development groups, and others that have a stake in design, operation, and successful use of these systems.Technical topics to be addressed include: scaling properties of benchmark suites; scalable machine models; application modeling to predict scaling for future machines; the problem of preparing applications for petascale environments; and the role of all of these topics in petascale acquisitions.At this session we will start planning for a series of workshops on the subject.
这个BOF是一个展示和讨论在评估千万亿级计算系统的性能(包括可靠性)和开发可扩展以在此类系统上有效运行的应用程序代码这两个问题上的进展的场所。因此,我们邀请大型系统供应商的代表、资助机构、基础设施运营商、应用程序开发小组,以及其他与这些系统的设计、操作和成功使用有利害关系的人参与进来。要解决的技术主题包括:基准套件的缩放特性;可扩展的机器模型;应用建模预测未来机器的规模;为千万亿级环境准备应用程序的问题;以及所有这些主题在千万亿级收购中的作用。在这一届会议上,我们将开始计划一系列关于这一主题的讲习班。
{"title":"Evaluating petascale infrastructure systems: benchmarks, models, and applications","authors":"R. Fowler, A. Snavely, D. Reed","doi":"10.1145/1188455.1188487","DOIUrl":"https://doi.org/10.1145/1188455.1188487","url":null,"abstract":"This BOF is a venue for presentations and discussions of progress in the dual problems of evaluating the performance (including reliability) of petascale computing systems and of developing application codes that scale to run effectively on such systems. We therefore invite participation by representatives of large-system vendors, funding agencies, infrastructure operators, appplication-development groups, and others that have a stake in design, operation, and successful use of these systems.Technical topics to be addressed include: scaling properties of benchmark suites; scalable machine models; application modeling to predict scaling for future machines; the problem of preparing applications for petascale environments; and the role of all of these topics in petascale acquisitions.At this session we will start planning for a series of workshops on the subject.","PeriodicalId":115940,"journal":{"name":"Proceedings of the 2006 ACM/IEEE conference on Supercomputing","volume":"75 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-11-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115945357","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}
引用次数: 0
Running a Top-500 benchmark on a windows compute cluster server cluster 在windows计算集群服务器集群上运行Top-500基准测试
Pub Date : 2006-11-11 DOI: 10.1145/1188455.1188747
Frank Chism, J. Enos
In June 2006 Microsoft in conjunction with NCSA completed a Top 500 benchmark on a 900 processor Dell PowerEdge 1855 cluster running Windows CCS Version one. The result was a 4.1 Tflop Rmax number; placing this cluster at number 130 in the July 2006 Top 500 List. This was a significant accomplishment for an offering focused on a design point of 64 nodes.Attend this session to hear about our experiences compiling and running the HPC Linpack benchmark in a large-scale Windows environment with CCS. We will cover the design of a large Windows cluster, the tools used to provision the cluster, the tools used to compile the benchmark, the job submission process for the parallel execution of the program, and the actual results. We will also talk about what we learned from the process and how that information will lead to improvements for future versions of CCS.
2006年6月,微软与NCSA合作,在运行Windows CCS Version 1的900处理器戴尔PowerEdge 1855集群上完成了500强基准测试。结果是4.1 Tflop Rmax;在2006年7月的500强名单中,该集群排名第130位。对于专注于64个节点设计点的产品来说,这是一项重大成就。参加本次会议,了解我们在大规模Windows环境中使用CCS编译和运行HPC Linpack基准测试的经验。我们将介绍大型Windows集群的设计、用于配置集群的工具、用于编译基准测试的工具、用于并行执行程序的作业提交过程以及实际结果。我们还将讨论我们从这个过程中学到的东西,以及这些信息将如何对未来版本的CCS进行改进。
{"title":"Running a Top-500 benchmark on a windows compute cluster server cluster","authors":"Frank Chism, J. Enos","doi":"10.1145/1188455.1188747","DOIUrl":"https://doi.org/10.1145/1188455.1188747","url":null,"abstract":"In June 2006 Microsoft in conjunction with NCSA completed a Top 500 benchmark on a 900 processor Dell PowerEdge 1855 cluster running Windows CCS Version one. The result was a 4.1 Tflop Rmax number; placing this cluster at number 130 in the July 2006 Top 500 List. This was a significant accomplishment for an offering focused on a design point of 64 nodes.Attend this session to hear about our experiences compiling and running the HPC Linpack benchmark in a large-scale Windows environment with CCS. We will cover the design of a large Windows cluster, the tools used to provision the cluster, the tools used to compile the benchmark, the job submission process for the parallel execution of the program, and the actual results. We will also talk about what we learned from the process and how that information will lead to improvements for future versions of CCS.","PeriodicalId":115940,"journal":{"name":"Proceedings of the 2006 ACM/IEEE conference on Supercomputing","volume":"20 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-11-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134365470","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}
引用次数: 2
High performance data transfer 高性能数据传输
Pub Date : 2006-11-11 DOI: 10.1145/1188455.1188685
P. Dykstra
High Performance Data Transfer is a core requirement of many Supercomputing applications. From basic FTP file transfers to P2P or Grid applications, moving data across wide area networks at high speed is critically important. This tutorial covers a wide range of approaches used to achieve this.The first half focuses on advanced networking technology and low-level performance issues such as delay, loss, switching/routing, TCP and UDP dynamics, system and network tuning. The second half looks at higher level approaches to improving performance, from improved protocols, parallel transfers, peer-to-peer and grid techniques, and abstract storage services.The attendee should come away with a detailed understanding of data transfer over wide area networks, and exposure to a great number of tools and utilities to tune, debug, and improve their ability to move data at high speed.
高性能数据传输是许多超级计算应用程序的核心需求。从基本的FTP文件传输到P2P或网格应用程序,在广域网上高速移动数据至关重要。本教程将介绍用于实现这一目标的各种方法。前半部分着重于高级网络技术和低级性能问题,如延迟、丢失、交换/路由、TCP和UDP动态、系统和网络调优。第二部分着眼于提高性能的更高层次的方法,包括改进的协议、并行传输、点对点和网格技术,以及抽象存储服务。与会者应该对广域网上的数据传输有详细的了解,并接触大量的工具和实用程序来调优、调试和提高它们高速移动数据的能力。
{"title":"High performance data transfer","authors":"P. Dykstra","doi":"10.1145/1188455.1188685","DOIUrl":"https://doi.org/10.1145/1188455.1188685","url":null,"abstract":"High Performance Data Transfer is a core requirement of many Supercomputing applications. From basic FTP file transfers to P2P or Grid applications, moving data across wide area networks at high speed is critically important. This tutorial covers a wide range of approaches used to achieve this.The first half focuses on advanced networking technology and low-level performance issues such as delay, loss, switching/routing, TCP and UDP dynamics, system and network tuning. The second half looks at higher level approaches to improving performance, from improved protocols, parallel transfers, peer-to-peer and grid techniques, and abstract storage services.The attendee should come away with a detailed understanding of data transfer over wide area networks, and exposure to a great number of tools and utilities to tune, debug, and improve their ability to move data at high speed.","PeriodicalId":115940,"journal":{"name":"Proceedings of the 2006 ACM/IEEE conference on Supercomputing","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-11-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131493497","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}
引用次数: 3
Data intensive computing 数据密集型计算
Pub Date : 2006-11-11 DOI: 10.1145/1188455.1188528
Leslie S. Perkins, P. Andrews, D. Panda, Dave Morton, R. Bonica, N. H. Werstiuk, Randy Kreiser
Over the past decade, computing power has increased extraordinarily, enabling researchers to tackle large complex problems -- a great step forward in our ability to model the complex world. This increased capability resulted in massive amounts of data being produced and used by increasingly detailed simulations. It is the location, viewing, manipulation, storage, movement, sharing, and interpretation of this data -- now in hundreds of terabytes and growing -- that is causing major performance bottleneck. Data Intensive Computing has emerged as a topic to address the problem. The Advanced Virtual Engine Test Cell (AVETeC) Inc. and Computer Sciences Corporation (CSC) are under contract to establish, integrate and manage a test bed located at Department of Defense Major Shared Resource Center, Wright-Patterson Air Force Base, OH, at AVETeC in Springfield, OH collaborating with Department of Energy, and NASA Goddard, Greenbelt, MD. This test bed environment will actively evaluate emerging technologies to improve data management.
在过去的十年里,计算能力有了惊人的增长,使研究人员能够解决大型复杂问题——这是我们模拟复杂世界的能力向前迈出的一大步。这种增强的能力导致产生大量数据,并用于越来越详细的模拟。正是这些数据的位置、查看、操作、存储、移动、共享和解释——现在已经达到数百tb,而且还在不断增长——导致了主要的性能瓶颈。数据密集计算已经成为解决这个问题的一个主题。先进虚拟引擎测试单元(AVETeC)公司和计算机科学公司(CSC)根据合同,将与能源部和美国宇航局戈达德(马里兰州格林贝尔特)合作,在俄亥俄州斯普林斯菲尔德市的AVETeC国防部主要共享资源中心建立、整合和管理一个试验台。该试验台环境将积极评估新兴技术,以改善数据管理。
{"title":"Data intensive computing","authors":"Leslie S. Perkins, P. Andrews, D. Panda, Dave Morton, R. Bonica, N. H. Werstiuk, Randy Kreiser","doi":"10.1145/1188455.1188528","DOIUrl":"https://doi.org/10.1145/1188455.1188528","url":null,"abstract":"Over the past decade, computing power has increased extraordinarily, enabling researchers to tackle large complex problems -- a great step forward in our ability to model the complex world. This increased capability resulted in massive amounts of data being produced and used by increasingly detailed simulations. It is the location, viewing, manipulation, storage, movement, sharing, and interpretation of this data -- now in hundreds of terabytes and growing -- that is causing major performance bottleneck. Data Intensive Computing has emerged as a topic to address the problem. The Advanced Virtual Engine Test Cell (AVETeC) Inc. and Computer Sciences Corporation (CSC) are under contract to establish, integrate and manage a test bed located at Department of Defense Major Shared Resource Center, Wright-Patterson Air Force Base, OH, at AVETeC in Springfield, OH collaborating with Department of Energy, and NASA Goddard, Greenbelt, MD. This test bed environment will actively evaluate emerging technologies to improve data management.","PeriodicalId":115940,"journal":{"name":"Proceedings of the 2006 ACM/IEEE conference on Supercomputing","volume":"30 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-11-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131028332","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}
引用次数: 37
Extreme application scalability 极致的应用可扩展性
Pub Date : 2006-11-11 DOI: 10.1145/1188455.1188478
W. Oed
Taking the TOP500 as a base, the trend to an ever increasing number of processors is striking. The average crossed the 1,000 processor per system mark in 2005, the top being roughly two orders of magnitude larger. Yet, the majority of so-called "real world applications" still struggles to show decent performance improvements even on a few hundred processors.The objective of this BOF is to discuss and better understand the roadblocks to be removed to allow applications to scale to thousands of processors.
以TOP500为基础,处理器数量不断增加的趋势是惊人的。2005年,平均处理器数量超过了每个系统1000个,最高的大约要大两个数量级。然而,大多数所谓的“真实世界的应用程序”仍然难以在几百个处理器上显示出良好的性能改进。本BOF的目标是讨论并更好地理解为了允许应用程序扩展到数千个处理器而需要消除的障碍。
{"title":"Extreme application scalability","authors":"W. Oed","doi":"10.1145/1188455.1188478","DOIUrl":"https://doi.org/10.1145/1188455.1188478","url":null,"abstract":"Taking the TOP500 as a base, the trend to an ever increasing number of processors is striking. The average crossed the 1,000 processor per system mark in 2005, the top being roughly two orders of magnitude larger. Yet, the majority of so-called \"real world applications\" still struggles to show decent performance improvements even on a few hundred processors.The objective of this BOF is to discuss and better understand the roadblocks to be removed to allow applications to scale to thousands of processors.","PeriodicalId":115940,"journal":{"name":"Proceedings of the 2006 ACM/IEEE conference on Supercomputing","volume":"19 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-11-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115410516","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}
引用次数: 0
Approaching petascale computing 接近千万亿次计算
Pub Date : 2006-11-11 DOI: 10.1145/1188455.1188475
Grant Miller
Several federal agencies have announced plans to acquire large scale systems within the next few years which will have peak performance in the petascale range. In order to make sure that end users can take maximum advantage of these systems, Federal agencies, cooperating through the NITRD Program are following a multi-faceted approach which: 1) provides access to leadership class platforms at DOD, DOE, NASA and NSF, 2) determines how to handle data on the petabyte scale through their File Systems and I/O activities, and 3) aids the development of petascale applications through support of multi-disciplinary teams as in DOE/SC SciDAC Program, NSF science application programs, and DOE/NNSA ASC Academic Alliance Program for example. In addition, the DARPA HPCS Program is focused on the development of next generation architectures that will substantially improve the productivity, useability and application scope of multi-petaflop systems. This BOF, presented by the HEC IWG will review the implementation, status and future plans for these and other activities.
几个联邦机构已经宣布了在未来几年内购买大型系统的计划,这些系统的峰值性能将达到千万亿级。为了确保最终用户能够最大限度地利用这些系统,通过NITRD计划进行合作的联邦机构正在采取多方面的方法,其中:1)提供对国防部、能源部、NASA和NSF领导级平台的访问;2)确定如何通过其文件系统和I/O活动处理pb级数据;3)通过支持多学科团队(例如DOE/SC SciDAC计划、NSF科学应用计划和DOE/NNSA ASC学术联盟计划),帮助开发千兆级应用程序。此外,DARPA HPCS计划的重点是开发下一代架构,这将大大提高千万亿次浮点运算系统的生产率、可用性和应用范围。HEC专家组提出的BOF将审查这些活动和其他活动的实施情况、现状和未来计划。
{"title":"Approaching petascale computing","authors":"Grant Miller","doi":"10.1145/1188455.1188475","DOIUrl":"https://doi.org/10.1145/1188455.1188475","url":null,"abstract":"Several federal agencies have announced plans to acquire large scale systems within the next few years which will have peak performance in the petascale range. In order to make sure that end users can take maximum advantage of these systems, Federal agencies, cooperating through the NITRD Program are following a multi-faceted approach which: 1) provides access to leadership class platforms at DOD, DOE, NASA and NSF, 2) determines how to handle data on the petabyte scale through their File Systems and I/O activities, and 3) aids the development of petascale applications through support of multi-disciplinary teams as in DOE/SC SciDAC Program, NSF science application programs, and DOE/NNSA ASC Academic Alliance Program for example. In addition, the DARPA HPCS Program is focused on the development of next generation architectures that will substantially improve the productivity, useability and application scope of multi-petaflop systems. This BOF, presented by the HEC IWG will review the implementation, status and future plans for these and other activities.","PeriodicalId":115940,"journal":{"name":"Proceedings of the 2006 ACM/IEEE conference on Supercomputing","volume":"44 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2006-11-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122027400","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}
引用次数: 0
期刊
Proceedings of the 2006 ACM/IEEE conference on Supercomputing
全部 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