Categories
Archives
- 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: C++0X
OpenMP 3.1 spec published as Draft for Public Comment
You might have heard it already: The next incarnation of the OpenMP specification, which is targeted to be released as version 3.1 around June in time for IWOMP 2011 in Chicago, has been published as a Draft for Public Comment. … Continue reading
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
C++0x: OpenMP loop parallelization without pragmas?!
Some people are complaining that OpenMP’s approach of using pragmas to annotate a program is not very nice, as pragmas / the OpenMP directives are not well-integrated into the language. Personally, I like the OpenMP approach and think it has … Continue reading