We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.DC

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Distributed, Parallel, and Cluster Computing

Title: A Parallel Task-based Approach to Linear Algebra

Abstract: Processors with large numbers of cores are becoming commonplace. In order to take advantage of the available resources in these systems, the programming paradigm has to move towards increased parallelism. However, increasing the level of concurrency in the program does not necessarily lead to better performance. Parallel programming models have to provide flexible ways of defining parallel tasks and at the same time, efficiently managing the created tasks. OpenMP is a widely accepted programming model for shared-memory architectures. In this paper we highlight some of the drawbacks in the OpenMP tasking approach, and propose an alternative model based on the Glasgow Parallel Reduction Machine (GPRM) programming framework. As the main focus of this study, we deploy our model to solve a fundamental linear algebra problem, LU factorisation of sparse matrices. We have used the SparseLU benchmark from the BOTS benchmark suite, and compared the results obtained from our model to those of the OpenMP tasking approach. The TILEPro64 system has been used to run the experiments. The results are very promising, not only because of the performance improvement for this particular problem, but also because they verify the task management efficiency, stability, and flexibility of our model, which can be applied to solve problems in future many-core systems.
Comments: Final version as appeared in "dx.doi.org/10.1109/ISPDC.2014.11"
Subjects: Distributed, Parallel, and Cluster Computing (cs.DC); Performance (cs.PF); Programming Languages (cs.PL)
Journal reference: Tousimojarad, A., Vanderbauwhede, W.: A parallel task-based approach to linear algebra. In: Parallel and Distributed Computing (ISPDC), 2014 IEEE 13th International Symposium on. pp. 59-66. IEEE (2014)
DOI: 10.1109/ISPDC.2014.11
Cite as: arXiv:1404.6218 [cs.DC]
  (or arXiv:1404.6218v3 [cs.DC] for this version)

Submission history

From: Ashkan Tousimojarad Mr [view email]
[v1] Thu, 24 Apr 2014 18:39:30 GMT (426kb,D)
[v2] Fri, 3 Oct 2014 14:53:58 GMT (0kb,I)
[v3] Mon, 6 Oct 2014 15:46:24 GMT (517kb,D)

Link back to: arXiv, form interface, contact.