Git Product home page Git Product logo

clique's Introduction

NOTICE: Clique was merged into Elemental and was extended to support a large variety of additional operations, such as sparse Interior Point Methods for LPs and QPs

Clique

A C++ sparse-direct solver for distributed-memory architectures with an emphasis on scalable triangular solves and memory usage. The library was initially released as part of A parallel sweeping preconditioner for heterogeneous 3D Helmholtz equations (a preprint is available on arXiv) and is built directly on top of Elemental.

You may check out a copy of Clique using the command:

git clone --recursive git://github.com/poulson/Clique.git

The --recursive argument handles checking out Elemental as a git submodule. If you have an especially outdated version of git, then you may instead need to run:

git clone git://github.com/poulson/Clique.git
cd Clique
git submodule update --init

and, with even older versions of git:

git clone git://github.com/poulson/Clique.git
cd Clique
git submodule init
git submodule update

Documentation

The documentation for the development version of Clique is built using Sphinx.

Related open-source packages

Implementations:

  1. DSCPACK
  2. MUMPS
  3. PSPASES
  4. SuperLU_Dist

Wrappers:

  1. PETSc
  2. Trilinos (Amesos)

Note that PETSc contains interfaces for both Clique and Elemental.

clique's People

Contributors

poulson avatar kruger avatar

Stargazers

 avatar  avatar xywei avatar Vishal Belsare avatar Dominic Meiser avatar  avatar James Thornton avatar Omar Al-Hinai avatar Shifan Zuo avatar Murat Keçeli avatar  avatar Florian Rathgeber avatar Carter Tazio Schonwald avatar Martin Andersen avatar Aakarsh Nair avatar Scott Sawyer avatar Paul Hilscher avatar

Watchers

Theodore Kisner avatar  avatar  avatar Austin Benson avatar James Cloos avatar Paul Hilscher avatar Murat Keçeli avatar Piotr Luszczek 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.