Running Hybrid MPI/OpenMP Simulations

From Micro and Nano Mechanics Group
Revision as of 05:10, 4 November 2015 by Amin1 (talk | contribs) (Created page with "=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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

OpenMP setting