Categories
Archives
- June 2013
- March 2013
- February 2013
- November 2012
- October 2012
- September 2012
- June 2012
- December 2011
- November 2011
- July 2011
- May 2011
- April 2011
- March 2011
- February 2011
- October 2010
- July 2010
- April 2010
- March 2010
- February 2010
- December 2009
- October 2009
- July 2009
- June 2009
- May 2009
- April 2009
- February 2009
- January 2009
- November 2008
- October 2008
- September 2008
Tags
.NET Allinea Binding BOOST BOOST.MPI C++ C++0X cc-NUMA DDTLite Debugging DROPS HPCS ISC09 IWOMP Java Lambda Function Linux Live Spaces Load Balancing Loop Parallelization Loop Scheduling Microsoft MPI MVP OpenACC OpenMP PDC PLINQ SC08 SC09 SC11 SC12 ScaleMP SMXV Supercomputing Teaching Threading Thread Profiler TPL USA Visual Studio Windows-HPC UG Windows 7 Windows HPC Server WordPress
Tag Archives: Threading
OpenMP 4.0 almost ready after recent F2F meeting
Last week’s OpenMP Language Committee face-to-face (F2F) meeting was meant to resolve the final outstanding issues to get the OpenMP 4.0 specification ready. With this week’s concall I assume we achieved just that and now it is our editor’s turn … Continue reading
Posted in Future of HPC, OpenACC, OpenMP
Tagged Accelerators, OpenACC, OpenMP, Programming, Supercomputing, Threading
Leave a comment
Expect big OpenMP 4.0 news for SC12
Expect big news on OpenMP 4.0 for next week’s SC12. The OpenMP Language Committee – responsible for developing the standard – always planned to release the next version of the standard as a draft for public comment in time for … Continue reading
Posted in Future of HPC, NUMA, OpenACC, OpenMP
Tagged Binding, cc-NUMA, Loop Parallelization, OpenACC, OpenMP, SC12, Supercomputing, Threading
1 Comment
The Design of OpenMP Thread Affinity
Exascale machines will employ significantly more threads than today, but even on current architectures controlling thread affinity is crucial to fuel all the cores and to maintain data affinity, but both MPI and OpenMP lack a solution to this problem … Continue reading
1.5 hours for an Introduction to Parallel Programming
Whenever Prof. Christian Bischof, the head of our institute, is on duty to give the Introduction to Programming (de) lecture for first-year Computer Science students, he is keen on giving the students a glimpse on parallel programming. Same as in … Continue reading
Posted in OpenMP, University
Tagged Java, Load Balancing, Loop Parallelization, Loop Scheduling, OpenMP, Teaching, Threading
2 Comments
How OpenMP is moving towards version 3.1 / 4.0
Not yet carved in stone, but the current plan of the OpenMP Language Committee (LC) is to publish a draft OpenMP 3.1 standard for public comment by IWOMP 2010 and to have the OpenMP 3.1 specification finished for SC 2010 … Continue reading
HPCS 2009 Workshop material: OpenMP + Visual Studio
As announced in a previous post already, I was involved in two workshops attached to the HPCS 2009, hosted by the HPCVL in Kinston, ON, Canada. Being back in the office now I found some time to upload my slide … Continue reading
Posted in OpenMP, Private, Windows-HPC
Tagged Debugging, HPCS, Loop Parallelization, MPI, OpenMP, Threading, Visual Studio, Windows HPC Server
Leave a comment
Re: Book Review: C# 2008 and 2005 Thread Programming (Beginner’s Guide)
I was told that the book I covered in my last review can be get way cheaper over at Packt Publishing. There is also an eBook version available.
Posted in .NET, Book Review, Windows-HPC
Tagged .NET, PLINQ, Threading, TPL, Visual Studio
Leave a comment
Book Review: C# 2008 and 2005 Thread Programming (Beginner’s Guide)
Just recently – in May 2009 – I gave two lectures on Multithreading with C# for Desktop Applications. I found there are quite a few books available that cover the .NET Thread class when talking about Windows programming in general, … Continue reading