Changeset 880f5a in git


Ignore:
Timestamp:
Nov 26, 2020, 3:38:02 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a0efc838470abff6a0d11126dd9350fd43451088
Parents:
ff23c789e393ee86c60dc11ac4ea0156c9ec9367
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2020-11-26 15:38:02+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2020-11-26 16:08:12+01:00
Message:
Revert "use: parallel verify and parallel farey"

This reverts commit bf5b1ec087536dabb9c787249254be6b319b9395.
Location:
Singular/LIB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/modstd.lib

    rff23c7 r880f5a  
    360360
    361361    /* test if result is a GB */
    362     return(system("verifyGB",result));
     362    def G = std(result);
     363    if (reduce_parallel(G, result)) { return(0); }
     364    return(1);
    363365}
    364366
  • Singular/LIB/modular.lib

    rff23c7 r880f5a  
    367367    if (arg_type == "bigint" || arg_type == "matrix")
    368368    { return(farey(farey_arg, farey_N)); }
    369     if(hasQQCoefficient(basering))
    370     {
    371       return(farey(farey_arg, farey_N));
    372     }
    373369    // else: farey_arg is an ideal or a module
    374370    exportto(Modular, farey_arg);
Note: See TracChangeset for help on using the changeset viewer.