High Performance Computing

The programs we write in our group are usually meant for execution in a parallel environment. We use MPI libraries to distribute the compute load across processors. Some of this compute load can be offloaded to a GPU as well.

References