Search
Now showing items 21-30 of 101
RGen: Data Generator for Benchmarking Big Data Workloads
(MDPI, 2021)
[Abstract] This paper presents RGen, a parallel data generator for benchmarking Big Data workloads, which integrates existing features and new functionalities in a standalone tool. The main functionalities developed in ...
Accelerating the quality control of genetic sequences through stream processing
(Association for Computing Machinery, 2023)
[Abstract]: Quality control of DNA sequences is an important data preprocessing step in many genomic analyses. However, all existing parallel tools for this purpose are based on a batch processing model, needing to have ...
Performance analysis of Java message-passing libraries on fast Ethernet, Myrinet and SCI clusters
(IEEE Computer Society, 2004-01-08)
[Abstract] The use of Java for parallel programming on clusters according to the message-passing paradigm is an attractive choice. In this case, the overall application performance will largely depend on the performance ...
Program Behavior Characterization Through Advanced Kernel Recognition
(Springer, 2007)
[Abstract] Understanding program behavior is at the foundation of program optimization. Techniques for automatic recognition of program constructs (from now on, computational kernels) characterize the behavior of program ...
Towards Low-Latency Model-Oriented Distributed Systems Management
(Springer, 2007)
[Abstract] Windows and Unix systems have been traditionally very different with regard to configuration storage and management. In this paper we have adapted our CIM-based model-driven management framework, AdCIM, to ...
Sparse Givens QR Factorization on a Multiprocessor
(IEEE Computer Society, 1996-06-01)
[Abstract]
We present a parallel algorithm for the QR factorization with column pivoting of a sparse matrix by means of Givens rotations. Nonzero elements of the matrix M to be decomposed are stored in a one dimensional ...
An Inspector-Executor Algorithm for Irregular Assignment Parallelization
(Springer, 2004)
[Abstract] A loop with irregular assignment computations contains loop-carried output data dependences that can only be detected at run-time. In this paper, a load-balanced method based on the inspector-executor model is ...
A PVM Based Library for Sparse Matrix Factorizations
(Springer, 1998)
[Abstract] We present 3LM, a C Linked List Management Library for parallel sparse factorizations on a PVM environment which takes into account the fill-in, an important drawback of sparse computations. It is restricted to ...
Compiler support for parallel code generation through kernel recognition
(IEEE Computer Society, 2004-06-07)
[Abstract] Summary form only given. The automatic parallelization of loops that contain complex computations is still a challenge for current parallelizing compilers. The main limitations are related to the analysis of ...
Exploiting locality in the run-time parallelization of irregular loops
(C R C Press, LLC, 2002-12-10)
[Abstract] The goal of this work is the efficient parallel execution of loops with indirect array accesses, in order to be embedded in a parallelizing compiler framework. In this kind of loop pattern, dependences can not ...