HPC

Libfabric paper at IEEE Hot Interconnects

Later today, Sean Hefty will present a paper about the OpenFabrics Interfaces (a.k.a. “libfabric“) at the 2015 IEEE Hot Interconnects conference. Libfabric is the next-generation Linux library being developed by an open source consortium of vendors and academic researchers that implement…

MPI outside of C and Fortran (part 2)

In my previous blog entry, I answered a user question about how MPI defines its global constants, specifically in the context of interactions with other languages. I went beyond that answer, and also explained why MPI does not define an ABI. In this entry, I’ll go into the “how does MPI…

MPI outside of C and Fortran

Recently, a reader asked me about how MPI defines its global constants. More specifically, the user was asking how MPI defines its interactions with languages other than C and Fortran (i.e., the two officially-supported language bindings). This is a good question, and has implications on both the MP…

EuroMPI 2015 Call for participation

EuroMPI 2015 is presented in cooperation with ACM and SIGHPC in Bordeaux France, 21st – 23rd September, 2015. EuroMPI is the prime annual meeting for researchers, developers, and students in message-passing parallel computing with MPI and related paradigms. Deadline of early registration is Se…

Open MPI new versioning scheme and roadmap

Open MPI recently updated its version numbering scheme and development roadmap. This new scheme aims to provide more semantic information in the Open MPI “A.B.C” version number to both end users and system administrators.…

MPI-3.1: It’s official!

Woo hoo! MPI 3.1 votes: aside from one organization who had the leave before the final vote, the MPI Forum unanimously voted to approve MPI-3.1. Get your fresh, hot copy of the MPI-3.1 specification (I’m told that physical books will become available in the coming months for those who are inte…

MPI newbie: What is “operating system bypass”?

The term “operating system bypass” (or “OS bypass”) is typically tossed around in MPI and HPC conversations; it’s generally something that is considered a “must have” in order to get good performance with many MPI applications. But what is it?  And if itR…

That Jonathan Dursi blog entry

Jonathan Dursi recently posted a fairly controversial blog entry entitled “HPC is dying, and MPI is killing it.” Some people immediately dismissed the blog post (and its followups) as trolling.  Others praised Jonathan for bringing up the issues. Brock Palen and I recently chatted with J…

usNIC inside Linux containers

Linux containers, as a lighter virtualization alternative to virtual machines, are gaining momentum. The High Performance Computing (HPC) community is eyeing Linux containers with interest, hoping that they can provide the isolation and configurability of Virtual Machines, but without the performanc…