]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove an offending Assertion in tbb
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Dec 2013 13:20:14 +0000 (13:20 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Dec 2013 13:20:14 +0000 (13:20 +0000)
git-svn-id: https://svn.dealii.org/branches/releases/Branch-8-1@32046 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/bundled/tbb41_20130401oss/src/tbb/arena.cpp

index 52a5433717841146fa98eb81a5202284b9f1495a..3b3372cd9ee8b444337846e6576bc6202e61fd43 100644 (file)
@@ -314,7 +314,8 @@ inline bool arena::may_have_tasks ( generic_scheduler* s, arena_slot& slot, bool
     if ( !s ) {
         // This slot is vacant
         __TBB_ASSERT( slot.task_pool == EmptyTaskPool, NULL );
-        __TBB_ASSERT( slot.tail == slot.head, "Someone is tinkering with a vacant arena slot" );
+        // Disable this assertion - 2013 maier
+        // __TBB_ASSERT( slot.tail == slot.head, "Someone is tinkering with a vacant arena slot" );
         return false;
     }
     dequeuing_possible |= s->worker_outermost_level();

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.