Close
  • Latest News
  • Artificial Intelligence
  • Big Data and Analytics
  • Cloud
  • Networking
  • Cybersecurity
  • Applications
  • IT Management
  • Storage
  • Sponsored
  • Mobile
  • Small Business
  • Development
  • Database
  • Servers
  • Android
  • Apple
  • Innovation
  • Blogs
  • PC Hardware
  • Reviews
  • Search Engines
  • Virtualization
Read Down
Sign in
Close
Welcome!Log into your account
Forgot your password?
Read Down
Password recovery
Recover your password
Close
Search
Logo
Logo
  • Latest News
  • Artificial Intelligence
  • Big Data and Analytics
  • Cloud
  • Networking
  • Cybersecurity
  • Applications
  • IT Management
  • Storage
  • Sponsored
  • Mobile
  • Small Business
  • Development
  • Database
  • Servers
  • Android
  • Apple
  • Innovation
  • Blogs
  • PC Hardware
  • Reviews
  • Search Engines
  • Virtualization
More
    Home Applications
    • Applications
    • Development
    • PC Hardware
    • Servers

    Intel Open-Sources Threading Building Blocks Software

    By
    Peter Galli
    -
    July 23, 2007
    Share
    Facebook
    Twitter
    Linkedin

      Intel is open-sourcing its Threading Building Blocks 2.0 software, a C++ template library that simplifies the development of software applications running in parallel.

      The Santa Clara, Calif., chip maker will use announce on July 24 at the annual Oscon (OReilly Open Source Convention) in Portland that the source code is now available as an open-source project under the GNU General Public License Version 2 with the runtime exception, the same one the Free Software Foundation uses for libstdc++.

      “Intel Threading Building Blocks 2.0 is a C++ runtime library that simplifies threading for performance and scalability. It is a higher-level abstraction that requires less code for threading and delivers multicore performance. It is ready today for the multicore architectures of tomorrow,” said James Reinders, software evangelist and director of marketing for Intels software development products.

      Intel will also continue to offer a packaged commercial version of the product for $299, which includes a year of technical support, upgrades and new releases, and which is built from the same source code and with exactly the same functionality as the open-source product.

      “The goal of the open-source and commercial offerings is to make parallelism more accessible for programmers and enable increased application performance on multicore processors. While parallel computing is a different creature, its not real hard to get used to, as the world around us is parallel,” Reinders said.

      /zimages/2/28571.gifThe proliferation of parallel processing hardware is creating a need for multithreading skills. Click here to read more.

      While the commercial product supports Windows, Linux and the Mac OS X, the open-source version will also support Solaris 10, FreeBSD and the G5 processor on Mac OS.

      “These are implemented in a build, but we dont have much experience using them on those platforms, so we are looking to the community to help us with those. The plan going forward is to support even more processors and operating systems,” Reinders said.

      The TBB product was first released in August 2006, and Intel has been hearing from users since then that they wanted the product to be available everywhere and for a very long time, Reinders said. “They told us that if they had both those assurances, then it would be worth programming using this method,” he said.

      Open source was a very natural and appropriate way to provide both of those, so Intel decided to take the plunge, he said. “We are not just open-sourcing it and hoping people show up, we are increasing the number of people at Intel working on the project and encouraging others to contribute and participate in it going forward,” he said.

      “We expect that open-sourcing the project will give it a broader appeal, and I am quite confident based on experience that as people try it, they will find it to be a very good system for parallelism, and I think we will see a lot of people start playing around and learning parallelism with it,” he said.

      /zimages/2/28571.gifClick here to read about how Intel wove in more threads.

      Intel is adding a number of people to the core development team for the product, which is a high-priority project for the company and its customers, he said. “We think that helping people program for parallelism is extraordinarily important, as Intel has a lot of exciting ideas for multicore processors in the future and, without the software, they are not as useful,” Reinders said.

      While Intel plans to take a strong role in maintaining and making sure the project moves forward, it is also very aware of the power of the community, he said, and “We really hope they get involved, as their contributions, along with those from our core development team, will make a difference to the product going forward.”

      Next Page: Programming in parallel.

      Programming in Parallel


      Reinders also floated the possibility of Java and .Net versions of TBB in the future. “While our main commitment is making sure we do well with C++, we think that the concepts of abstracting parallelism, of having a very sophisticated runtime to handle all the mapping of tasks on the threads, those core ideas of what we have in threading building blocks could be applied to .Net and Java,” he said.

      Now that the product has been open-sourced, the hope is that more people will look at that and whether it is a good idea or not, he said, adding that Intel wanted to gauge the level of interest in, potential usage of and possible contribution to, such a project.

      /zimages/2/28571.gifHow can developers control complexity? Click here to read more.

      “We are interested in seeing where that takes us, and if leadership emerges in the community to take this to Java or .Net, that will be a big factor in determining if we do it,” Reinders said.

      As the world has already moved to multicore processing, programmers need to start thinking about taking a single program and having it take advantage of multiple processors, he said. But the challenge is taking C++ and extending it to allow every one of those programmers to do parallelism without having to abandon that language, as well as getting it to an appropriate level of abstraction. “Intel TBB 2.0 gets you there,” he said.

      Some existing users, like Marc Snir, head of the Computer Science Department at the University of Illinois at Urbana-Champaign, agree with that claim. “TBB promises to change how parallel programming is done in C++,” Snir said.

      Intel TBB uses generic programming to be efficient, but lets programmers express tasks instead of threads, allowing scalable programs at a fraction of the developer effort required for C++ with threading packages, he said. The software also provides an abstraction for parallelism that avoids the low-level programming inherent in the direct use of threading packages such as p-threads or Windows threads.

      /zimages/2/28571.gifAMD is readying its quad-core Opteron processor for shipping in August. Will the new chip slow Intels momentum? Click here to read more.

      It is also designed to work with any C++ compiler, while its building blocks for threading can be used as a whole or in pieces, and co-exist with raw threads and OpenMP, which simplifies the development of applications for multicore systems, Reinders said. The software also detects the number of cores on the hardware platform and makes the necessary adjustments to allow the software to adapt as more cores are added.

      TBB is currently used on a wide variety of C++ applications, particularly ones where scalable performance is important, such as content creation, animation, financial services, electronic design, and automation and design simulation, he said.

      A number of customers like Martin Watt, senior software engineer at Autodesk, headquartered in San Rafael, Calif., are active in providing product feedback to Intel. “We used to say make it right, then make it fast. We cant do that anymore. TBB lets us design for correctness and speed up front,” he said.

      Among the key benefits of TBB 2.0 are its ability to abstract parallelism without a loss of performance, that it is easier to program and maintain, and that it allows generic programming for performance and portability, Reinders said.

      The product coexists with native threads in Windows, Posix and OpenMP, and supports 32-bit and 64-bit platforms as well as Intel, GNU and Microsoft compilers. It is portable across the Windows, Linux and Mac OS X platforms and supports the Intel Thread Checker and Profiler tools, he said.

      Looking forward, Reinders said he expects to see a lot of usage by both open-source projects and distributions and closed-source projects, as well as many more new ports and more binaries, so it becomes truly ubiquitous.

      /zimages/2/28571.gifCheck out eWEEK.coms for the latest open-source news, reviews and analysis.

      Peter Galli
      Peter Galli has been a financial/technology reporter for 12 years at leading publications in South Africa, the UK and the US. He has been Investment Editor of South Africa's Business Day Newspaper, the sister publication of the Financial Times of London.He was also Group Financial Communications Manager for First National Bank, the second largest banking group in South Africa before moving on to become Executive News Editor of Business Report, the largest daily financial newspaper in South Africa, owned by the global Independent Newspapers group.He was responsible for a national reporting team of 20 based in four bureaus. He also edited and contributed to its weekly technology page, and launched a financial and technology radio service supplying daily news bulletins to the national broadcaster, the South African Broadcasting Corporation, which were then distributed to some 50 radio stations across the country.He was then transferred to San Francisco as Business Report's U.S. Correspondent to cover Silicon Valley, trade and finance between the US, Europe and emerging markets like South Africa. After serving that role for more than two years, he joined eWeek as a Senior Editor, covering software platforms in August 2000.He has comprehensively covered Microsoft and its Windows and .Net platforms, as well as the many legal challenges it has faced. He has also focused on Sun Microsystems and its Solaris operating environment, Java and Unix offerings. He covers developments in the open source community, particularly around the Linux kernel and the effects it will have on the enterprise.He has written extensively about new products for the Linux and Unix platforms, the development of open standards and critically looked at the potential Linux has to offer an alternative operating system and platform to Windows, .Net and Unix-based solutions like Solaris.His interviews with senior industry executives include Microsoft CEO Steve Ballmer, Linus Torvalds, the original developer of the Linux operating system, Sun CEO Scot McNealy, and Bill Zeitler, a senior vice president at IBM.For numerous examples of his writing you can search under his name at the eWEEK Website at www.eweek.com.
      Get the Free Newsletter!
      Subscribe to Daily Tech Insider for top news, trends & analysis
      This email address is invalid.
      Get the Free Newsletter!
      Subscribe to Daily Tech Insider for top news, trends & analysis
      This email address is invalid.

      MOST POPULAR ARTICLES

      Latest News

      Zeus Kerravala on Networking: Multicloud, 5G, and...

      James Maguire - December 16, 2022 0
      I spoke with Zeus Kerravala, industry analyst at ZK Research, about the rapid changes in enterprise networking, as tech advances and digital transformation prompt...
      Read more
      Applications

      Datadog President Amit Agarwal on Trends in...

      James Maguire - November 11, 2022 0
      I spoke with Amit Agarwal, President of Datadog, about infrastructure observability, from current trends to key challenges to the future of this rapidly growing...
      Read more
      Applications

      Kyndryl’s Nicolas Sekkaki on Handling AI and...

      James Maguire - November 9, 2022 0
      I spoke with Nicolas Sekkaki, Group Practice Leader for Applications, Data and AI at Kyndryl, about how companies can boost both their AI and...
      Read more
      Cloud

      IGEL CEO Jed Ayres on Edge and...

      James Maguire - June 14, 2022 0
      I spoke with Jed Ayres, CEO of IGEL, about the endpoint sector, and an open source OS for the cloud; we also spoke about...
      Read more
      Careers

      SThree’s Sunny Ackerman on Tech Hiring Trends

      James Maguire - June 9, 2022 0
      I spoke with Sunny Ackerman, President/Americas for tech recruiter SThree, about the tight labor market in the tech sector, and much needed efforts to...
      Read more
      Logo

      eWeek has the latest technology news and analysis, buying guides, and product reviews for IT professionals and technology buyers. The site’s focus is on innovative solutions and covering in-depth technical content. eWeek stays on the cutting edge of technology news and IT trends through interviews and expert analysis. Gain insight from top innovators and thought leaders in the fields of IT, business, enterprise software, startups, and more.

      Facebook
      Linkedin
      RSS
      Twitter
      Youtube

      Advertisers

      Advertise with TechnologyAdvice on eWeek and our other IT-focused platforms.

      Advertise with Us

      Menu

      • About eWeek
      • Subscribe to our Newsletter
      • Latest News

      Our Brands

      • Privacy Policy
      • Terms
      • About
      • Contact
      • Advertise
      • Sitemap
      • California – Do Not Sell My Information

      Property of TechnologyAdvice.
      © 2022 TechnologyAdvice. All Rights Reserved

      Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.

      ×