GithubHelp home page GithubHelp logo

mfasi / hpl-ai-matrix Goto Github PK

View Code? Open in Web Editor NEW
3.0 0.0 0.0 14 KB

Extreme-scale matrices with specified ∞-norm condition number that do not require pivoting in LU factorization.

License: GNU General Public License v2.0

Makefile 5.23% C 94.77%
test-matrix condition-number infinity-norm lu-factorization

hpl-ai-matrix's Introduction

Matrices with tunable ∞-norm condition number and no need for pivoting in LU factorization

This repository contains the code for producing the data in the tables in [sect. 5, 1].

Dependencies

The code requires the GNU Scientific Library (GSL), the Intel Math Kernel Library (MKL), and OpenMPI.

Building the sources

Issuing make all should compile the source code and produce the two executables test_lowprec and test_norminf used in the experiments. The Makefile assumes that the code is being compiled on a Linux machine and that Intel MKL 2019 is available in the default location /opt/intel/compilers_and_libraries_2019. The variables CMAKE_PATH and CMAKE_INCLUDE in the Makefile should be modified to run the experiment on a system with a different configuration.

Running the experiments

The binary file test_lowprec is a standalone program and can be run with a simple ./test_lowprec. The binary file test_norminf should be used with the mpirun command, and the number of row and column processes to be used should be explicitly stated. The command

mpirun -n $(($nprows * $npcols)) ./test_norminf -m $nprows -n $npcols

should run to completion as long as the variables nprows and npcols are set and there are at least $(($nprows * $npcols)) available slots in the system (if not, the command line option --oversubscribe can be used).

References

If you use the code in this repository, please cite the preprint:

[1] M. Fasi and N. J. Higham. Matrices with tunable infinity-norm condition number and no need for pivoting in LU factorization. MIMS EPrint 2020.17, Manchester Institute for Mathematical Sciences, The University of Manchester, UK, July 2020.

License

This software is distributed under the terms of the GNU GPL v. 2 software license (see LICENSE.md).

hpl-ai-matrix's People

Contributors

mfasi avatar

Stargazers

 avatar  avatar  avatar

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.