Developer Guide

Developer Guide for Intel® oneAPI Math Kernel Library Linux*

ID 766690
Date 11/07/2023
Public

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

Document Table of Contents

Examples of Linking for Clusters

This section provides examples of linking with ScaLAPACK, Cluster FFT, and Cluster Sparse Solver.

Note that a binary linked with the Intel® oneAPI Math Kernel Library (oneMKL) cluster function domains runs the same way as any other MPI application (refer to the documentation that comes with your MPI implementation).For instance, the script mpirun is used in the case of MPICH2 or higher and OpenMPI, and the number of MPI processes is set by -np. In the case of MPICH2 or higher and Intel MPI, start the daemon before running your application; the execution is driven by the script mpiexec.

For further linking examples, see the support website for Intel products at https://www.intel.com/content/www/us/en/developer/get-help/overview.html.