Changeset b7fbc4 in git for Singular/LIB/modnormal.lib


Ignore:
Timestamp:
Dec 4, 2013, 8:50:48 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
6c8ba30f3cbc3b424a708defb57649b060a4b243843b28b90e7bb33ae285dcdd56c7dc85a67490f8
Parents:
2e553acee0b24bae7b2fe1cb119ef17007180257c5c7aa0443a28ee851d552fdd34d96d06af91ae1
Message:
Merge pull request #439 from steenpass/parallel_sw

new parallel.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/modnormal.lib

    r2e553a rb7fbc4  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="version modnormal.lib 4.0.0.0 Jun_2013 "; // $Id$
     2version="version modnormal.lib 4.0.0.0 Dec_2013 "; // $Id$
    33category = "Commutative Algebra";
    44info="
     
    314314        modarguments[j-(k-1)*n2-sh] = list(I, L[j], condu, printTimings, #);
    315315      }
    316       modresults = parallelWaitAll("modpNormal", modarguments,
    317         list(list(list(ncores))));
     316      modresults = parallelWaitAll("modpNormal", modarguments, 0, ncores);
    318317      for(j = (k-1)*n2+1+sh; j <= k*n2+1; j++)
    319318      {
Note: See TracChangeset for help on using the changeset viewer.