GithubHelp home page GithubHelp logo

cmjiang / xsygvic Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 623 KB

A LAPACK-style package for solving ill-conditioned generalized symmetric eigenvalue problems.

Makefile 0.18% Fortran 99.71% SourcePawn 0.11%

xsygvic's Introduction

===================
xSYGVIC Readme File
===================

-------------------------------
Test Run of the xSYGVIC package
-------------------------------
* To test the xSYGVIC package, just type:
  ./test

  If all work correctly (compile, execution ..), file ``out.txt''
  will be generated in the same directory. It reports the test cases
  and computed results. 

* If necessary, you need to change the permission of 'test' 
  to make it executable: 
  chmod 755 test

-----------------------
BLAS and LAPACK Library
-----------------------
* If BLAS and LAPACK are not installed on your machine, type 'make' will 
  generate the LAPACK library with the associated LAPACK files in the 
  directory 'lapacklib'.

* For better performance, if BLAS and LAPACK are available on your machine,
  say Intel's MKL, modify 'make.inc' to specify:
  (1) LAPACK_DIR
  (2) LAPACK_LIB
  and comment the line:
  LAPACK_LIB = $(MAIN_DIR)/liblapack.a

--------
Compiler
--------
* Install 'gfortran' if there is not fortran compiler on your machine.
  On Ubuntu, type:
  sudo apt-get install gfortran

* If Intel's MKL is to be used, change the complier from 'gfortran' 
  to 'ifort' in the file 'make.inc'.

------------------------
Run individual test case
------------------------
* The main test routine is 'tstdsygvic.f90' in the directory /example.

* After successfully compiling the package, a test execution file named
  'tstdsygvic' will be generated in /example.

* To simply run the test /example, type:
  ./tstdsygvic Aname Bname output
  where Aname and Bname are names of the matrix files, and
  output is the name of the output file.

--------------------------
Format of the Input Matrix
--------------------------
* The first line of matrix file specify the order of the matrix, and the
  following lines are the data of the matrix.

-----------
Directories 
-----------
    lapacklib .... Sourcecode of blas and lapack (only contains the 
                   subroutines to be used)
    src .......... Source code
    example ...... Test examples of the code
    doc .......... Working notes 

xsygvic's People

Contributors

cmjiang avatar

Stargazers

 avatar Raul Laasner avatar

Watchers

 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.