Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference

ID 767253
Date 9/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Include MPI Support

To specify the type of message-passing interface (MPI) support you want:

  1. Open the project's property pages and select Configuration Properties > Intel Libraries for oneAPI.
  2. Set the property Use oneMKL to Cluster.
  3. Set the property Use MPI Library to one of the following values:
    • Intel® MPI Library
    • MS-MPI
  4. Build the project.

The next time you build your project with the Intel® oneAPI DPC++/C++ Compiler or Microsoft Visual C++ compiler, it will include support for the version of MPI that you specified.