首页 > 最新文献

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

英文 中文
Testing a simple polygon for monotonicity optimally in parallel 测试一个简单的多边形的单调性的最佳并行
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262900
D. Chen, S. Guha
The authors show that, in parallel, an n-vertex simple polygon can be tested for monotonicity optimally in O(logn) time using O(n/logn) EREW PRAM processors, and present two different optimal parallel algorithms for solving this problem. Their result leads to an optimal parallel algorithm for triangulating monotone polygons that takes O(logn) time using O(n/logn) EREW PRAM processors.<>
作者证明了在并行情况下,使用O(n/logn) EREW PRAM处理器可以在O(logn)时间内最优地测试n顶点简单多边形的单调性,并给出了两种不同的最优并行算法来解决这个问题。他们的结果导致了一种最优的并行算法,用于三角化单调多边形,使用O(n/logn) EREW PRAM处理器,耗时O(logn)。
{"title":"Testing a simple polygon for monotonicity optimally in parallel","authors":"D. Chen, S. Guha","doi":"10.1109/IPPS.1993.262900","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262900","url":null,"abstract":"The authors show that, in parallel, an n-vertex simple polygon can be tested for monotonicity optimally in O(logn) time using O(n/logn) EREW PRAM processors, and present two different optimal parallel algorithms for solving this problem. Their result leads to an optimal parallel algorithm for triangulating monotone polygons that takes O(logn) time using O(n/logn) EREW PRAM processors.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"50 5","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1993-04-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120888979","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
Parallel memory-based parsing on SNAP 基于SNAP的并行内存解析
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262799
Minhwa Chung, D. Moldovan
The paper presents a parallel natural language processing system implemented on a marker-passing parallel AI computer, Semantic Network Array Processor (SNAP). The system uses a memory-based parsing approach in which parsing is viewed as a memory search process. Linguistic information is stored as phrasal patterns in a semantic network knowledge base distributed over the memory of the parallel computer. Parsing is performed by recognizing and linking linguistic patterns that reflect a sentence interpretation. This is achieved via propagating markers over the distributed network. The authors have developed a system capable of processing newswire articles from a particular domain. The paper presents the structure of the system, the memory-based parsing method used, and performance results obtained.<>
提出了一种基于语义网络阵列处理器(SNAP)的并行自然语言处理系统。该系统使用基于内存的解析方法,其中解析被视为一个内存搜索过程。语言信息以短语模式的形式存储在分布在并行计算机存储器上的语义网络知识库中。解析是通过识别和连接反映句子解释的语言模式来完成的。这是通过在分布式网络上传播标记来实现的。作者开发了一个能够处理来自特定领域的新闻专线文章的系统。本文介绍了该系统的结构、所采用的基于内存的解析方法以及所获得的性能结果
{"title":"Parallel memory-based parsing on SNAP","authors":"Minhwa Chung, D. Moldovan","doi":"10.1109/IPPS.1993.262799","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262799","url":null,"abstract":"The paper presents a parallel natural language processing system implemented on a marker-passing parallel AI computer, Semantic Network Array Processor (SNAP). The system uses a memory-based parsing approach in which parsing is viewed as a memory search process. Linguistic information is stored as phrasal patterns in a semantic network knowledge base distributed over the memory of the parallel computer. Parsing is performed by recognizing and linking linguistic patterns that reflect a sentence interpretation. This is achieved via propagating markers over the distributed network. The authors have developed a system capable of processing newswire articles from a particular domain. The paper presents the structure of the system, the memory-based parsing method used, and performance results obtained.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"18 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":"133785069","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
Parallel implementation issues of the textured algorithm for optimal routing in data networks 数据网络中最优路由的纹理算法并行实现问题
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262787
Garng M. Huang, Xiao Zhu, W. Hsieh
Parallel implementation issues of the textured algorithm to solve the optimal routing problem (ORP) in data networks is investigated. The textured model decomposes a large data network into a multi-level structure, each level contains a few subnetworks and each subnetwork is controlled by a local processor (e.g. an internet gateway). Subnetworks of the same level are not overlapped with each other, subnetworks on different levels overlap partially. Compared with solving the ORP globally, the textured algorithm clearly saves computation time and has better precision since parallel computation is applied to smaller scale subproblems at each level. On the other hand, synchronization overhead among local processors needs to be addressed. It is shown that due to the characteristics of the textured algorithm, its synchronization overhead can be managed to remain a constant as the size of network increases since one only needs to exchange data among neighboring processors.<>
研究了解决数据网络中最优路由问题(ORP)的纹理算法的并行实现问题。纹理模型将一个大的数据网络分解成一个多层次结构,每一层包含几个子网,每个子网由一个本地处理器(如internet网关)控制。同一级别的子网之间不存在重叠,不同级别的子网之间存在部分重叠。与全局求解ORP相比,纹理化算法由于在每个层次上对较小规模的子问题进行并行计算,明显节省了计算时间,并且具有更好的精度。另一方面,需要解决本地处理器之间的同步开销。结果表明,由于纹理化算法的特性,随着网络规模的增加,它的同步开销可以保持恒定,因为一个处理器只需要在相邻的处理器之间交换数据
{"title":"Parallel implementation issues of the textured algorithm for optimal routing in data networks","authors":"Garng M. Huang, Xiao Zhu, W. Hsieh","doi":"10.1109/IPPS.1993.262787","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262787","url":null,"abstract":"Parallel implementation issues of the textured algorithm to solve the optimal routing problem (ORP) in data networks is investigated. The textured model decomposes a large data network into a multi-level structure, each level contains a few subnetworks and each subnetwork is controlled by a local processor (e.g. an internet gateway). Subnetworks of the same level are not overlapped with each other, subnetworks on different levels overlap partially. Compared with solving the ORP globally, the textured algorithm clearly saves computation time and has better precision since parallel computation is applied to smaller scale subproblems at each level. On the other hand, synchronization overhead among local processors needs to be addressed. It is shown that due to the characteristics of the textured algorithm, its synchronization overhead can be managed to remain a constant as the size of network increases since one only needs to exchange data among neighboring processors.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"33 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":"128703826","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 10
Stereo and image matching on fixed size linear arrays 固定尺寸线性阵列的立体和图像匹配
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262833
A. Khokhar, Wei-Ming Lin
The authors present parallel techniques to implement two vision tasks; stereo matching and image matching using linear features as primitives. The implementations are performed on a fixed size linear array and achieve processor-time optimal performance. For stereo matching, they propose an O(Nn/sup 3//P) time algorithm on a P-processor linear array, where N is the number of line segments in one image, n is the number of line segments in a window determined by the object size, and P>
作者提出并行技术来实现两个视觉任务;以线性特征为基元的立体匹配和图像匹配。该实现在固定大小的线性阵列上执行,并实现处理器时间的最佳性能。对于立体匹配,他们在P处理器线性阵列上提出了一种O(Nn/sup 3//P)时间算法,其中N是一张图像中的线段数量,N是由对象大小决定的窗口中的线段数量,P>
{"title":"Stereo and image matching on fixed size linear arrays","authors":"A. Khokhar, Wei-Ming Lin","doi":"10.1109/IPPS.1993.262833","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262833","url":null,"abstract":"The authors present parallel techniques to implement two vision tasks; stereo matching and image matching using linear features as primitives. The implementations are performed on a fixed size linear array and achieve processor-time optimal performance. For stereo matching, they propose an O(Nn/sup 3//P) time algorithm on a P-processor linear array, where N is the number of line segments in one image, n is the number of line segments in a window determined by the object size, and P<or=n. The sequential algorithm takes O(Nn/sup 3/) time. They also propose a partitioned parallel implementation of image matching with an O((nm/P+P)nm) time performance achieved on a P-processor linear array, where n is the number of line segments in the image, m is the number of line segments in the model and P<or=nm. This leads to a processor-time optimal solution for P<or= square root nm. Previously known approaches to the image matching problem take O(n/sup 3/m/sup 3/) time.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"9 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":"129277460","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
Parallel algorithms for rectilinear link distance problems 直线链路距离问题的并行算法
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262857
A. Lingas, A. Maheshwari, J. Sack
The authors provide optimal parallel solutions to several fundamental link distance problems set in trapezoided rectilinear polygons. All parallel algorithms are deterministic, run in logarithmic time, have an optimal time-processor product and are designed to run on EREW PRAM. The authors develop techniques (e.g. rectilinear window partition) for solving link distance problems in parallel which are expected to find applications in the design of other parallel computational geometry algorithms. They employ these parallel techniques for example to compute the link diameter, link center, and central diagonal of a rectilinear polygon. Their results also imply an optimal linear-time sequential algorithm for constructing a data structure to support rectilinear link distance queries between points.<>
给出了梯形直线多边形中若干基本连杆距离问题的最优并行解。所有并行算法都是确定性的,在对数时间内运行,具有最佳的时间处理器积,并且设计用于在EREW PRAM上运行。作者开发的技术(如直线窗划分),以解决并行链路距离问题,预计将在其他并行计算几何算法的设计中找到应用。例如,他们使用这些并行技术来计算直线多边形的连杆直径、连杆中心和中心对角线。他们的结果也暗示了一个最佳的线性时间序列算法,用于构建一个数据结构,以支持点之间的直线链接距离查询
{"title":"Parallel algorithms for rectilinear link distance problems","authors":"A. Lingas, A. Maheshwari, J. Sack","doi":"10.1109/IPPS.1993.262857","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262857","url":null,"abstract":"The authors provide optimal parallel solutions to several fundamental link distance problems set in trapezoided rectilinear polygons. All parallel algorithms are deterministic, run in logarithmic time, have an optimal time-processor product and are designed to run on EREW PRAM. The authors develop techniques (e.g. rectilinear window partition) for solving link distance problems in parallel which are expected to find applications in the design of other parallel computational geometry algorithms. They employ these parallel techniques for example to compute the link diameter, link center, and central diagonal of a rectilinear polygon. Their results also imply an optimal linear-time sequential algorithm for constructing a data structure to support rectilinear link distance queries between points.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"80 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":"134447911","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}
引用次数: 9
Mapping of uniform dependence algorithm onto fixed size processor arrays 统一依赖算法到固定大小处理器阵列的映射
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262778
Zhigang Chen, Weijia Shang
The paper addresses the problem of mapping uniform dependence algorithms onto fixed size processor arrays. The optimal computation time of executing uniform dependence algorithm on a fixed size processor array is first discussed. A mapping and partitioning method for 2-dimensional algorithms (algorithms with doubly nested loops) which can achieve near optimal computation time is proposed. Necessary and sufficient conditions are presented for a given pair of schedule and partition to be time optimal. The inefficient utilization of processors is caused by the boundary time steps. For a given pair of schedule and partition vectors, the number of boundary time steps is identified. Also, the amount of external communication, which is the communication between blocks of a partition, by a given pair of schedule and partition vectors is studied. Issues concerning minimizing boundary time steps and external communication are discussed.<>
本文研究了将一致依赖算法映射到固定大小的处理器阵列上的问题。首先讨论了在固定大小的处理器阵列上执行均匀依赖算法的最佳计算时间。针对二维算法(双嵌套循环算法),提出了一种求解时间接近最优的映射和划分方法。给出了给定调度和划分对时间最优的充分必要条件。边界时间步长是造成处理器利用率低下的主要原因。对于给定的调度和划分向量对,确定了边界时间步数。同时,研究了给定调度和分区向量对的外部通信量,即分区内各块之间的通信量。讨论了最小化边界时间步长和外部通信等问题。
{"title":"Mapping of uniform dependence algorithm onto fixed size processor arrays","authors":"Zhigang Chen, Weijia Shang","doi":"10.1109/IPPS.1993.262778","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262778","url":null,"abstract":"The paper addresses the problem of mapping uniform dependence algorithms onto fixed size processor arrays. The optimal computation time of executing uniform dependence algorithm on a fixed size processor array is first discussed. A mapping and partitioning method for 2-dimensional algorithms (algorithms with doubly nested loops) which can achieve near optimal computation time is proposed. Necessary and sufficient conditions are presented for a given pair of schedule and partition to be time optimal. The inefficient utilization of processors is caused by the boundary time steps. For a given pair of schedule and partition vectors, the number of boundary time steps is identified. Also, the amount of external communication, which is the communication between blocks of a partition, by a given pair of schedule and partition vectors is studied. Issues concerning minimizing boundary time steps and external communication are discussed.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"23 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":"130029754","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
Performance characteristics of the iPSC/860 and CM-2 I/O systems iPSC/860和CM-2 I/O系统的性能特征
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262773
John Krystynak, B. Nitzberg
Typical scientific applications require vast amounts of processing power coupled with significant I/O capacity. Highly parallel computer systems can provide processing power at low cost, but have historically lacked I/O capacity. By evaluating the performance and scalability of the Intel iPSC/860 Concurrent File System and the Connection Machine DataVault, one can get an idea of the current state of parallel I/O performance. The performance tests show that both systems are able to achieve 70% of peak I/O throughput.<>
典型的科学应用程序需要大量的处理能力以及大量的I/O容量。高度并行的计算机系统可以以低成本提供处理能力,但历来缺乏I/O容量。通过评估Intel iPSC/860并发文件系统和连接机数据库的性能和可伸缩性,可以了解并行I/O性能的当前状态。性能测试表明,两个系统都能达到峰值I/O吞吐量的70%。
{"title":"Performance characteristics of the iPSC/860 and CM-2 I/O systems","authors":"John Krystynak, B. Nitzberg","doi":"10.1109/IPPS.1993.262773","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262773","url":null,"abstract":"Typical scientific applications require vast amounts of processing power coupled with significant I/O capacity. Highly parallel computer systems can provide processing power at low cost, but have historically lacked I/O capacity. By evaluating the performance and scalability of the Intel iPSC/860 Concurrent File System and the Connection Machine DataVault, one can get an idea of the current state of parallel I/O performance. The performance tests show that both systems are able to achieve 70% of peak I/O throughput.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"30 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":"129931004","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
On some topological properties of hypercube, incomplete hypercube and supercube 超立方体、不完全超立方体和超立方体的一些拓扑性质
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262806
Arunabha Sen, A. Sengupta, S. Bandyopadhyay
Hamiltonian properties of hypercube, incomplete hypercube and supercube are examined. It is known that in a nonfaulty hypercube there are at least n! Hamiltonian cycles. The authors extend this result showing that the lower bound is at least 2/sup n-3/n! They show that with at most n-2 faulty links a faulty hypercube has at least 2(n-2)! Hamiltonian cycles. They establish that an incomplete hypercube with odd (even) number of nodes has (n-2)! Hamiltonian paths (cycles). They show that a supercube has at least (n-1)! Hamiltonian cycles and when the number of nodes is 2/sup n-1/+2/sup n-2/, then the number of Hamiltonian cycles is at least as high as 2(n-1)!.<>
研究了超立方体、不完全超立方体和超立方体的哈密顿性质。已知在一个无缺陷的超立方体中至少有n个!哈密顿周期。作者推广了这个结果,证明下界至少是2/sup n-3/n!他们证明了在最多n-2个故障链路的情况下,一个故障超立方体至少有2(n-2)个!哈密顿周期。他们建立了具有奇数(偶数)个节点的不完全超立方体具有(n-2)!哈密顿路径(循环)。他们证明了一个超立方体至少有(n-1)个!当节点数为2/sup n-1/+2/sup n-2/时,则哈密顿循环数至少高达2(n-1)!
{"title":"On some topological properties of hypercube, incomplete hypercube and supercube","authors":"Arunabha Sen, A. Sengupta, S. Bandyopadhyay","doi":"10.1109/IPPS.1993.262806","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262806","url":null,"abstract":"Hamiltonian properties of hypercube, incomplete hypercube and supercube are examined. It is known that in a nonfaulty hypercube there are at least n! Hamiltonian cycles. The authors extend this result showing that the lower bound is at least 2/sup n-3/n! They show that with at most n-2 faulty links a faulty hypercube has at least 2(n-2)! Hamiltonian cycles. They establish that an incomplete hypercube with odd (even) number of nodes has (n-2)! Hamiltonian paths (cycles). They show that a supercube has at least (n-1)! Hamiltonian cycles and when the number of nodes is 2/sup n-1/+2/sup n-2/, then the number of Hamiltonian cycles is at least as high as 2(n-1)!.<<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":"127413807","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}
引用次数: 30
A heuristic approach for embedding communication patterns in an interconnection cached parallel processing network 在互连缓存并行处理网络中嵌入通信模式的启发式方法
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262895
Vipul Gupta, E. Schenfeld
The problem of identifying whether a graph has a bounded l-contraction for a given integer l is known to be NP-complete for l>2. The authors describe a heuristic approach based on simulated annealing to approximate the solution of this problem. Performance results of their algorithm on graphs representing classical topologies (e.g. trees, grids, hypercubes and cube connected cycles), are presented as well.<>
对于给定的整数l,确定图是否具有有界l收缩的问题已知是对于l>2的np完全问题。作者描述了一种基于模拟退火的启发式方法来近似求解这一问题。他们的算法在表示经典拓扑(如树、网格、超立方体和立方体连接环)的图上的性能结果也被给出。b>
{"title":"A heuristic approach for embedding communication patterns in an interconnection cached parallel processing network","authors":"Vipul Gupta, E. Schenfeld","doi":"10.1109/IPPS.1993.262895","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262895","url":null,"abstract":"The problem of identifying whether a graph has a bounded l-contraction for a given integer l is known to be NP-complete for l>2. The authors describe a heuristic approach based on simulated annealing to approximate the solution of this problem. Performance results of their algorithm on graphs representing classical topologies (e.g. trees, grids, hypercubes and cube connected cycles), are presented as well.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"16 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":"128803975","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
A probabilistic analysis of a locality maintaining load balancing algorithm 局部性维护负载均衡算法的概率分析
Pub Date : 1993-04-13 DOI: 10.1109/IPPS.1993.262908
K. Mehrotra, S. Ranka, Jhy-Chun Wang
This paper presents a simple load balancing algorithm and its probabilistic analysis. Unlike most of the previous load balancing algorithms, this algorithm maintains locality. The authors show that the cost of this load balancing algorithm is small for practical situations and discuss some interesting applications for data remapping.<>
提出了一种简单的负载均衡算法,并对其进行了概率分析。与以前的大多数负载均衡算法不同,该算法保持局部性。作者证明了这种负载均衡算法的成本在实际情况下很小,并讨论了一些有趣的数据重映射应用。
{"title":"A probabilistic analysis of a locality maintaining load balancing algorithm","authors":"K. Mehrotra, S. Ranka, Jhy-Chun Wang","doi":"10.1109/IPPS.1993.262908","DOIUrl":"https://doi.org/10.1109/IPPS.1993.262908","url":null,"abstract":"This paper presents a simple load balancing algorithm and its probabilistic analysis. Unlike most of the previous load balancing algorithms, this algorithm maintains locality. The authors show that the cost of this load balancing algorithm is small for practical situations and discuss some interesting applications for data remapping.<<ETX>>","PeriodicalId":248927,"journal":{"name":"[1993] Proceedings Seventh International Parallel Processing Symposium","volume":"49 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":"124327193","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}
引用次数: 9
期刊
[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学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1