2,692 research outputs found
Emerging Internet-based services: New frontiers for performance models and applications
N/
Programming and Runtime Supports for SPMD Cluster Computing
this paper, we describe the programming environment called DAME (DAta Migration Environment) that supports the development and execution of SPMD applications on heterogeneous clusters. DAME overcomes the difficulties of SPMD cluster computing by means of transparent supports that hide irregular network topology, dynamically adapt data distribution to platform conditions, and mask the consequent non-uniform distribution to the programmer. The originality of DAME with respect to frameworks that share analogous goals are the following: - DAME adopts a traditional programming paradigm such as SPMD, while other tools are oriented to different models. For example, Dataparallel C supports SIMD computations [Ned93], Piranha supports Linda programs [Car95]. - DAME provides data migrations, while other frameworks such as Utopia [Zho93], UPVM and MPVM [Cas94, Cas95] are oriented to task migrations. - DAME includes applications with explicit message-passing while other tools that provide data migration (such as ADM [Cas94] and the framework described in [Ham95]) are oriented to master-slave applications without inter-task communications. - DAME is highly portable because is built on PVM. Moreover, it provides transparent supports for static and dynamic load balancing
Adaptive traffic filtering for efficient and secure IP mobility
The Mobile IP (MIP) protocol that supports node mobility in IP networks may be implemented through two routing schemes: triangular routing and reverse tunneling. While triangular routing guarantees better performance because of shorter routing paths, it is not compatible with egress filtering policies enforced by many firewalls. As a result, it is necessary to recur to the slower reverse tunneling routing scheme that causes lower mobile connection throughput and higher round trip times. In this paper, we propose an innovative adaptive traffic filtering technique in which egress filtering rules are dynamically and automatically modified to reflect the presence of mobile nodes inside the protected network. The proposed scheme, called secure triangular routing, guarantees the best trade-off between performance and security because it enables triangular routing without violating network security policies. Viability and performance improvements of the proposed solution have been demonstrated by experiments carried out through a prototype. The proposed solution does not require any modification in correspondent nodes or in their networks, and it fully complies with the MIP protocol specifications
A client-aware dispatching algorithm for Web clusters providing multiple services
Hong Kon
DAME: An environment for preserving the efficiency of data-parallel computations on distributed systems
Data parallel programming is the most widely adopted paradigm for a large class of problems on traditional multicomputers (see SPMD programming model sidebar, p. 23). Nevertheless, it is a very hard task to preserve efficiency when this style is adopted on a cluster of heterogeneous nodes having nonuniform and time varying computational powers. Very popular packages, such as PVM and MPI, 1,2 allow the programmer to use these clusters as an homogeneous parallel virtual machine. However, they do not avoid the potential inefficiencies due to the unpredictable variability of usually shared resources. DAME, an acronym for DAta Migration Environment, overcomes such drawbacks by means of transparent supports that hide irregular network topology, adapt the data distribution dynamically to platform conditions, and mask the consequent nonuniform distribution to the programmer
Dynamic data decomposition in a message-passing environment
The performance of a data parallel program is critically dependent on the data decomposition that the programmer chooses at implementation time. This choice must take into account a combination of different factors such as the kind of the problem, the machine architecture and the data domain size. When these elements are known before execution, the programmer can adopt traditional message-passing languages and optimise performance by means of programs which are dependent on the chosen data decomposition. On the other hand, when the factors that determine the best decomposition are known at run-time only, adequate efficiency can be achieved by a code that dynamically adapts its computation/communication pattern to various decompositions. To assist the programmer in the implementation of a decomposition-independent code, we propose a new programming environment, namely PLUS. It provides the programmer with message-passing primitives that avoid the specification of a data decomposition during the implementation phase, and a run-time support that permits dynamic changes among regular decompositions without affecting the implemented program
Dynamic Data Reconfiguration for SPMD Programs in Faulty Multicomputer
The single-program multiple-data (SPMD) paradigm is becoming the most diffuse way to program commercial multicomputers. In this paper we demonstrate that for a wide class of SPMD algorithms it is possible to achieve an efficient fault tolerance avoiding hardware redundancy. We propose a software approach that aims to reconfigure data, thus achieving a good slowdown in computation owing to the fine granularity of the workload to redistribute. In particular, we present and compare three data reconfiguration strategies applied to a problem model that includes a wide class of SPMD iterative algorithms characterized by nonlocal communications among the nodes. The result is that in most of the cases it is better to introduce some communication overhead than to leave idle a few healthy processor
Subcube matrix decomposition: A unifying view for LU factorization on multicomputers
This paper represents the first attempt towards a decomposition-independent implementation of parallel algorithms for matrix computations. Main framework is the Subcube Matrix Decomposition, given in this work, that allows to view in a unifying way the most diffuse matrix decompositions on multicomputers. Its decomposition-independent properties extend, moreover, to the design of parallel algorithms, to their optimization, and to the performance analysis. We have verified all these characteristics by implementing an LU factorization meta-algorithm that unifies the known parallel programs and allows a decomposition-independent performance analysis both analytical and experimental
Load balancing and parallel implementation of iterative algorithms for row-continuous Markov chains
Presents the first parallel algorithms for solving row-continuous or generalized birth-death (GBD) Markov chains on distributed memory MIMD multiprocessors. These systems are characterized by very large transition probability matrices, decomposable in heterogeneous tridiagonal blocks. The parallelization of three aggregation/disaggregation iterative methods is carried out by a unique framework that keeps into account the special matrix structure. Great effort has been also devoted to define a general algorithm for approximating the optimum workload. Various computational experiments show that Vantilborgh's (1985) method is the fastest of the three algorithms on any data set dimensio
- …
