Changeset e48d441 in git
- Timestamp:
- Apr 28, 2015, 10:59:51 AM (8 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 8d7e7087b3efde06f39fa40905754b831c1d7bd0
- Parents:
- 4442f24da6fca98672573b143a53742e82d5b9c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/dyn_modules/singmathic/singmathic.cc
r4442f2 re48d441 482 482 const ideal I=(ideal) arg->Data(); 483 483 mgb::GroebnerConfiguration conf(characteristic, varCount,I->rank); 484 conf.setMaxThreadCount(0); // default number of cores 484 485 if (!setOrder(currRing, conf)) 485 486 return TRUE; … … 567 568 Routine may be nested inside other parallel routines 568 569 570 conf.setMaxThreadCount(0); // default number of cores 569 571 */ 570 572 #endif /* HAVE_MATHICGB */
Note: See TracChangeset
for help on using the changeset viewer.