Changeset e523f3 in git


Ignore:
Timestamp:
Apr 16, 2015, 11:32:01 AM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7a5d0528fc222efce1f1e6ada3f0ba8e3ad513c3
Parents:
d5613c3b0d3ab081e2f8e63e71a3b09b84e7f3b9
Message:
comment about number of used cores for singmathic
File:
1 edited

Legend:

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

    rd5613c3 re523f3  
    553553*/
    554554
     555/* ressources: ------------------------------------------------------------
     556
     557http://stackoverflow.com/questions/3786408/number-of-threads-used-by-intel-tbb
     558When you create the scheduler, you can specify the number of threads as
     559tbb::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*/
    555570#endif /* HAVE_MATHICGB */
Note: See TracChangeset for help on using the changeset viewer.