Hi Wolfgang,

yes, the latest version.
I'm not really sure what tbb is.. I'm using the bundled version I guess? 
Since I didn't install it separately and found task.h 
under /bundled/tbb41_20130401oss/include/tbb/

*>> And can you look up the declaration of the spawn() function in task.h 
in your version of the TBB? *
Is this it? 

>         class task_base: tbb::internal::no_copy {
>         __TBB_TASK_BASE_ACCESS:
>             friend class tbb::task;
>             //! Schedule task for execution when a worker becomes 
> available.
>             static void spawn( task& t );
>             //! Spawn multiple tasks and clear list.
>             static void spawn( task_list& list );

There is also this one:

> namespace internal {
>     class scheduler: no_copy {
>     public:
>         //! For internal use only

        virtual void spawn( task& first, task*& next ) = 0;


-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to