Intel muli-core programming tool becomes open-source

Posted on Thursday, July 26 2007 @ 4:08 CEST by Thomas De Maesschalck
Intel has made its cross-platform Thread Building Blacks 2.0 template library open-source. ARS Technica writes:
The aim of TBB, which I've described in previous coverage of Intel's multicore compilers, is to make it easier for coders in C++ to express task-level parallelism. TBB works by abstracting parallelism above the level that most programmers are currently used to, especially those coders who use POSIX or Windows threads. Coders can use the TBB template library in conjunction with the platform's native threads, and the different pieces of the project (task scheduler, mutex locks, atomic operations, containers, etc.) can be used independently of one another.

Intel clearly wants to position TBB as the standard tool for writing multithreaded code, as opposed to OpenMP, and Windows and POSIX threads. The company claims that the project as a whole is committed to processor-, compiler-, and OS-independence, and they've launched a new site for the open-source version: threadbuildingblocks.org. The site has all the typical open-source project aspects, like a CVS, forums, mailing lists, and so on, and Intel is currently in the process of adding engineers to it. TBB 2.0 currently runs on non-Intel hardware, like the G5, and on operating systems from Solaris to Linux. It also works with multiple compilers, including Intel's own in-house compiler and gcc.

James Reinders, chief evangelist and director of Marketing for Intel, has written an O'Reilly book on TBB 2.0, so Intel is announcing that as well. The book has a foreword by Adobe's Alexander Stepanov, and there's a free chapter available for download for anyone who wants to learn more about the project.


About the Author

Thomas De Maesschalck

Thomas has been messing with computer since early childhood and firmly believes the Internet is the best thing since sliced bread. Enjoys playing with new tech, is fascinated by science, and passionate about financial markets. When not behind a computer, he can be found with running shoes on or lifting heavy weights in the weight room.



Loading Comments