Running Hybrid MPI/OpenMP Simulations
Jump to navigation
Jump to search
Running Hybrid MPI/OpenMP Simulations
This tutorial explains how to run a multi-threaded hybrid MPI/OpenMP simulation using mvapich2 library. mvapich2 is currently installed on both MC2 and WCR clusters. In this page we assume the code is already written in the hybrid fashion, e.g. both MPI and OpenMP headers are included in the code and you are able to compile and run your code using either MPI or OpenMP.