Distributed processing frameworks process data in parallel by dividing it into multiple partitions and each partition is processed in a separate task. The number of tasks is always created based on the total file size. However, this can lead to launch more tasks than needed in the case of hybrid layouts, because they help to read less data for certain operations (i.e., projection, selection). The over-provisioning of tasks may increase the job execution time and induce significant waste of computing resources. The latter due to the fact that each task introduces extra overhead (e.g., initialization, garbage collection, etc.). To allow a more efficient use of resources and reduce the job execution time, we propose a cost-based approach that...
In this thesis, we examine an important issue in the execution of parallel programs on multicomputer...
Given paper contain proposed approached for task scheduling which is done on a group of computers. A...
. In this paper we present a new method for achieving a higher cost--efficiency on parallel computer...
Distributed processing frameworks process data in parallel by dividing it into multiple partitions a...
The goal of languages like Fortran D or High Performance Fortran (HPF) is to provide a simple yet ef...
We propose and evaluate a hybrid task scheduling method in order to reduce elapse time of parallel a...
This paper describes the hybrid approach to task allocation in distributed systems by using problem-...
While fine-grained concurrent languages can naturally capture concurrency in many irregular and dyna...
This work was also published as a Rice University thesis/dissertation: http://hdl.handle.net/1911/1...
This paper describes the hybrid approach to task allocation in distributed systems by using problem ...
Parallel processing is capable of executing a large number of tasks on a multiprocessor at the same ...
International audienceThe continuous proliferation of multicore architectures has placed a great pre...
The goal of languages like Fortran D or High Performance Fortran (HPF) is to provide a simple yet ef...
This paper introduces HybridMR, a novel model for the execution of MapReduce computation on hybrid c...
Emerging architecture designs include tens of processing cores on a single chip die; it is believed ...
In this thesis, we examine an important issue in the execution of parallel programs on multicomputer...
Given paper contain proposed approached for task scheduling which is done on a group of computers. A...
. In this paper we present a new method for achieving a higher cost--efficiency on parallel computer...
Distributed processing frameworks process data in parallel by dividing it into multiple partitions a...
The goal of languages like Fortran D or High Performance Fortran (HPF) is to provide a simple yet ef...
We propose and evaluate a hybrid task scheduling method in order to reduce elapse time of parallel a...
This paper describes the hybrid approach to task allocation in distributed systems by using problem-...
While fine-grained concurrent languages can naturally capture concurrency in many irregular and dyna...
This work was also published as a Rice University thesis/dissertation: http://hdl.handle.net/1911/1...
This paper describes the hybrid approach to task allocation in distributed systems by using problem ...
Parallel processing is capable of executing a large number of tasks on a multiprocessor at the same ...
International audienceThe continuous proliferation of multicore architectures has placed a great pre...
The goal of languages like Fortran D or High Performance Fortran (HPF) is to provide a simple yet ef...
This paper introduces HybridMR, a novel model for the execution of MapReduce computation on hybrid c...
Emerging architecture designs include tens of processing cores on a single chip die; it is believed ...
In this thesis, we examine an important issue in the execution of parallel programs on multicomputer...
Given paper contain proposed approached for task scheduling which is done on a group of computers. A...
. In this paper we present a new method for achieving a higher cost--efficiency on parallel computer...