Coder Social home page Coder Social logo

paqr_sc22's Introduction

paqr_SC22

Artifact Description / Article Evaluation for SC22

Four components are present to reproduce the results in the paper.

  1. paqr_matlab.tar.gz
  2. docker wissamsid/paqr_lapack
  3. docker abdelfattah83/paqr_batch_cuda:latest
  4. paqr_scalapack.tar.gz

1) MATLAB

In order to reproduce MATLAB results.

tar xz paqr_matlab.tar.gz
cd matlab/src
matlab
>>> test(100);

The "100" should be replaced by "1000" to get results of Table1.

NOTE: The version of MATLAB used is R2020a Update 2 (9.8.0.1380330) 64-bit (glnxa64).

2) LAPACK

docker pull wissamsid/paqr_lapack
docker run -it --entrypoint=bash --privileged --userns=host wissamsid/paqr_lapack
sh test_paqr_lapack.sh 100 100

In order to reproduce the results of Table2, replace "100 100" by "10000 10000".

NOTE: The version of LAPACK used is 3.10.0.

3) MAGMA

In order to reproduce the results of Table3, run the following:

docker pull abdelfattah83/paqr_batch_cuda:latest
docker run -it --entrypoint=bash --privileged --userns=host abdelfattah83/paqr_batch_cuda:latest
sh test_paqr_batch.sh

NOTE: The MAGMA version used is 2.5.0.

4) ScaLAPACK

The following "module load" are examples only. This only highlights that cmake, MKL and Open-MPI should be present in the environment.

tar xzf paqr_scalapack.tar.gz
module load cmake intel-oneapi-mkl openmpi
cd scalapack
bash test.sh

The five results lines correspond to: warmup QR 1, warmup QR 2, QR, PAQR, QRCP.

NOTE: The ScaLAPACK version used is 2.2.

Appendix) Software stack for LAPACK and ScaLAPACK

The ScaLAPACK code was compiled with:

  • GCC/10.2.0
  • Intel-oneapi-MKL/2022.0.2
  • Open-MPI/4.1.2
  • cmake/3.22.2

paqr_sc22's People

Contributors

cayrols avatar drslmw avatar

Stargazers

 avatar

Watchers

 avatar

paqr_sc22's Issues

paqr_lapack

Hello,

I am particularly interested in your work. May I ask if you can open source the code for paqr_lapack_tar.gz?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.