首页 > 最新文献

Proceedings Supercomputing Vol.II: Science and Applications最新文献

英文 中文
Three dimensional Delaunay triangulation on a Cray X-MP 克雷X-MP三维德劳内三角剖分
Pub Date : 1988-11-14 DOI: 10.1109/SUPERC.1988.74146
D. A. Field, K. Yarnall
A software package for generation of tetrahedral finite-element mesh, whose kernel is a robust three-dimensional Delaunay triangulation algorithm, was ported to a CRAY X-MP for vector processing. The total execution time for the critical subroutines of the kernel decreased by a factor of six over scalar mode on the CRAY X-MP. The kernel is characterized by simple data structures and O(N/sup 2/) arithmetic operation counts, N being the number of finite-element nodes. Although the kernel is essentially a sequential algorithm, its simple data structures allow for key uses of vector processing and for streamlining sequential processing.<>
将一个以鲁棒三维Delaunay三角剖分算法为核心的四面体有限元网格生成软件包移植到CRAY X-MP上进行矢量处理。在CRAY X-MP的标量模式上,内核的关键子例程的总执行时间减少了六分之一。该核具有简单的数据结构和O(N/sup 2/)次算术运算次数的特点,其中N为有限元节点数。虽然内核本质上是一个顺序算法,但其简单的数据结构允许矢量处理的关键使用和简化顺序处理。
{"title":"Three dimensional Delaunay triangulation on a Cray X-MP","authors":"D. A. Field, K. Yarnall","doi":"10.1109/SUPERC.1988.74146","DOIUrl":"https://doi.org/10.1109/SUPERC.1988.74146","url":null,"abstract":"A software package for generation of tetrahedral finite-element mesh, whose kernel is a robust three-dimensional Delaunay triangulation algorithm, was ported to a CRAY X-MP for vector processing. The total execution time for the critical subroutines of the kernel decreased by a factor of six over scalar mode on the CRAY X-MP. The kernel is characterized by simple data structures and O(N/sup 2/) arithmetic operation counts, N being the number of finite-element nodes. Although the kernel is essentially a sequential algorithm, its simple data structures allow for key uses of vector processing and for streamlining sequential processing.<<ETX>>","PeriodicalId":103561,"journal":{"name":"Proceedings Supercomputing Vol.II: Science and Applications","volume":"59 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1988-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131789561","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
Three-dimensional simulation of underexpanded plumes using upwind algorithms 利用逆风算法对未膨胀羽流进行三维模拟
Pub Date : 1988-11-14 DOI: 10.1109/SUPERC.1988.74129
S. Obayashi, S. Gavali
Different numerical techniques have been examined for simulating the underexpanded plumes in supersonic flows. The results revealed that the monotone differentiable limiter is superior to the TVD (total variation diminishing) minmod limiter when the MUSCL (monotonic upstream schemes for conservation laws) approach is used for Roe's upwind scheme. Roe's upwind scheme is found to be superior to the central difference scheme not only for capturing shock waves, but also for capturing shear flows.<>
研究了不同的数值方法来模拟超音速流动中的欠膨胀羽流。结果表明,当Roe的逆风格式采用MUSCL(守恒律的单调上游格式)方法时,单调可微限制器优于TVD(总变差递减)最小限制器。研究发现,Roe的逆风方案不仅在捕获激波方面优于中心差分方案,而且在捕获剪切流方面也优于中心差分方案。
{"title":"Three-dimensional simulation of underexpanded plumes using upwind algorithms","authors":"S. Obayashi, S. Gavali","doi":"10.1109/SUPERC.1988.74129","DOIUrl":"https://doi.org/10.1109/SUPERC.1988.74129","url":null,"abstract":"Different numerical techniques have been examined for simulating the underexpanded plumes in supersonic flows. The results revealed that the monotone differentiable limiter is superior to the TVD (total variation diminishing) minmod limiter when the MUSCL (monotonic upstream schemes for conservation laws) approach is used for Roe's upwind scheme. Roe's upwind scheme is found to be superior to the central difference scheme not only for capturing shock waves, but also for capturing shear flows.<<ETX>>","PeriodicalId":103561,"journal":{"name":"Proceedings Supercomputing Vol.II: Science and Applications","volume":"2010 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1988-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116947933","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
The ARGOT strategy III: the BBN Butterfly multiprocessor ARGOT策略III: BBN Butterfly多处理器
Pub Date : 1988-11-14 DOI: 10.1109/SUPERC.1988.74147
E. O'Neil, C. G. Shaefer
The ARGOT strategy combines genetic algorithms with a mechanism providing a dynamically adaptive representation to form a robust optimization tool, as previously shown in the uniprocessor environment. For implementation of ARGOT on the BBN Butterfly multiprocessor, a parallel selection algorithm and a method of incremental payoff update were developed. These lead to enhanced parallelism and reduced the amount of computation needed by any genetic algorithms, including ARGOT. Experimental results on two matrix problems are presented, one a linear system from a FEM problem, and the other a nonlinear problem not well-behaved enough for consistent conjugate gradient results.<>
ARGOT策略将遗传算法与提供动态自适应表示的机制相结合,形成一个健壮的优化工具,如前面在单处理器环境中所示。为了在BBN Butterfly多处理器上实现ARGOT,提出了一种并行选择算法和增量收益更新方法。这提高了并行性,减少了任何遗传算法(包括ARGOT)所需的计算量。本文给出了两个矩阵问题的实验结果,一个是由有限元问题得到的线性系统,另一个是由于共轭梯度结果不够一致的非线性问题
{"title":"The ARGOT strategy III: the BBN Butterfly multiprocessor","authors":"E. O'Neil, C. G. Shaefer","doi":"10.1109/SUPERC.1988.74147","DOIUrl":"https://doi.org/10.1109/SUPERC.1988.74147","url":null,"abstract":"The ARGOT strategy combines genetic algorithms with a mechanism providing a dynamically adaptive representation to form a robust optimization tool, as previously shown in the uniprocessor environment. For implementation of ARGOT on the BBN Butterfly multiprocessor, a parallel selection algorithm and a method of incremental payoff update were developed. These lead to enhanced parallelism and reduced the amount of computation needed by any genetic algorithms, including ARGOT. Experimental results on two matrix problems are presented, one a linear system from a FEM problem, and the other a nonlinear problem not well-behaved enough for consistent conjugate gradient results.<<ETX>>","PeriodicalId":103561,"journal":{"name":"Proceedings Supercomputing Vol.II: Science and Applications","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1988-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126791340","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}
引用次数: 1
On block Householder algorithms for the reduction of a matrix to Hessenberg form 矩阵约简为Hessenberg形式的块Householder算法
Pub Date : 1988-11-14 DOI: 10.1109/SUPERC.1988.74140
A. Dubrulle
A block algorithm is presented for the Householder reduction of a matrix to Hessenberg form using the Bischof-Van Loan expression of a product of elementary matrices. Results of performance measurements on an IBM 3090 VG include a comparison with an alternate formulation considered for LAPACK. The algorithms based on the straightforward application of the Bischof-Van Loan formulations consistently appear to produce the best performance in all experiments conducted. It is likely that such behavior would be observed with other machines, but this conjecture remains to be tested. The algorithmic derivations presented are general enough to apply to other computational schemes based on similarity transformations, including those for the solution of the Hessenberg eigenvalue problem (QR).<>
提出了一种利用初等矩阵乘积的Bischof-Van Loan表达式将矩阵Householder约简为Hessenberg形式的分块算法。IBM 3090 VG上的性能测量结果包括与LAPACK考虑的替代配方的比较。基于Bischof-Van Loan公式的直接应用的算法在所有进行的实验中始终表现出最佳性能。这种行为很可能在其他机器上也能观察到,但这一猜想仍有待检验。所提出的算法推导具有足够的普遍性,可以应用于其他基于相似变换的计算方案,包括解决Hessenberg特征值问题(QR)的算法推导。
{"title":"On block Householder algorithms for the reduction of a matrix to Hessenberg form","authors":"A. Dubrulle","doi":"10.1109/SUPERC.1988.74140","DOIUrl":"https://doi.org/10.1109/SUPERC.1988.74140","url":null,"abstract":"A block algorithm is presented for the Householder reduction of a matrix to Hessenberg form using the Bischof-Van Loan expression of a product of elementary matrices. Results of performance measurements on an IBM 3090 VG include a comparison with an alternate formulation considered for LAPACK. The algorithms based on the straightforward application of the Bischof-Van Loan formulations consistently appear to produce the best performance in all experiments conducted. It is likely that such behavior would be observed with other machines, but this conjecture remains to be tested. The algorithmic derivations presented are general enough to apply to other computational schemes based on similarity transformations, including those for the solution of the Hessenberg eigenvalue problem (QR).<<ETX>>","PeriodicalId":103561,"journal":{"name":"Proceedings Supercomputing Vol.II: Science and Applications","volume":"42 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1988-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133413941","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
Multi-issue coalitions in the Congress (voting alignments on supercomputer) 国会中的多议题联盟(超级计算机上的投票联盟)
Pub Date : 1988-11-14 DOI: 10.1109/SUPERC.1988.74142
J. Stampen, J. R. Davis
The authors explore voting alignments in six US Senates between 1959 and 1981. The authors' thesis is that the Senate is organized by four recurring multiissue coalitions that combine in various ways to form larger voting coalitions. The four-coalition hypothesis was tested with the use of complete-link hierarchical clustering on a matrix of senators over contested bills. The significance of clustering into four rather than some other number of groups was established by computing gamma goodness-of-fit statistics for each possible clustering, a computation that was practical only with the aid of a supercomputer. Beyond the basic clustering result, descriptive statistics were used to measure membership consistency over time. Membership in the four coalitions persisted even across Senates spanning the supposed Reagan realignment. This finding and others support the conclusion that the multiissue coalition is the appropriate unit in roll-call analysis.<>
作者探讨了1959年至1981年间美国六个参议院的投票联盟。作者的论点是,参议院是由四个反复出现的多议题联盟组成的,这些联盟以各种方式组合起来,形成更大的投票联盟。四个联盟的假设是通过使用完全链接分层聚类对参议员的矩阵在有争议的法案进行测试。通过计算每个可能的聚类的伽马拟合优度统计来确定聚类为四组而不是其他数量的组的重要性,这种计算只有在超级计算机的帮助下才能实现。除了基本的聚类结果之外,还使用描述性统计来衡量成员关系随时间的一致性。这四个联盟的成员甚至在所谓的里根重组时期的参议院也一直存在。这一发现和其他发现支持了一个结论,即多议题联盟是唱名分析的合适单位
{"title":"Multi-issue coalitions in the Congress (voting alignments on supercomputer)","authors":"J. Stampen, J. R. Davis","doi":"10.1109/SUPERC.1988.74142","DOIUrl":"https://doi.org/10.1109/SUPERC.1988.74142","url":null,"abstract":"The authors explore voting alignments in six US Senates between 1959 and 1981. The authors' thesis is that the Senate is organized by four recurring multiissue coalitions that combine in various ways to form larger voting coalitions. The four-coalition hypothesis was tested with the use of complete-link hierarchical clustering on a matrix of senators over contested bills. The significance of clustering into four rather than some other number of groups was established by computing gamma goodness-of-fit statistics for each possible clustering, a computation that was practical only with the aid of a supercomputer. Beyond the basic clustering result, descriptive statistics were used to measure membership consistency over time. Membership in the four coalitions persisted even across Senates spanning the supposed Reagan realignment. This finding and others support the conclusion that the multiissue coalition is the appropriate unit in roll-call analysis.<<ETX>>","PeriodicalId":103561,"journal":{"name":"Proceedings Supercomputing Vol.II: Science and Applications","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1988-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131384857","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
Tuning the ANSYS kernel LSOLVE for a parallel computer 为并行计算机优化ANSYS内核LSOLVE
Pub Date : 1988-11-14 DOI: 10.1109/SUPERC.1988.74145
R. Hessel, M. Myszewski, G. Brussino, J. Swanson, L. Wagner
A solver kernel, LSOLVE, has been added to ANSYS, a finite-element analysis code. LSOLVE is a rank-n update routine that can be implemented efficiently on parallel and vector machines with a hierarchical memory structure. An implementation of LSOLVE on a parallel computer is described by examining the Fortran code used on the Alliant parallel computer. The utility of LSOLVE is demonstrated by performance on standard ANSYS benchmarks.<>
一个求解核,LSOLVE,已添加到ANSYS,一个有限元分析代码。LSOLVE是一个rank-n更新例程,可以在具有分层内存结构的并行机和向量机上有效地实现。通过检查Alliant并行计算机上使用的Fortran代码,描述了LSOLVE在并行计算机上的实现。LSOLVE在标准ANSYS基准测试中的性能证明了它的实用性。
{"title":"Tuning the ANSYS kernel LSOLVE for a parallel computer","authors":"R. Hessel, M. Myszewski, G. Brussino, J. Swanson, L. Wagner","doi":"10.1109/SUPERC.1988.74145","DOIUrl":"https://doi.org/10.1109/SUPERC.1988.74145","url":null,"abstract":"A solver kernel, LSOLVE, has been added to ANSYS, a finite-element analysis code. LSOLVE is a rank-n update routine that can be implemented efficiently on parallel and vector machines with a hierarchical memory structure. An implementation of LSOLVE on a parallel computer is described by examining the Fortran code used on the Alliant parallel computer. The utility of LSOLVE is demonstrated by performance on standard ANSYS benchmarks.<<ETX>>","PeriodicalId":103561,"journal":{"name":"Proceedings Supercomputing Vol.II: Science and Applications","volume":"144 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1988-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124342708","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
Complementary processing: a supercomputer/personal computer US census database project 互补处理:超级计算机/个人计算机美国人口普查数据库项目
Pub Date : 1988-11-14 DOI: 10.1109/SUPERC.1988.74143
O.V. Burton
The author discusses the history and role of the US Census. He identifies some of the problems of handling and manipulating such large amounts of data. He describes the Supercomputer History Project, in which the speed of a supercomputer is combined with the versatility of a microcomputing environment to deal with census data.<>
作者讨论了美国人口普查的历史和作用。他指出了处理和操纵如此大量数据的一些问题。他描述了超级计算机历史项目,在该项目中,超级计算机的速度与微计算环境的多功能性相结合,以处理人口普查数据。
{"title":"Complementary processing: a supercomputer/personal computer US census database project","authors":"O.V. Burton","doi":"10.1109/SUPERC.1988.74143","DOIUrl":"https://doi.org/10.1109/SUPERC.1988.74143","url":null,"abstract":"The author discusses the history and role of the US Census. He identifies some of the problems of handling and manipulating such large amounts of data. He describes the Supercomputer History Project, in which the speed of a supercomputer is combined with the versatility of a microcomputing environment to deal with census data.<<ETX>>","PeriodicalId":103561,"journal":{"name":"Proceedings Supercomputing Vol.II: Science and Applications","volume":"44 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1988-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115182326","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}
引用次数: 1
The interaction of cosmic strings-a study of research and teaching graphics 宇宙弦的相互作用——研究和教学图形的研究
Pub Date : 1988-11-14 DOI: 10.1109/SUPERC.1988.74135
R. Matzner
The study of large-scale fluid or field-theoretical problems is greatly assisted by a graphical presentation to make computed results intelligible. The author discusses the minimal research tools and ideal state-of-the-art pedagogical tools for such visualization, using research on cosmic strings as an example. In carrying out this research it became necessary to view the result of 3-dimensional 64/sup 3/ field simulation. The day-to-day research used NCAR graphics programme EZISOSURE to contour the fields. Single-color frames were captured on a multitasking computer (Amiga 1000) running a Tektronix terminal emulator plus a screensave program. Multiple contours of a single frame were saved and then combined in a multicolor image; these images can be reloaded at about a 3-per-second frame rate to provide a movie capability.<>
大规模流体或场理论问题的研究有图形表示的极大帮助,使计算结果易于理解。作者以宇宙弦的研究为例,讨论了这种可视化的最小研究工具和理想的最先进的教学工具。在进行这项研究时,有必要查看三维64/sup 3/场模拟的结果。日常研究使用NCAR绘图程序EZISOSURE来绘制田地的轮廓。单色帧是在一台多任务计算机(Amiga 1000)上捕获的,该计算机运行泰克终端仿真器和屏幕保存程序。将单帧的多个轮廓进行保存,合并成多色图像;这些图像可以以每秒3帧的速率重新加载,以提供电影功能。
{"title":"The interaction of cosmic strings-a study of research and teaching graphics","authors":"R. Matzner","doi":"10.1109/SUPERC.1988.74135","DOIUrl":"https://doi.org/10.1109/SUPERC.1988.74135","url":null,"abstract":"The study of large-scale fluid or field-theoretical problems is greatly assisted by a graphical presentation to make computed results intelligible. The author discusses the minimal research tools and ideal state-of-the-art pedagogical tools for such visualization, using research on cosmic strings as an example. In carrying out this research it became necessary to view the result of 3-dimensional 64/sup 3/ field simulation. The day-to-day research used NCAR graphics programme EZISOSURE to contour the fields. Single-color frames were captured on a multitasking computer (Amiga 1000) running a Tektronix terminal emulator plus a screensave program. Multiple contours of a single frame were saved and then combined in a multicolor image; these images can be reloaded at about a 3-per-second frame rate to provide a movie capability.<<ETX>>","PeriodicalId":103561,"journal":{"name":"Proceedings Supercomputing Vol.II: Science and Applications","volume":"65 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1988-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123802165","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
Supercomputing efforts on CFD for nonstationary flow analysis at NAL NAL非定常流动分析CFD的超级计算研究
Pub Date : 1988-11-14 DOI: 10.1109/SUPERC.1988.74133
T. Aki
Supercomputing efforts in computational fluid dynamics (CFD) are described. The environment supporting supercomputing is introduced with a brief historic retrospective on efforts to obtain supercomputation in the CFD discipline over the past decade. The present status of supercomputing efforts, including the graphics, is described. Results obtained from two studies typical of nonstationary flows are discussed. Finally, some requirements on future supercomputation and computers are noted from the author's personal point of view.<>
介绍了计算流体动力学(CFD)中的超级计算。介绍了支持超级计算的环境,并简要回顾了过去十年在CFD学科中获得超级计算的努力。描述了包括图形在内的超级计算工作的现状。讨论了两个典型的非平稳流动的研究结果。最后,从作者个人的角度提出了对未来超级计算和计算机的一些要求。
{"title":"Supercomputing efforts on CFD for nonstationary flow analysis at NAL","authors":"T. Aki","doi":"10.1109/SUPERC.1988.74133","DOIUrl":"https://doi.org/10.1109/SUPERC.1988.74133","url":null,"abstract":"Supercomputing efforts in computational fluid dynamics (CFD) are described. The environment supporting supercomputing is introduced with a brief historic retrospective on efforts to obtain supercomputation in the CFD discipline over the past decade. The present status of supercomputing efforts, including the graphics, is described. Results obtained from two studies typical of nonstationary flows are discussed. Finally, some requirements on future supercomputation and computers are noted from the author's personal point of view.<<ETX>>","PeriodicalId":103561,"journal":{"name":"Proceedings Supercomputing Vol.II: Science and Applications","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1988-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132723347","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
Multitasking the Ising model on the ETA 10 supercomputer 在埃塔10超级计算机上多任务处理伊辛模型
Pub Date : 1988-11-14 DOI: 10.1109/SUPERC.1988.74136
D. Duke, R. Salvador, D. Sandee
A discussion is presented of multitasking various scientific programs on the ETA 10 supercomputer. The architecture of the ETA 10 is described, especially the features relevant for understanding the authors' strategy for multitasking the Ising model. This strategy will also be useful for a wide class of physical systems that have local interactions. The authors also summarize their results for solving large, dense, unsymmetric systems of linear equations, i.e. the LINPACK benchmark. They summarize the multitasking software that will soon be available for general use on the ETA 10.<>
讨论了在埃塔10超级计算机上多任务处理各种科学项目。描述了ETA 10的架构,特别是与理解作者在Ising模型中多任务处理策略相关的功能。这种策略对于具有局部相互作用的各种物理系统也很有用。作者还总结了他们解决大型、密集、非对称线性方程组的结果,即LINPACK基准测试。他们总结了多任务处理软件,该软件将很快在eta10b>上广泛使用
{"title":"Multitasking the Ising model on the ETA 10 supercomputer","authors":"D. Duke, R. Salvador, D. Sandee","doi":"10.1109/SUPERC.1988.74136","DOIUrl":"https://doi.org/10.1109/SUPERC.1988.74136","url":null,"abstract":"A discussion is presented of multitasking various scientific programs on the ETA 10 supercomputer. The architecture of the ETA 10 is described, especially the features relevant for understanding the authors' strategy for multitasking the Ising model. This strategy will also be useful for a wide class of physical systems that have local interactions. The authors also summarize their results for solving large, dense, unsymmetric systems of linear equations, i.e. the LINPACK benchmark. They summarize the multitasking software that will soon be available for general use on the ETA 10.<<ETX>>","PeriodicalId":103561,"journal":{"name":"Proceedings Supercomputing Vol.II: Science and Applications","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1988-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133066704","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 Supercomputing Vol.II: Science and Applications
全部 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