首页 > 最新文献

[1993] Proceedings Seventh International Parallel Processing Symposium最新文献

英文 中文
A parallel algorithm for multiple edge updates of minimum spanning trees 最小生成树多边更新的并行算法
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262898
Xiaojun Shen, W. Liang
The authors present a parallel algorithm for the multiple edge update problem on a minimum spanning tree. This problem is defined as follows: given a minimum spanning tree T(V,E/sub T/) of an undirected graph G(V,E), where mod V mod =n and E/sub T/ is the set of tree edges, recompute a new minimum spanning tree when (1) adding K new edges, (2) changing the weights of existent K edges, or (3) deleting a vertex of degree K in the tree, where 1>
提出了一种求解最小生成树多边更新问题的并行算法。该问题定义如下:给定无向图G(V,E)的最小生成树T(V,E/下标T/),其中mod V mod =n,E/下标T/为树边的集合,当(1)添加K条新边,(2)改变现有K条边的权值,或(3)删除树中K度的顶点,其中1>
{"title":"A parallel algorithm for multiple edge updates of minimum spanning trees","authors":"Xiaojun Shen, W. Liang","doi":"10.1109/IPPS.1993.262898","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262898","url":null,"abstract":"The authors present a parallel algorithm for the multiple edge update problem on a minimum spanning tree. This problem is defined as follows: given a minimum spanning tree T(V,E/sub T/) of an undirected graph G(V,E), where mod V mod =n and E/sub T/ is the set of tree edges, recompute a new minimum spanning tree when (1) adding K new edges, (2) changing the weights of existent K edges, or (3) deleting a vertex of degree K in the tree, where 1<or=K<n. Their algorithm requires O(logKlogn) time and O(n/sup 2//lognlogK) processors on a SIMD CREW PRAM model. If the weights of the current tree edges are not allowed to increase, then their algorithm runs in the same time bound, but only using O(max(n,nK/lognlogK)) processors. Their algorithm is optimal for dense graphs, if no intermediate results are available from computing the original MST.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"18 3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-04-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132568319","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
C parallelizing compiler on local-network-based computer environment 基于局域网络计算机环境下的C并行编译器
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262771
K. Asakura, Toyohide Watanabe, N. Sugie
The local-network-based computer system, in which some workstations are connected is coming into practical use. Software development is, however, very difficult for end-users because the system has complicated problems such as load balancing, communication among processes on different workstations and so on. The authors propose a C-specific parallelizing compiler to solve these problems. The compiler adopts function call parallelization, and takes less communication overhead than DO loop parallelization.<>
以局域网络为基础,连接多个工作站的计算机系统正在进入实际应用阶段。然而,对于最终用户来说,软件开发是非常困难的,因为系统有复杂的问题,例如负载平衡、不同工作站上进程之间的通信等等。作者提出了一个c语言专用的并行编译器来解决这些问题。编译器采用函数调用并行化,比DO循环并行化占用更少的通信开销
{"title":"C parallelizing compiler on local-network-based computer environment","authors":"K. Asakura, Toyohide Watanabe, N. Sugie","doi":"10.1109/IPPS.1993.262771","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262771","url":null,"abstract":"The local-network-based computer system, in which some workstations are connected is coming into practical use. Software development is, however, very difficult for end-users because the system has complicated problems such as load balancing, communication among processes on different workstations and so on. The authors propose a C-specific parallelizing compiler to solve these problems. The compiler adopts function call parallelization, and takes less communication overhead than DO loop parallelization.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"15 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-04-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133331915","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
Cache protocols with partial block invalidations 带部分块失效的缓存协议
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262850
Yung-Syau Chen, M. Dubois
The authors introduce hardware cache protocols in which invalidations affect only part of a cached block so that the processor can keep reading the valid part. On a cache miss the entire block is fetched in the cache. The proposed protocols take advantage of the prefetching effects associated with large block sizes while reducing the false sharing miss rate. It does not rely on synchronization as other previous proposals do and therefore it is applicable to systems under any memory consistency model including sequential consistency. Simulation results show that protocols with partial block invalidations may provide significant miss rate and memory traffic reductions over protocols with invalidations of entire blocks. The hardware cost is low and the protocol complexity is only marginally increased.<>
作者引入了硬件缓存协议,其中无效仅影响缓存块的一部分,以便处理器可以继续读取有效部分。在缓存丢失时,整个块将从缓存中取出。所提出的协议利用了大块大小的预取效应,同时降低了错误共享缺失率。它不像以前的建议那样依赖于同步,因此它适用于任何内存一致性模型下的系统,包括顺序一致性。仿真结果表明,部分块失效的协议比整个块失效的协议具有显著的缺陷率和内存流量减少。硬件成本低,协议复杂性只略微增加。
{"title":"Cache protocols with partial block invalidations","authors":"Yung-Syau Chen, M. Dubois","doi":"10.1109/IPPS.1993.262850","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262850","url":null,"abstract":"The authors introduce hardware cache protocols in which invalidations affect only part of a cached block so that the processor can keep reading the valid part. On a cache miss the entire block is fetched in the cache. The proposed protocols take advantage of the prefetching effects associated with large block sizes while reducing the false sharing miss rate. It does not rely on synchronization as other previous proposals do and therefore it is applicable to systems under any memory consistency model including sequential consistency. Simulation results show that protocols with partial block invalidations may provide significant miss rate and memory traffic reductions over protocols with invalidations of entire blocks. The hardware cost is low and the protocol complexity is only marginally increased.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"76 2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-04-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133054669","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}
引用次数: 25
Hypersphere Mapper: a nonlinear programming approach to the hypercube embedding problem 超球映射器:超立方体嵌入问题的非线性规划方法
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262820
J. Antonio, R. C. Metzger
A nonlinear programming approach is introduced for solving the hypercube embedding problem. The basic idea of the proposed approach is to approximate the discrete space of an n-dimensional hypercube, i.e. (z:z in (0,1)/sup n/), with the continuous space of an n-dimensional hypersphere, i.e. (x:x in R/sup n/ and mod mod x mod mod /sup 2/=1). The mapping problem is initially solved in the continuous domain by employing the gradient projection technique to a continuously differentiable objective function. The optimal process 'locations' from the solution of the continuous hypersphere mapping problem are then discretized onto the n-dimensional hypercube. The proposed approach can solve, directly, the problem of mapping P processes onto N nodes for the general case where P>N. In contrast, competing embedding heuristics from the literature can produce only one-to-one mappings and cannot, therefore, be directly applied when P>N.<>
介绍了一种求解超立方体嵌入问题的非线性规划方法。该方法的基本思想是将n维超立方体的离散空间(z:z in (0,1)/sup n/)近似为n维超球的连续空间(x:x in R/sup n/ and mod mod x mod mod /sup 2/=1)。采用梯度投影技术对连续可微目标函数在连续域内的映射问题进行了初步解决。然后将连续超球映射问题解的最优过程“位置”离散到n维超立方体上。对于P>N的一般情况,该方法可以直接解决P个过程映射到N个节点的问题。相反,来自文献的竞争性嵌入启发式只能产生一对一映射,因此,当P> n > >时,不能直接应用。
{"title":"Hypersphere Mapper: a nonlinear programming approach to the hypercube embedding problem","authors":"J. Antonio, R. C. Metzger","doi":"10.1109/IPPS.1993.262820","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262820","url":null,"abstract":"A nonlinear programming approach is introduced for solving the hypercube embedding problem. The basic idea of the proposed approach is to approximate the discrete space of an n-dimensional hypercube, i.e. (z:z in (0,1)/sup n/), with the continuous space of an n-dimensional hypersphere, i.e. (x:x in R/sup n/ and mod mod x mod mod /sup 2/=1). The mapping problem is initially solved in the continuous domain by employing the gradient projection technique to a continuously differentiable objective function. The optimal process 'locations' from the solution of the continuous hypersphere mapping problem are then discretized onto the n-dimensional hypercube. The proposed approach can solve, directly, the problem of mapping P processes onto N nodes for the general case where P>N. In contrast, competing embedding heuristics from the literature can produce only one-to-one mappings and cannot, therefore, be directly applied when P>N.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-04-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128833054","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}
引用次数: 11
Mapping interconnection networks into VEDIC networks 将互连网络映射到VEDIC网络
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262821
V. Chaudhary, B. Sabata, J. Aggarwal
The authors show the universality of the VEDIC network in simulating other well known interconnection networks by generating the parameters of the VEDIC network automatically. Algorithms are given to represent chordal rings, toroidal meshes, binary hypercubes, k-ary n-cubes, and Cayley graphs-star graph and pancake graph, as VEDIC networks. Using these parameters the VEDIC network can be used as a tool for generating currently known and new interconnection networks.<>
通过自动生成VEDIC网络的参数,证明了VEDIC网络在模拟其他已知互联网络时的通用性。给出了将弦环、环面网格、二元超立方体、k-ary n-立方体和Cayley图(星图和煎饼图)表示为VEDIC网络的算法。使用这些参数,VEDIC网络可以用作生成当前已知的和新的互连网络的工具。
{"title":"Mapping interconnection networks into VEDIC networks","authors":"V. Chaudhary, B. Sabata, J. Aggarwal","doi":"10.1109/IPPS.1993.262821","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262821","url":null,"abstract":"The authors show the universality of the VEDIC network in simulating other well known interconnection networks by generating the parameters of the VEDIC network automatically. Algorithms are given to represent chordal rings, toroidal meshes, binary hypercubes, k-ary n-cubes, and Cayley graphs-star graph and pancake graph, as VEDIC networks. Using these parameters the VEDIC network can be used as a tool for generating currently known and new interconnection networks.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"36 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-04-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133154669","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
Parallel analog algorithms for processing polygonal images on a systolic screen 处理收缩屏幕上多边形图像的并行模拟算法
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262818
S. Guha
The systolic screen is a very natural parallel architecture for image processing. A square root n* square root n systolic screen consists of a square root n* square root n mesh-of-processors with each processor representing a pixel in a grid. The author studies computational geometry problems for polygonal images on such a screen. The algorithms are analog in that they simulate 'physical' processes based on the homeomorphic representation of polygons on the systolic screen. He obtains simple optimal parallel analog algorithms, subject to some restrictions due to the limited resolution of a systolic screen, that run in O( square root n) time on a square root n* square root n systolic screen, for various problems on polygons.<>
收缩屏是一种非常自然的图像处理并行架构。一个平方根n*平方根n的收缩屏幕由平方根n*平方根n的处理器网格组成,每个处理器代表一个网格中的一个像素。作者研究了这种屏幕上多边形图像的计算几何问题。这些算法是模拟的,因为它们基于收缩屏幕上多边形的同胚表示来模拟“物理”过程。他得到了简单的最优并行模拟算法,受限于收缩屏幕的有限分辨率,在平方根n*平方根n收缩屏幕上运行O(平方根n)时间,用于多边形上的各种问题。
{"title":"Parallel analog algorithms for processing polygonal images on a systolic screen","authors":"S. Guha","doi":"10.1109/IPPS.1993.262818","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262818","url":null,"abstract":"The systolic screen is a very natural parallel architecture for image processing. A square root n* square root n systolic screen consists of a square root n* square root n mesh-of-processors with each processor representing a pixel in a grid. The author studies computational geometry problems for polygonal images on such a screen. The algorithms are analog in that they simulate 'physical' processes based on the homeomorphic representation of polygons on the systolic screen. He obtains simple optimal parallel analog algorithms, subject to some restrictions due to the limited resolution of a systolic screen, that run in O( square root n) time on a square root n* square root n systolic screen, for various problems on polygons.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"54 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-04-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115667577","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 CM-2 data transposition problem CM-2数据转换问题
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262792
R. Vetter, D. Du, A. Klietz
The CM-2's natural data layout is not conducive to exchanging data with other machines. Before CM-2 data is sent to a remote machine, a bitwise transpose must be performed on the data. Each bit in an n bit value must be transmitted to a different processor, requiring n send operations through the CM-2's global router network. The time required to transpose the data limits the effective throughput of the I/O channel to a small fraction of its peak theoretical bandwidth. For example, when sending data to a remote supercomputer using a 100 MB/s HIPPI channel, an effective throughput of only 4.9 MB/s can be achieved. The authors describe the CM-2 transpose problem and study ways to improve the performance of transposed data transmissions.<>
CM-2的自然数据布局不利于与其他机器交换数据。在CM-2数据发送到远程机器之前,必须对数据进行逐位转置。n位值中的每一位必须传输到不同的处理器,需要通过CM-2的全球路由器网络进行n次发送操作。转置数据所需的时间将I/O通道的有效吞吐量限制在其峰值理论带宽的一小部分。例如,当使用100 MB/s的HIPPI通道向远程超级计算机发送数据时,可以实现的有效吞吐量仅为4.9 MB/s。作者描述了CM-2的转置问题,并研究了提高转置数据传输性能的方法。
{"title":"The CM-2 data transposition problem","authors":"R. Vetter, D. Du, A. Klietz","doi":"10.1109/IPPS.1993.262792","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262792","url":null,"abstract":"The CM-2's natural data layout is not conducive to exchanging data with other machines. Before CM-2 data is sent to a remote machine, a bitwise transpose must be performed on the data. Each bit in an n bit value must be transmitted to a different processor, requiring n send operations through the CM-2's global router network. The time required to transpose the data limits the effective throughput of the I/O channel to a small fraction of its peak theoretical bandwidth. For example, when sending data to a remote supercomputer using a 100 MB/s HIPPI channel, an effective throughput of only 4.9 MB/s can be achieved. The authors describe the CM-2 transpose problem and study ways to improve the performance of transposed data transmissions.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"126 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-04-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116037540","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
Parallel dynamic st-numbering and applications 并行动态st编号及其应用
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262815
E. Dekel, Jie Hu
Given an arbitrary st-numbering of a biconnected graph of n vertices and m edges, parallel algorithms for dynamically finding another st-numbering of any specified pair of vertices on EREW P-RAM are presented. The algorithms run in O(log n) time using m/logn processors on EREW P-RAM. The dynamic st-numbering is applied to some network problems such as bipartition, centroid trees and centered trees construction.<>
给出了给定n个顶点和m条边的双连通图的任意st-编号,给出了在EREW P-RAM上动态寻找任意指定顶点对的另一个st-编号的并行算法。该算法在EREW P-RAM上使用m/logn处理器,运行时间为O(log n)。将动态st-编号方法应用于双分区、质心树和中心树构造等网络问题。
{"title":"Parallel dynamic st-numbering and applications","authors":"E. Dekel, Jie Hu","doi":"10.1109/IPPS.1993.262815","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262815","url":null,"abstract":"Given an arbitrary st-numbering of a biconnected graph of n vertices and m edges, parallel algorithms for dynamically finding another st-numbering of any specified pair of vertices on EREW P-RAM are presented. The algorithms run in O(log n) time using m/logn processors on EREW P-RAM. The dynamic st-numbering is applied to some network problems such as bipartition, centroid trees and centered trees construction.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"195 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-04-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116457451","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
On the shortest path problem for permutation graphs 论置换图的最短路径问题
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262881
O. Ibarra, Q. Zheng
The authors show that the single-source shortest path problem for permutation graphs can be solved in O(logn) time using O(n/logn) processors on an EREW PRAM. As an application, they show that a minimum connected dominating set of a permutation graph can be found in O(logn) time using O(n/logn) processors. The algorithms are optimal with respect to the time-processor product.<>
作者证明了在EREW PRAM上使用O(n/logn)个处理器,可以在O(logn)时间内解决置换图的单源最短路径问题。作为一个应用,他们证明了使用O(n/logn)个处理器可以在O(logn)时间内找到置换图的最小连通支配集。这些算法在时间处理器积方面是最优的。
{"title":"On the shortest path problem for permutation graphs","authors":"O. Ibarra, Q. Zheng","doi":"10.1109/IPPS.1993.262881","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262881","url":null,"abstract":"The authors show that the single-source shortest path problem for permutation graphs can be solved in O(logn) time using O(n/logn) processors on an EREW PRAM. As an application, they show that a minimum connected dominating set of a permutation graph can be found in O(logn) time using O(n/logn) processors. The algorithms are optimal with respect to the time-processor product.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"212 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-04-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123627286","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
On synchronous strictly non-blocking concentrators and generalized-concentrators 同步严格不阻塞集中器与广义集中器
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262917
H. K. Dai
The optimal bound of (n-m+c)c+(m-c) and an Omega (k(n-m+c)c/sup 1/k/) lower bound on the size of synchronous strictly non-blocking c-limited (n,m)-concentrators with depth 1 and depth k respectively are proved. A consequence of the lower-bound result is an Theta (n/sup 1+1/k/) bound on the size of synchronous strictly non-blocking fixed ratio gamma n-limited ( alpha n, beta n)-concentrators ( gamma < beta ) with constant depth k. For synchronous strictly non-blocking (c,r)-limited (n,m)-generalized-concentrators, the optimal size of nc-(/sup m-c///sub r/)(c-r) for depth 1 and a lower bound size-depth tradeoff Omega ((n-/sup m///sub r/+/sup c///sub r/)r/sup k-1/k/c/sup 1/k/) for constant depth k and r=o(c) are also presented.<>
分别证明了深度为1和深度为k的同步严格无阻塞c-限(n,m)选矿厂尺寸的最优界(n-m+c)c+(m-c)和Omega (k(n-m+c)c/sup 1/k/)下界。下界结果的一个结果是Theta (n/sup 1+1/k/)约束同步严格非阻塞固定比率gamma n-limited (alpha n, beta n)-浓缩器(gamma < beta)的大小,具有恒定深度k。对于同步严格非阻塞(c,r)-限制(n,m)-广义浓缩器,文中还给出了深度为1时nc-(/sup m-c///sub r/)(c-r)的最优尺寸和尺寸-深度折衷的下界Omega ((n-/sup m///sub r/+/sup c///sub r/)r/sup k-1/k/c/sup 1/k/),当深度为k和r= 0 (c)时。
{"title":"On synchronous strictly non-blocking concentrators and generalized-concentrators","authors":"H. K. Dai","doi":"10.1109/IPPS.1993.262917","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262917","url":null,"abstract":"The optimal bound of (n-m+c)c+(m-c) and an Omega (k(n-m+c)c/sup 1/k/) lower bound on the size of synchronous strictly non-blocking c-limited (n,m)-concentrators with depth 1 and depth k respectively are proved. A consequence of the lower-bound result is an Theta (n/sup 1+1/k/) bound on the size of synchronous strictly non-blocking fixed ratio gamma n-limited ( alpha n, beta n)-concentrators ( gamma < beta ) with constant depth k. For synchronous strictly non-blocking (c,r)-limited (n,m)-generalized-concentrators, the optimal size of nc-(/sup m-c///sub r/)(c-r) for depth 1 and a lower bound size-depth tradeoff Omega ((n-/sup m///sub r/+/sup c///sub r/)r/sup k-1/k/c/sup 1/k/) for constant depth k and r=o(c) are also presented.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"17 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-04-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130441730","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
期刊
[1993] Proceedings Seventh International Parallel Processing Symposium
全部 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