Changeset 95330f in git for kernel


Ignore:
Timestamp:
Jun 21, 2013, 5:22:19 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
96c5cb800f6f54049fb5595e82c0d4d3fc31f8c5
Parents:
586895a48fa9305d2765860e40aaa0c9ca6c114c
Message:
Switched-off suspicious kernel's functionality: eigenvals and gms

NOTE: it seems that kernel's eigenval&gms are not tested in master and
may produce wrong results (see https://github.com/Singular/Sources/issues/336)

Suspicious tests include:
Manual/fouriersystem.tst, Manual/Gauss-Manin_connection_1.tst,
Manual/goodBasis.tst, Manual/monodromy.tst, Manual/qepcadsystem.tst,
Manual/spectrum.tst, Manual/sppairs.tst, Manual/tmatrix.tst,
Manual/vfilt.tst, Manual/vwfilt.tst

+ the following which run out of time: Manual/Gauss-Manin_connection.tst,
Manual/monodromyB.tst, Manual/bernstein.tst, Short/gaussm_ex.tst,
Short/monodromy_s.tst
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/mod2.h

    r586895 r95330f  
    3939#define FAST_AND_DIRTY
    4040
    41 #ifndef HAVE_DYNAMIC_LOADING
     41#if 0
     42/* defined(HAVE_DYNAMIC_LOADING)? TODO: the following features are not tested in legacy Singular! :( */
     43
    4244/* eigenvalues */
    4345#define HAVE_EIGENVAL 1
     
    4547/* Gauss-Manin system */
    4648#define HAVE_GMS 1
     49
    4750#endif
    4851
Note: See TracChangeset for help on using the changeset viewer.