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: cc-NUMA
OpenMP 4.0 RC1 and the Accelerator TR available
Quoting from openmp.org: OpenMP, the de-facto standard for parallel programming on shared memory systems, continues to extend its reach beyond pure HPC to include embedded systems, real time systems, and accelerators. Release Candidate 1 of the OpenMP 4.0 API specifications … Continue reading
Posted in Future of HPC, NUMA, OpenACC, OpenMP
Tagged Binding, cc-NUMA, Loop Parallelization, OpenACC, OpenMP, SC12, Supercomputing, Teaching
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
Several Event Annoucements
These are just some announcements of upcoming events in which I am involved in a varying degree. The first two will be take place at RWTH Aachen University and attendance is free of charge, the second is part of the … Continue reading
Posted in OpenMP, Windows-HPC, NUMA, C++, Future of HPC
Tagged C++, cc-NUMA, Debugging, MPI, OpenACC, OpenMP, SC12, Supercomputing, Teaching, Windows HPC Server, Windows-HPC UG
Leave a 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
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
Examining the NUMA architecture of a 8-socket Nehalem-EX
I have been rather quiet on this blog for some while now, which is opposite to my intent – I plan to write more regularly again! And I will just continue with one of the topics I like most: NUMA … Continue reading
Daily cc-NUMA Craziness
Since cc-NUMA architectures have become ubiquitous in the x86 server world, it is very important to optimize memory and thread or process placement, especially for Shared-Memory parallelization. In doing so I was pretty successful in optimizing several of our user … Continue reading
How to kill OpenMP by 2011 ?!
When I was asked to give an answer to the question of How to kill OpenMP by 2011 during the OpenMP BoF panel discussion at SC08, I decided against listing the most prominent issues and challenges OpenMP is facing. It … Continue reading