Skip to main content

Journal of Parallel and Distributed Computing

ISSN: 0743-7315

Visit Journal website

Datasets associated with articles published in Journal of Parallel and Distributed Computing

Filter Results
1970
2024
1970 2024
2 results
  • Data for: A Scalable Contention Manager for Software Transactions on the GPU
    Data used to generate the graphs and figures in the paper
    • Dataset
  • HLAM: Hybrid Linear Algebra Methods
    HLAM brings hybrid parallelism to several linear algebra iterative methods. While distributed-memory parallelism relies on MPI, shared-memory parallelism can be based on either the fork-join paradigm (via OpenMP) or the task paradigm (via OpenMP or OmpSs-2). The list of supported algorithms includes: · CG: conjugate gradient (classical implementation) · CGNB: nonblocking conjugate gradient (SpMV on matrix Ar) · BiCGStab: biconjugate gradient stabilished (classical implementation) · BiCGStabB1: one blocking biconjugate gradient stabilished · Jacobi · GaussSeidelColour: Gauss-Seidel (coloured scheme implementation) · GaussSeidelRelax: Gauss-Seidel (relaxed implementation)
    • Software/Code