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
cluster function domains runs the same way as any other MPI application (refer to the documentation that comes with your MPI implementation).
Intel® oneAPI Math Kernel Library
For instance, the script
mpirun
is used in the case of MPICH, and the number of MPI processes is set by
-np
. In the case of MPICH, 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://software.intel.com/content/www/us/en/develop/support.html.