Giter VIP home page Giter VIP logo

arpack_parpack's Introduction

ARPACK_PARPACK

For the purpose of calculation very large size eigenvalue problems. The complex arpack_parpack packages for double precision has been rewritten in fortran 90 standard. Various test files are being pasted in system in Windows\Linux\Mac OS

!| This is the modification version of the parallel arpack for F2003  |
!| all the modifications are individualy developed by YC Xi           |
!| at Tsinghua University For the purpose of using, only the          |
!| complex version of double precision is considered                  |
!| The whole structure of the lib files are divided into three main   |
!| parts                                                              |
!|    COMPLEX PARALLEL ARPACK:                                        |
!|     TWO MAIN MODULE FOR DEBUGING AND TIME STAT                     |
!|     DEBUG_MODULE.f90   STAT_MODULE.f90   PCONTEXT_MODULE.f90       |
!|                                                                    | 
!|     1.  LOCAL ARPACK + LOCAL ARPACK UTIL                           |
!|         The source files are in folder Local_arpack                |
!|         The user define function are in folder Local_arpack_util   |
!|                                                                    |
!|     2.  PARALLEL ARPACK + PARAPACK UTIL                            |
!|         The source files are in folder Paral_arpack                |
!|         The user define function are in folder Paral_arpack_util   |
!|                                                                    |
!|     3.  EXAMPLES and USING                                         |
!|         Based on previous version, six examples are designed for   |
!|         illustrating                                               |
!|         "1. For Simplest Case of Using ARPACK"                     |
!|                                                                    | 
!|         "2. For standard eigenvalue case "                         |
!|                                                                    | 
!|         "3. For standard eigenvalue case of Shift-invert mode "    |
!|                                                                    |
!|         "4. For generalized eigenvalue case "                      |
!|                                                                    |
!|         "5. For generalized eigenvalue case of Shift-invert mode " |
!|                                                                    |
!|         "6. For Parallel test "                                    |
!|                                                                    |
!=======================================================================

BLAS LAPACK and MPI Libraries are needed. In windows environment, VS2012 + Intel Visual Fortran 2017 with Intel MPI have been used. And in Mac OS and Linux System. Both Intel MPI and MPICH have been tested. Intel MKL Library has been used to provide the basic environment for using package. You can modified the linking package by yourself.

COMPILING THE CODE IN MAC OS/Linux Systems: "cd ARPACK_MINE/ARPACK_MINE" modified the Makefile " make " And then you could get the excutable file "ARPACK_TEST" and lib "myparpack.a" in the Lib file folder

COMPILING THE CODE IN WINDOWS SYSTEM: You can open the ARPACK_MINE.vfproj project file and run the project after linking the MPI and MKL library.

arpack_parpack's People

Contributors

kingjgod avatar

Stargazers

Peng Liangtao avatar Thore Kockerols avatar Pham Dang Truong avatar

Watchers

 avatar

Forkers

skphy

arpack_parpack's Issues

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.