首页 > 最新文献

Proceedings of the Fifth Distributed Memory Computing Conference, 1990.最新文献

英文 中文
The Design and Analysis of A Tightly Coupled Hypercube File System 一个紧耦合超立方体文件系统的设计与分析
Pub Date : 1990-04-08 DOI: 10.1109/DMCC.1990.556403
H. Hadimioglu, R. J. Flynn
The architectural design and analysis of a tightly coupled distributed hypercube file system are presented. The file system is composed of an 1/0 organization and a software interface. The analysis and design are made by varying a number of parameters for the matrix multiplication application on a hypercube simulator. The parameters form a three dimensional test space : Parameters of the 1/0 organization, the software interface and the application. Performance results are presented for a hypercube with and without a distributed file system.
给出了一个紧耦合分布式超立方体文件系统的体系结构设计和分析。文件系统由1/0组织和软件接口组成。通过在超立方体模拟器上改变矩阵乘法应用程序的一些参数,进行了分析和设计。参数构成一个三维测试空间:1/0机构参数、软件接口参数和应用参数。给出了具有和不具有分布式文件系统的超立方体的性能结果。
{"title":"The Design and Analysis of A Tightly Coupled Hypercube File System","authors":"H. Hadimioglu, R. J. Flynn","doi":"10.1109/DMCC.1990.556403","DOIUrl":"https://doi.org/10.1109/DMCC.1990.556403","url":null,"abstract":"The architectural design and analysis of a tightly coupled distributed hypercube file system are presented. The file system is composed of an 1/0 organization and a software interface. The analysis and design are made by varying a number of parameters for the matrix multiplication application on a hypercube simulator. The parameters form a three dimensional test space : Parameters of the 1/0 organization, the software interface and the application. Performance results are presented for a hypercube with and without a distributed file system.","PeriodicalId":204431,"journal":{"name":"Proceedings of the Fifth Distributed Memory Computing Conference, 1990.","volume":"123 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-04-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116881707","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
Scalable Abstractions for Parallel Programming 并行编程的可伸缩抽象
Pub Date : 1990-04-08 DOI: 10.1109/DMCC.1990.556312
W. Griswold, G. Harrison, D. Notkin, L. Snyder
Writing parallel programs that scale-that is, that naturally and efficiently adapt to the size of the problem and the number of processors available-is difficult for two reasons. First, the overhead of multiplexing the processing of data points assigned to a given processor is often great. Second, to achieve scaling in asymptotic performance, the algorithm that uses the interprocessor communication structure may need to differ from the algorithm used to process points located within an individual processor. We present abstractions intended to overcome these problems, making it straightforward to define scalable parallel program. The central abstraction is an ensemble,. which gives programmers a global view of physically distributed data, computation, and communication. We demonstrate the application of these ensembles to two variants of Batcher’s sort, describing how the concepts apply to other parallel programs.
编写可伸缩的并行程序(即自然而有效地适应问题的大小和可用处理器的数量)很困难,原因有两个。首先,将分配给给定处理器的数据点进行多路复用处理的开销通常很大。其次,为了实现渐近性能的缩放,使用处理器间通信结构的算法可能需要与用于处理位于单个处理器内的点的算法不同。我们提出的抽象是为了克服这些问题,使定义可扩展的并行程序变得简单。中心抽象是一个集合。它为程序员提供了物理分布数据、计算和通信的全局视图。我们演示了这些集成在Batcher排序的两个变体中的应用,描述了这些概念如何应用于其他并行程序。
{"title":"Scalable Abstractions for Parallel Programming","authors":"W. Griswold, G. Harrison, D. Notkin, L. Snyder","doi":"10.1109/DMCC.1990.556312","DOIUrl":"https://doi.org/10.1109/DMCC.1990.556312","url":null,"abstract":"Writing parallel programs that scale-that is, that naturally and efficiently adapt to the size of the problem and the number of processors available-is difficult for two reasons. First, the overhead of multiplexing the processing of data points assigned to a given processor is often great. Second, to achieve scaling in asymptotic performance, the algorithm that uses the interprocessor communication structure may need to differ from the algorithm used to process points located within an individual processor. We present abstractions intended to overcome these problems, making it straightforward to define scalable parallel program. The central abstraction is an ensemble,. which gives programmers a global view of physically distributed data, computation, and communication. We demonstrate the application of these ensembles to two variants of Batcher’s sort, describing how the concepts apply to other parallel programs.","PeriodicalId":204431,"journal":{"name":"Proceedings of the Fifth Distributed Memory Computing Conference, 1990.","volume":"126 30","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-04-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120937237","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}
引用次数: 36
Parallelizing Multiple Linear Regression for Speed and Redundancy: An Empirical Study 并行多元线性回归的速度与冗余:实证研究
Pub Date : 1990-04-08 DOI: 10.1109/DMCC.1990.555395
Mingxian Xu, J. J. Miller, E. Wegman
The purpose of this paper is to present a parallel implementation of multiple linear regression. We discuss the multiple linear regression model. Traditionally parallelism has been used for either speed-up or redundancy (hence reliability). With stochastic data, by clever parsing and algorithm development, it is possible to achieve both speed and reliability enhancement. We demonstrate this with multiple linear regression. Other examples include kernel estimation and bootstrapping.
本文的目的是提出一个并行实现的多元线性回归。我们讨论了多元线性回归模型。传统上,并行性被用于加速或冗余(因此可靠性)。对于随机数据,通过巧妙的解析和算法开发,可以同时提高速度和可靠性。我们用多元线性回归证明了这一点。其他示例包括内核估计和引导。
{"title":"Parallelizing Multiple Linear Regression for Speed and Redundancy: An Empirical Study","authors":"Mingxian Xu, J. J. Miller, E. Wegman","doi":"10.1109/DMCC.1990.555395","DOIUrl":"https://doi.org/10.1109/DMCC.1990.555395","url":null,"abstract":"The purpose of this paper is to present a parallel implementation of multiple linear regression. We discuss the multiple linear regression model. Traditionally parallelism has been used for either speed-up or redundancy (hence reliability). With stochastic data, by clever parsing and algorithm development, it is possible to achieve both speed and reliability enhancement. We demonstrate this with multiple linear regression. Other examples include kernel estimation and bootstrapping.","PeriodicalId":204431,"journal":{"name":"Proceedings of the Fifth Distributed Memory Computing Conference, 1990.","volume":"56 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-04-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125813806","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 Parallel Algorithm for Solving Higher KdV Equations on a Hypercube 超立方体上求解高KdV方程的并行算法
Pub Date : 1990-04-08 DOI: 10.1109/DMCC.1990.555435
T. Taha
Taha and Ablowitz derived numerkal schemes by methods related to the inverse scattering bransform (IST) for phy;ically important equations such as the Korteweg-de Vries (KdV) and modified Korteweg-de Vries (MKdV) equations. Experiments have shown that the IST numerical schemes compare very favorably with other numerical methods. In this paper an accurate numerical scheme based on the IST is used to solve non-integrable higher KdV equations, for instance:
Taha和Ablowitz通过与逆散射变换(IST)相关的方法推导出物理上重要的方程(如Korteweg-de Vries (KdV)和修正Korteweg-de Vries (MKdV)方程)的数值格式。实验表明,IST数值格式与其他数值方法相比具有较好的优越性。本文采用基于IST的精确数值格式求解不可积高KdV方程,例如:
{"title":"A Parallel Algorithm for Solving Higher KdV Equations on a Hypercube","authors":"T. Taha","doi":"10.1109/DMCC.1990.555435","DOIUrl":"https://doi.org/10.1109/DMCC.1990.555435","url":null,"abstract":"Taha and Ablowitz derived numerkal schemes by methods related to the inverse scattering bransform (IST) for phy;ically important equations such as the Korteweg-de Vries (KdV) and modified Korteweg-de Vries (MKdV) equations. Experiments have shown that the IST numerical schemes compare very favorably with other numerical methods. In this paper an accurate numerical scheme based on the IST is used to solve non-integrable higher KdV equations, for instance:","PeriodicalId":204431,"journal":{"name":"Proceedings of the Fifth Distributed Memory Computing Conference, 1990.","volume":"194 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-04-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123012615","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
Quick Recovery of Embedded Structures in Hypercube Computers 超立方体计算机中嵌入式结构的快速恢复
Pub Date : 1990-04-08 DOI: 10.1109/DMCC.1990.556406
Tze Chiang Lee
We investigate the design of fault-tolerant embedding functions of application graphs into hypercubes with the aim of minimizing the recovery cost and performance degradation due to faults. The recovery cost is measured by the number of node-state changes or recovery steps. Performance is measured by the dilation of the embedding, which is the maximum distance between the embedded images of two nodes that are adjacent in the application graph. The basic idea is to embed application graphs so that spare nodes are always close to failed nodes whenever reconfiguration occurs. We develop 1FT and 2-FT embeddings for paths, even-length loops, meshes, toruses and complete binary trees into hypercubes. Embeddings with higher fault tolerance are also obtained for meshes and toruses. The processor utilization of these embeddings is reasonably high and most of them take the minimum number of recovery steps.
我们研究了应用图在超立方体中的容错嵌入函数的设计,以最大限度地减少故障导致的恢复成本和性能下降。恢复成本是通过节点状态更改或恢复步骤的数量来度量的。性能是通过嵌入的扩展来衡量的,它是应用程序图中相邻两个节点的嵌入图像之间的最大距离。其基本思想是嵌入应用程序图,以便在重新配置发生时备用节点总是靠近故障节点。我们开发了路径、偶长环路、网格、环面和完全二叉树到超立方体的1FT和2-FT嵌入。对网格和环面也获得了容错性更高的嵌入。这些嵌入的处理器利用率相当高,并且大多数采用最小数量的恢复步骤。
{"title":"Quick Recovery of Embedded Structures in Hypercube Computers","authors":"Tze Chiang Lee","doi":"10.1109/DMCC.1990.556406","DOIUrl":"https://doi.org/10.1109/DMCC.1990.556406","url":null,"abstract":"We investigate the design of fault-tolerant embedding functions of application graphs into hypercubes with the aim of minimizing the recovery cost and performance degradation due to faults. The recovery cost is measured by the number of node-state changes or recovery steps. Performance is measured by the dilation of the embedding, which is the maximum distance between the embedded images of two nodes that are adjacent in the application graph. The basic idea is to embed application graphs so that spare nodes are always close to failed nodes whenever reconfiguration occurs. We develop 1FT and 2-FT embeddings for paths, even-length loops, meshes, toruses and complete binary trees into hypercubes. Embeddings with higher fault tolerance are also obtained for meshes and toruses. The processor utilization of these embeddings is reasonably high and most of them take the minimum number of recovery steps.","PeriodicalId":204431,"journal":{"name":"Proceedings of the Fifth Distributed Memory Computing Conference, 1990.","volume":"245 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-04-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114393039","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}
引用次数: 19
Multiple Network Embedding into Hybercubes 多个网络嵌入到Hybercubes中
Pub Date : 1990-04-08 DOI: 10.1109/DMCC.1990.556400
Ajay K. Gupta, Susanne E. Hambrusch
Abstract In this paper we consider the problem of embedding r guest networks G0, ..., Gr−1, into a k-dimensional hypercube H so that every processor of H is assigned at most r guest processors and dilation and congestion are minimized. Network G, can be a complete binary tree, a leap tree, a linear array, or a mesh. We show that r such guest networks can simultaneously be embedded into H without a significant increase in dilation and congestion compared to the embedding of a single network when r ≤ k. For r > k, the increase in the cost measures is proportional to r/k. We consider two models which differ in the requirements imposed on the r guest processors assigned to a processor of H.
摘要:本文研究了嵌入访客网络G0,…, Gr−1,分解成一个k维的超立方体H,使得H的每个处理器最多分配r个来宾处理器,使膨胀和拥塞最小化。网络G,可以是一个完整的二叉树,一个跳跃树,一个线性阵列,或一个网格。我们表明,当r≤k时,与嵌入单个网络相比,r个这样的来宾网络可以同时嵌入到H中,而不会显著增加扩张和拥塞。对于r > k,成本措施的增加与r/k成正比。我们考虑两种不同的模型,它们对分配给H处理器的r个来宾处理器的要求不同。
{"title":"Multiple Network Embedding into Hybercubes","authors":"Ajay K. Gupta, Susanne E. Hambrusch","doi":"10.1109/DMCC.1990.556400","DOIUrl":"https://doi.org/10.1109/DMCC.1990.556400","url":null,"abstract":"Abstract In this paper we consider the problem of embedding r guest networks G0, ..., Gr−1, into a k-dimensional hypercube H so that every processor of H is assigned at most r guest processors and dilation and congestion are minimized. Network G, can be a complete binary tree, a leap tree, a linear array, or a mesh. We show that r such guest networks can simultaneously be embedded into H without a significant increase in dilation and congestion compared to the embedding of a single network when r ≤ k. For r > k, the increase in the cost measures is proportional to r/k. We consider two models which differ in the requirements imposed on the r guest processors assigned to a processor of H.","PeriodicalId":204431,"journal":{"name":"Proceedings of the Fifth Distributed Memory Computing Conference, 1990.","volume":"108 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-04-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128975437","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
Distributed Fault-Tolerant Embedding of Rings in Hypercubes 超立方体中环的分布式容错嵌入
Pub Date : 1990-04-08 DOI: 10.1109/DMCC.1990.556288
M. Chan, Shiang-Jen Lee
{"title":"Distributed Fault-Tolerant Embedding of Rings in Hypercubes","authors":"M. Chan, Shiang-Jen Lee","doi":"10.1109/DMCC.1990.556288","DOIUrl":"https://doi.org/10.1109/DMCC.1990.556288","url":null,"abstract":"","PeriodicalId":204431,"journal":{"name":"Proceedings of the Fifth Distributed Memory Computing Conference, 1990.","volume":"14 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-04-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127000985","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}
引用次数: 19
A Portable Multicomputer Communication Library atop the Reactive Kernel 基于响应内核的便携式多计算机通信库
Pub Date : 1990-04-08 DOI: 10.1109/DMCC.1990.556280
A. Skjellum, A. Leung
Sophisticated multicomputer applications require efficient, flexible, convenient underlying communication primitives. In the work described here, Zipcode, a new, portable communication library, has been designed, developed, articulated and evaluated. The primary goals were: high efficiency compared to lowest-level primitives, user-definable message receipt selectivity, as well as abstraction of collections of processes and message selectivity to allow multiple, independently conceived libraries to work together without conflict. Zipcode works atop the Caltech Reactive Kernel, a portable, minimalistic multicomputer node operating system. Presently, the Reactive Kernel is implemented for Intel iPSC/1, iPSC/2, and Symult s2010 multicomputers and emulated on shared-memory computers as well as networks of Sun workstations. Consequently, Zipcode addresses an equally wide audience, and can plausibly be run in other environments.
复杂的多计算机应用程序需要高效、灵活、方便的底层通信原语。在这里描述的工作中,Zipcode,一个新的便携式通信库,已经被设计、开发、表达和评估。其主要目标是:与最低级别的原语相比,具有更高的效率、用户可定义的消息接收选择性、以及流程集合的抽象和消息选择性,从而允许多个独立构思的库在没有冲突的情况下协同工作。Zipcode工作在加州理工学院反应内核(Reactive Kernel)之上,这是一个可移植的、极简的多计算机节点操作系统。目前,响应内核已在Intel iPSC/1、iPSC/2和Symult s2010多台计算机上实现,并在共享内存计算机和Sun工作站网络上进行了仿真。因此,Zipcode面向同样广泛的受众,并且可以在其他环境中运行。
{"title":"A Portable Multicomputer Communication Library atop the Reactive Kernel","authors":"A. Skjellum, A. Leung","doi":"10.1109/DMCC.1990.556280","DOIUrl":"https://doi.org/10.1109/DMCC.1990.556280","url":null,"abstract":"Sophisticated multicomputer applications require efficient, \u0000flexible, convenient underlying communication primitives. \u0000In the work described here, Zipcode, a new, portable communication library, has been designed, developed, articulated and evaluated. The primary goals were: high efficiency compared to lowest-level primitives, user-definable message receipt selectivity, as well as abstraction of collections of processes and message selectivity to allow multiple, independently conceived libraries to work together without conflict. \u0000 \u0000Zipcode works atop the Caltech Reactive Kernel, a portable, minimalistic multicomputer node operating system. Presently, the Reactive Kernel is implemented for Intel iPSC/1, iPSC/2, and Symult s2010 multicomputers and emulated on shared-memory computers as well as networks of Sun workstations. Consequently, Zipcode addresses an equally wide audience, and can plausibly be run in other environments.","PeriodicalId":204431,"journal":{"name":"Proceedings of the Fifth Distributed Memory Computing Conference, 1990.","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-04-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130648269","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}
引用次数: 55
Path Planning on a Distributed Memory Computer 分布式内存计算机的路径规划
Pub Date : 1990-04-08 DOI: 10.1109/DMCC.1990.555373
S. Miguet, Y. Robert
In this paper, we discuss the implementation of Bitz and Kungs path planning algorithm on a ring of generalpurpose processors. We show that Bitz and Kung's algorithm, originally designed for the Warp machine, is not efficient in this context, due to the intensive interprocessor communications that it requires. We design a modified version that performs much better. The new version updates a segment of k positions within a step and allocates blocks of r consecutive rows of the map to the processors in a wraparound fashion. Bitz and Kung's algorithm corresponds to the situation (k,r) = (I ,I). We analytically determine the optimal values of the parameters (k,r) which minimize the parallel execution time as a function of the problem size n and of the number of processors p. The theoretical results are nicely corroborated by numerical experiments on a ring of 32 Transputers. Kung's algorithm is not efficient in the context of general purpose processors, due to the intensive communication scheme that it requires.
本文讨论了Bitz和Kungs路径规划算法在一环通用处理器上的实现。我们表明,Bitz和Kung的算法,最初是为Warp机器设计的,在这种情况下效率不高,因为它需要密集的处理器间通信。我们设计了一个性能更好的修改版本。新版本在一个步骤内更新k个位置的段,并以环绕方式将映射的r个连续行的块分配给处理器。Bitz和Kung的算法对应于(k,r) = (I,I)的情况。我们分析确定了参数(k,r)的最优值,使并行执行时间作为问题大小n和处理器数量p的函数最小化。理论结果得到了32个Transputers环上的数值实验的很好证实。Kung的算法在通用处理器的环境下效率不高,因为它需要密集的通信方案。
{"title":"Path Planning on a Distributed Memory Computer","authors":"S. Miguet, Y. Robert","doi":"10.1109/DMCC.1990.555373","DOIUrl":"https://doi.org/10.1109/DMCC.1990.555373","url":null,"abstract":"In this paper, we discuss the implementation of Bitz and Kungs path planning algorithm on a ring of generalpurpose processors. We show that Bitz and Kung's algorithm, originally designed for the Warp machine, is not efficient in this context, due to the intensive interprocessor communications that it requires. We design a modified version that performs much better. The new version updates a segment of k positions within a step and allocates blocks of r consecutive rows of the map to the processors in a wraparound fashion. Bitz and Kung's algorithm corresponds to the situation (k,r) = (I ,I). We analytically determine the optimal values of the parameters (k,r) which minimize the parallel execution time as a function of the problem size n and of the number of processors p. The theoretical results are nicely corroborated by numerical experiments on a ring of 32 Transputers. Kung's algorithm is not efficient in the context of general purpose processors, due to the intensive communication scheme that it requires.","PeriodicalId":204431,"journal":{"name":"Proceedings of the Fifth Distributed Memory Computing Conference, 1990.","volume":"160 1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-04-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123420156","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
The Quadratic Sieve Factoring Algorithm on Distributed Memory Multiprocessors 分布式内存多处理器上的二次筛分解算法
Pub Date : 1990-04-08 DOI: 10.1109/DMCC.1990.555392
M. Cosnard, J. Philippe
{"title":"The Quadratic Sieve Factoring Algorithm on Distributed Memory Multiprocessors","authors":"M. Cosnard, J. Philippe","doi":"10.1109/DMCC.1990.555392","DOIUrl":"https://doi.org/10.1109/DMCC.1990.555392","url":null,"abstract":"","PeriodicalId":204431,"journal":{"name":"Proceedings of the Fifth Distributed Memory Computing Conference, 1990.","volume":"113 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1990-04-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124486191","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
期刊
Proceedings of the Fifth Distributed Memory Computing Conference, 1990.
全部 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