English | 中文 | Русский | Français
2,602 Posts served
8,350 Conversations started
Share your methods and ideas on threading everything from games to financial services apps. Remember, multiple cores are better than one!
Finding White Rabbits in your code
Hello Parallel Programers, I'm Aaron Tersteeg, the Intel® Parallel Programming Community Manager. Welcome to Episode 57 of Parallel Programming Talk. On today's show we are running an conversation that was recorded at the Intel Developer Forum in October. Stefanus Du Toit, Michael McCool and Anwar Ghuloum discuss Ct & RapidMind Data Parallelism Technology currently in development. Download an MP3 of the show. Download a video of [...]
I'm one of the people who recently joined Intel from RapidMind. Together with the rest of the formerly-RapidMind team I am working on a product based on Ct Technology and our RapidMind development platform. It's been an exciting three months so far, and we already feel very much at home at Intel. If you'd like [...]
The realities of parallel programming as illustrated by a fictional character.
I would like to tell you about an error that a person not familiar with OpenMP technology too well can easily make. The error is related to a wrong supposition about how atomic directive works.
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. Download a video of the 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 [...]
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 [...]