Changeset e523f3 in git
- Timestamp:
- Apr 16, 2015, 11:32:01 AM (8 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 7a5d0528fc222efce1f1e6ada3f0ba8e3ad513c3
- Parents:
- d5613c3b0d3ab081e2f8e63e71a3b09b84e7f3b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/dyn_modules/singmathic/singmathic.cc
rd5613c3 re523f3 553 553 */ 554 554 555 /* ressources: ------------------------------------------------------------ 556 557 http://stackoverflow.com/questions/3786408/number-of-threads-used-by-intel-tbb 558 When you create the scheduler, you can specify the number of threads as 559 tbb::task_scheduler_init init(nthread); 560 561 How do I know how many threads are available? 562 563 Do not ask! 564 565 Not even the scheduler knows how many threads really are available 566 There may be other processes running on the machine 567 Routine may be nested inside other parallel routines 568 569 */ 555 570 #endif /* HAVE_MATHICGB */
Note: See TracChangeset
for help on using the changeset viewer.