From 021f398336b7448aba9acc61f282a0685f2d65f5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 19 Nov 2010 01:53:58 +0000 Subject: [PATCH] Upgrade to TBB 3.0. This fixes a bunch of testsuite failures on our new 48-core machine. git-svn-id: https://svn.dealii.org/trunk@22817 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 2be99ffac4..6f3a02ee1d 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -94,6 +94,13 @@ through DoFHandler::get_tria() and DoFHandler::get_fe(), respectively.

General

    +
  1. Updated: The version of the Threading + Building Blocks (TBB) shipped with deal.II has been updated + to release 3.0 Update 3 (Commercially aligned version). +
    + (WB, 2010/11/18) +

  2. +
  3. New: While 2d and 3d could mostly be handled with the same code, dimension-independent programming was always a bit different because the faces of 1d cells (i.e. vertices) did not -- 2.39.5