Changeset e48d441 in git


Ignore:
Timestamp:
Apr 28, 2015, 10:59:51 AM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
8d7e7087b3efde06f39fa40905754b831c1d7bd0
Parents:
4442f24da6fca98672573b143a53742e82d5b9c2
Message:
add: setting cores for singmathic (currently: default)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/dyn_modules/singmathic/singmathic.cc

    r4442f2 re48d441  
    482482  const ideal I=(ideal) arg->Data();
    483483  mgb::GroebnerConfiguration conf(characteristic, varCount,I->rank);
     484  conf.setMaxThreadCount(0); // default number of cores
    484485  if (!setOrder(currRing, conf))
    485486    return TRUE;
     
    567568        Routine may be nested inside other parallel routines
    568569
     570  conf.setMaxThreadCount(0); // default number of cores
    569571*/
    570572#endif /* HAVE_MATHICGB */
Note: See TracChangeset for help on using the changeset viewer.