Ignore:
Timestamp:
Apr 10, 2012, 1:55:49 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
a40eea
Parents:
d24c2f
Message:

Merge recent changes of the vmg library into ScaFaCos.

Includes a fix for the communication problems on Jugene.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1666 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/solver/dsysv.hpp

    rd24c2f rac6d04  
    6767  {Init();}
    6868
     69  DSYSV(int size) :
     70    T(size)
     71  {Init();}
     72
    6973  virtual ~DSYSV();
     74
     75protected:
     76  void Compute();
    7077
    7178private:
    7279  void Init();
    7380  void Realloc();
    74   void Compute();
    7581
    7682  char la_uplo;
Note: See TracChangeset for help on using the changeset viewer.