1,228 Posts served
5,086 Conversations started
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.
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 [...]
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++ [...]
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 [...]
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.
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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) [...]