我要评分
获取效率
正确性
完整性
易理解

Migration Procedure

Migrating the Library That Uses the C Language

  1. MKL ScaLAPACK provides the Fortran and ScaLAPACK (encapsulated in the C language) interfaces. The Fortran interfaces provided by KML_ScaLAPACK are the same as those provided by the MKL. When the C language is used, replace the header file #include "mkl.h" with #include "kscalapack.h".
  2. When compiling links, replace the link options related to MKL. For details, see "Generating a Complete ScaLAPACK Library > Verifying the Installation" in Kunpeng Math Library Developer Guide.

Migrating the Library That Uses the Fortran Interface

The Fortran interfaces are the same as the MKL interfaces. The code does not need to be modified.