I’m James Reinders and as I've travelled around talking to programmers about parallel programming I’ve come up with a set of rules of thumb; recurring themes about what makes programmers more ...
I've been covering various scientific programs the past few months, but sometimes it's hard to find a package that does what you need. In those cases, you need to go ahead and write your own code.
Paul E. McKenney has posted a work-in-progress version of his book, Is Parallel Programming Hard, And, If So, What Can You Do About It? The purpose of this book is to help you understand how to ...
James Reinders, Intel's head of software development products, sets out some of the company's plans for encouraging more developers to switch to parallel programming. With many programmers barely ...
Programming languages are evolving to bring the software closer to hardware. As hardware architectures become more parallel (with the advent of multicore processors and FPGAs, for example), sequential ...
I just finished reading the new book by David Kirk and Wen-mei Hwu called Programming Massively Parallel Processors. The generic title notwithstanding, readers should not come to this book expecting ...