Intel® oneAPI Math Kernel Library Developer Reference - C
Computes the eigenpair range assignments for all processes.
void pmpim2(MKL_INT* il, MKL_INT* iu, MKL_INT* nprocs, MKL_INT* pmyils, MKL_INT* pmyius);
pmpim2 is the scheduling function. It computes for all processors the eigenpair range assignments.
Optimization Notice |
---|
Intel's compilers may or may not optimize to the same degree for non-Intel microprocessors for optimizations that are not unique to Intel microprocessors. These optimizations include SSE2, SSE3, and SSSE3 instruction sets and other optimizations. Intel does not guarantee the availability, functionality, or effectiveness of any optimization on microprocessors not manufactured by Intel. Microprocessor-dependent optimizations in this product are intended for use with Intel microprocessors. Certain optimizations not specific to Intel microarchitecture are reserved for Intel microprocessors. Please refer to the applicable product User and Reference Guides for more information regarding the specific instruction sets covered by this notice. Notice revision #20110804 |
il, iu |
The range of eigenpairs to be computed. |
nprocs |
The total number of processors available. |
pmyils |
array For each processor p, pmyils[p-1] is the index of the first eigenvalue in a cluster to be computed. pmyils[p-1] equals zero if p stays idle. |
pmyius |
array For each processor p, pmyius[p-1] is the index of the last eigenvalue in a cluster to be computed. pmyius[p-1] equals zero if p stays idle. |