English | 中文 | Русский | Français
2,590 Posts served
8,335 Conversations started
Share your methods and ideas on threading everything from games to financial services apps. Remember, multiple cores are better than one!
Intel® Parallel Studio Service Pack 1 is now available, adding support for Windows* 7. SP1 is well worth downloading and installing - here are some of the reasons: Parallel Inspector and Parallel Amplifier can be driven (for automating test suites) from the command line now. Bug fixes - of course - not many issues needed fixing, but you [...]
I didn't get the chance to go to the SC09 conference, but I am watching the news that's coming out of that event. One of the regular features at SC is the release of the TOP500 list of most powerful computers in the world. Check out the website (www.top500.org) for the most current [...]
That is using of a "nothrow"-variant of new operator which returns NULL in case of failure and allows you to write a simpler OpenMP code.
Once again I would like to discuss the issue of using magic constants in code. We can eternally repeat that one should use sizeof() operator for correct calculation of the size of memory being allocated. But both this knowledge and correct writing of a new code will not help you detect an error already existing in the maze of the old code in large projects.
Hello Parallel Programers! I'm Aaron Tersteeg, Welcome to Episode 56 of Parallel Programming Talk Joining me is guest co-host Dr. Michael Wrinn & James Reinders. Download an mp3 of show. The News: Intel® Parallel Studio Webinars - Live sessions are held at 9 a.m. PST/Noon EST. * Dec. 1: Bernard Laberge, Avid: A Quick and Easy Way to Parallelize a Legacy Codebase [...]
Today, Intel Corporation unveiled Intel® Parallel Universe Portal, a cloud-based scaling analysis tool to help with parallel programming.
Available today: a way to test scaling using cloud-computing, we have just released this web-based tool to help with parallel programming. Our Intel® Parallel Universe Portal will take your Windows (32 bit) application, run it through the scaling analysis engine in Intel Parallel Studio, and give back a report about the performance running on up to [...]
I'm presently attending the Microsoft PDC 2009 conference and I am today in the Patterns of Parallel Programming workshop. It appeared that the workshop was being recorded and so I sent an e-mail to some of the PDC 2009 organizers and can confirm that the Patterns of Parallel Programming workshop recording will be available to all attendees. Richard [...]
This week I get to “talk parallel” at Supercomputing 2009 in Portland and at Microsoft’s Professional Developer’s Conference in L.A. If you will be either place, you should visit us at our booths and talks! If you are in Portland Oregon for Supercomputing 2009, we can show you our latest Cluster Tools update and the beta [...]
This morning, I took a rare break, and attended a tutorial at Supercomputing. I'm glad I did. The tutorial looked at the pros and cons of mixing MPI and OpenMP in a single program, and was taught by Rolf Rabenseifner (University of Stuttgart), Georg Hager (University of Erlangen) and Gabriele Jost (Texas Advanced Computing Center/Naval Postgraduate School). Not too [...]
On the way to composing a first thread-parallel version of n-body code, Robert points out parallelization has already been occuring, using the Intel compiler and its vectorization of simple loops.
During his tech session on Wednesday at Microsoft Tech-Ed Europe 2009 Rami Radi from Intel showed a very compelling demonstration how Intel's sampling and profiling tool VTune Performance Analyzer can help .NET developers to multi-thread their applications in order to make them run faster on multicore machines. So we asked Rami to show us this [...]
The first session during Day Four at Microsoft Tech-Ed Europe 2009 was held by Ralf Westphal, a German software developer, speaker, expert, whatever. He is a real good guy who knows a lot about (parallel) programming topics. So it was no surprise that he talked about asynchronous parallel programming in a very lively and comprehensive manner. His [...]
Hello Parallel Programers! I'm Aaron Tersteeg. Welcome to Episode 55 of Parallel Programming Talk. Joining me again is Dr. Clay Breshears. On today's show we talked with Daniel Moth from Microsoft about Visual Studio 2010. Download an mp3 of show. First the News: Intel(r) Parallel Studio Webinars Live sessions are held at 9 a.m. PST/Noon EST. Dec. 1: Bernard Laberge, Avid: A Quick [...]
Now I know at least what "Birds-of-a-feather" discussion means: many interested people come together in a medium sized room, listening to a well-educated guy talking about his favorite topic. And right after the start of the session there is a lively discussion going on where you hear a lot of new and some known things. That's [...]