Archives

Posts in the "Open Source" Category RSS

Intel is actively innovating with the open source community and collaborate with commercial vendors to develop Linux and other turnkey OSS solutions. Read what we are thinking and support the growth of the community.

« Older Entries
Newer Entries »

OpenSolaris 2008.05 - packaging update

By David Stewart (Intel) (83 posts) on June 12, 2008 at 8:15 pm
Comments (11)

One of the goals of the OpenSolaris 2008.05 release was to make it easier to keep your system up to date, by downloading updated packages over the web. That way, you could get updates only to what you have installed, rather than getting an update to the whole world. (On a side note, I just [...]

Continued ›

Category: Open Source

Exception Handling and Cancellation in TBB - Part IV – Using context objects

By Andrey Marochko (Intel) (4 posts) on June 11, 2008 at 2:41 am
Comments (1)

After a good deal of theoretizing about various cancellation scenarios, we’ve finally reached the point where we can touch a bit more material substance (if one can say so about information☺). So let’s see how to use group contexts in practice. You can create an instance of task group context using any technique applicable to C++ [...]

Continued ›

Category: Multicore, Open Source, Threading Building Blocks

The three advantages of open source

By David Stewart (Intel) (83 posts) on June 10, 2008 at 11:35 am
Comments (3)

I'm working on a paper right now for a conference later in the month.  Part of it is talking to the way the OpenSolaris community works and ways it can improve. I find myself writing prose that makes me sound smarter than I really am, and I get worried!  Here is my simple analysis of the [...]

Continued ›

Category: Open Source, Software Engineering

The user-driven evolution of tbb::pipeline

By Alexey Kukanov (Intel) (2 posts) on June 9, 2008 at 7:10 am
Comments (1)

The implementation of tbb::pipeline algorithm has been significantly reworked for the next TBB version, and the improvements were mostly driven by customers and community. Read this post to learn about the changes that have got into the product and those that have not, and comment on what other improvements you think should be done.

Continued ›

Category: Multicore, Open Source, Threading Building Blocks

Magically using Intel new instructions with no effort on your part

By David Stewart (Intel) (83 posts) on June 6, 2008 at 4:53 pm
Comments (10)

This is episode #3 of the series of 5 minute videos I am doing on OpenSolaris and our open source optimizations for Xeon. This one is on how we are actually helping you get better performance by taking advantage of new Intel processor instructions without any effort on your part as a developer or [...]

Continued ›

Category: Open Source

Exception Handling and Cancellation in TBB - Part III – Use cases with nested parallelism

By Andrey Marochko (Intel) (4 posts) on June 4, 2008 at 4:33 am
Comments (1)

Now that we’ve familiarized ourselves with the simple scenarios in the previous part of this post, let’s consider more complex, but nevertheless ubiquitous use case of nested parallelism (maybe it is even more widespread that non-nested usages). When we considered a standalone algorithm, canceling any of its tasks naturally caused unconditional cancellation of all its other [...]

Continued ›

Category: Multicore, Open Source, Threading Building Blocks

The Concurrent Queue Container with Sleep Support

By Wooyoung Kim (Intel) (1 posts) on June 3, 2008 at 5:59 am
Comments (0)

The TBB Concurrent Queue container is a bounded first-in-first-out data structure. Multiple threads may concurrently insert items into it and take items out of it [1]. The main operations supported are push and pop. (The names may be misleading. Nonetheless, the TBB concurrent queue guarantees that an item inserted before another will be removed before [...]

Continued ›

Category: Multicore, Open Source, Threading Building Blocks

Google IO Conference - Day 2

By Kevin Pirkl (Intel) (19 posts) on May 29, 2008 at 3:45 pm
Comments (6)

From day 1 registration - Oh the panic in the crowd at Google IO 2008 #io2008 Summize #io2008 Twemes #io2008 I'm going to let this one ride all the way as it (I'm not big on spelling corrections, etc..) I've typed enough notes today and I'll have to take another look at it tomorrow and perhaps then [...]

Continued ›

Category: Open Source

Got Content? Share it!

By Arti Gupta (Intel) (6 posts) on May 29, 2008 at 10:58 am
Comments (2)

The Intel Software Network team would love you to share your knowledge with the rest of its users. We want to grow our content base with technical articles, how-tos or stories about how our users have used Intel technology in their products. The content can be in any format -- text or videos. As [...]

Continued ›

Category: Atom, Cool Software, Events, Financial Software Industry, Gaming, Graphics, Intel® Software Network 2.0, Manageability, Mobility, Multicore, Open Source

Easy HPC for bioinformatics - Build your own cluster

By Paul Guermonprez (Intel) (2 posts) on May 29, 2008 at 4:38 am
Comments (2)

Easy HPC for bioinformatics - Build your own cluster Research and industry need huge amounts of computing power, especially in fields like life sciences, where the need to understand life mechanisms and cure diseases is endless. In a time where research is funded on a per project or lab basis, sharing large HPC (High Performance Computing) [...]

Continued ›

Category: Financial Software Industry, Multicore, Open Source, Software Engineering, University Curriculum
« Older Entries
Newer Entries »