OpenFOAM performance on Quad socket Xeon and Opteron

OpenFOAM is a collection of programs and libraries for computational fluid dynamics, CFD, and general dynamical modelling with many solver types. It can give linear scaling and excellent parallel performance on Quad socket many-core systems. Read on to see performance on a 40-core Xeon and 48-core Opteron system.

Why quad Xeon? 95% of peak LINPACK on 40 cores!

I’ve been doing application performance testing on our quad socket systems and I am especially liking the quad Xeon box on our test bench. I realized that I haven’t published any LINPACK performance numbers for this system (that’s my favorite benchmark). I’ll show the results for the Intel optimized multi-threaded binary that is included with Intel MKL and do a compile from source using OpenMPI. It turns out that both openMP threads and MPI processes give outstanding, near theoretical peak performance. Building from source hopefully shows that it’s not just Intel “magic” that leads to this performance … although I guess it really is.

Summer Newsletter

To the best of my knowledge, it’s been at least six years since we’ve written about life behind-the-scenes here at Puget Systems. So we’re going to kick off a whole new generation of newsletters – focused more on the people and less the technology – as we dive into this summer season of 2014. I hope you enjoy this little glimpse of what working at Puget Systems is really like, day to day.

The Perfect Operating System

The first computer I purchased arrived at my home with two operating systems: DOS and Windows 3.1. Most full-fledged programs ran in DOS, including nearly every game in the early 1990s. Besides pool, the game I played most during my college years was called Links Golf which ran in DOS. Without Links I’m convinced my GPA would be at least a half grade higher. I offset my Links addiction by installing WordPerfect for DOS which allowed me to write reports from home instead of the school’s computer lab

POV-ray on Quad Xeon and Opteron

POV-ray is an open source ray tracing package with a long history. It has been a favorite system performance testing package since it’s inception because of the heavy load it places on the CPU. It has had an SMP parallel implementation since the mid 2000’s and is often used as a multi-core CPU parallel performance benchmark on both Linux and Windows.

So lets try it on our Quad socket many-core systems!