Changes between Initial Version and Version 2 of Ticket #581


Ignore:
Timestamp:
Feb 26, 2014, 1:06:01 AM (9 years ago)
Author:
Oleksandr
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #581

    • Property Keywords exterior algebra added
    • Property Owner changed from somebody to Oleksandr
    • Property Component changed from dontKnow to singular-kernel
  • Ticket #581 – Description

    initial v2  
    11The following example:
    22
     3{{{
    34option(noredefine);option(redSB); LIB "matrix.lib";
    45ring r = (0),(e0,e1,e2,e3),dp;
     
    89matrix M[1][4] = e1*e2*e3,e0*e2*e3,e0*e1*e3,e0*e1*e2;
    910nres(M,2);
    10 
     11}}}
    1112
    1213causes on my Mac the following warnings:
    1314
     15{{{
    1416// ***dError: assume violation at kutil.cc:7169 condition: p.FDeg == p.pFDeg()
    1517// ***dError: assume violation at ../kernel/kInline.h:412 condition: FDeg == this->pFDeg()
     
    2022// ***dError: T[3] FDeg error: has 4, specified to have 1
    2123// ***dError: assume violation at sca.cc:798 condition: kTest_TS(strat)
     24}}}
    2225
    2326The warnings do not appear on a Linux machine. Here is the output of Singular --version
    2427
     28{{{
    2529Singular for x86_64-Darwin version 4.0.0 (4.0.0, 64 bit) Jan 22 2014 15:55:40 #14086c2
    2630with
     
    3438LDFLAGS : -L/sw/lib -pipe -fno-common -DOM_NDEBUG -DNDEBUG -O3 -Wno-unused-function -Wno-trigraphs -Wno-unused-parameter -Wno-unused-variable -fomit-frame-pointer -fwrapv -fvisibility=default -finline-functions -fno-exceptions -fno-rtti -fno-threadsafe-statics -funroll-loops -Qunused-arguments -rdynamic -flat_namespace -Wl,-bind_at_load -Wl,-undefined,dynamic_lookup,LIBS : -lreadline -lncurses -lpthread  (ver: 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79))
    3539argv[0]   :     Singular
    36 
    37 
    38 
     40}}}