Coder Social home page Coder Social logo

acse-bn20 / ahmed Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xantares/ahmed

0.0 0.0 0.0 712 KB

Another software library on hierarchical matrices for elliptic differential equations

License: Other

C++ 63.89% Perl 1.51% C 32.20% Objective-C 1.16% CSS 1.24%

ahmed's Introduction

 
               Another software library on Hierarchical Matrices
                  for Elliptic Differential equations (AHMED)

                               by M. Bebendorf

This C++ software library implements the structure of hierarchical matrices
for the efficient treatment of discrete solution operators for elliptic
boundary value problems.


Requirements for compiling AHMED
--------------------------------
a. C/C++ compiler
Recent C and C++ compilers supporting OpenMP directives are required.
We recommend using the Intel compilers.

b. BLAS/LAPACK
Time-critical components of AHMED are based on BLAS and LAPACK
(see http://www.netlib.org/LAPACK). We recommend Intel's Math
Kernel Library (MKL) or GOTO BLAS.

c. METIS
Some parts of the library require George Karypis' graph partitioning
software METIS. It is included in many linux distributions.
Alternatively, you can obtain it from 

      http://glaros.dtc.umn.edu/gkhome/metis/metis/overview

d. MPI
Parallelization in AHMED is based on the Message Passing Interface (MPI).
You need a recent implementation (OpenMPI, MPICH2) unless you want only the
sequential version of AHMED.



Compiling the library
---------------------
a. The configuration of AHMED can be done via cmake. Execute

      mkdir build
      cd build
      CC=<path to C compiler> CXX=<path to C++ compiler> cmake ..

   Appending '-DENABLE_MPI=1' to the previous command activates the parallel
   parts of the library. For further options use the ncurses interface via
   executing "ccmake ..".

c. Compile AHMED by calling
 
     make


Documentation
-------------
The sources are partially documented using the documentation system 'doxygen';
see http://doxygen.sf.net for further information on doxygen. The results of
doxygen can be found in the Doc/ directory. Some examples on how to use the
library can be found in the Examples/ directory.


Further information
-------------------
Further information can be obtained from the web site

      http://bebendorf.ins.uni-bonn.de/AHMED.html

ahmed's People

Contributors

xantares 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.