Schedule: View OpenMPCon 2015 Program
Speaker: Ruud van der Pas
Organisation: Oracle Corporation
Abstract: Unfortunately it is a very widespread myth that OpenMP Does Not Scale – a myth we intend to dispel in this talk.Every parallel system has its strengths and weaknesses. This is true for clustered systems, but also for shared memory parallel computers.  While nobody in their right mind would consider sending one zillion single byte messages to a single node in a cluster, people do the equivalent in OpenMP and then blame the programming model.  Also, shared memory parallel systems have some specific features that one needs to be aware of. Few do though.In this talk we use real-life case studies based on actual applications to show why an application did not scale and what was done to change this.  More often than not, a relatively simple modification, or even a system level setting, makes all the difference.