Quick pointer to a blog entry by Michael J Huelskoetter over at Intel’s Software Network blog
When talking about parallel programming it’s not all about dual- or quad-core platforms – multi-threaded applications are also found in high-performance computing environments like cluster computing. Especially in this area a lot of things have to be done from the developer‘s perspective when optimizing the software for Intel platforms.
For this kind of multi-multi-core architectures Intel provides some useful and compelling tools supporting software developers to multi-thread their clustered applications and operating systems. For this purposes there are different tools you can buy from Intel…
Credit to Multicore.info for the link.

When talking about parallel programming it’s not all about dual- or quad-core platforms – multi-threaded applications are also found in high-performance computing environments like cluster computing. Especially in this area a lot of things have to be done from the developer‘s perspective when optimizing the software for Intel platforms.

