Migration Procedure
Migrating the Library That Uses the C Language
- The Fortran interfaces provided by KML_ScaLAPACK are the same as those provided by Netlib ScaLAPACK. When the C language is used, you can use #include "kscalapack.h" to obtain the interface declaration.
- 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.
Other code does not need to be modified.
Migrating the Library That Uses the Fortran Interface
The Fortran interfaces are the same as those of Netlib ScaLAPACK. The code does not need to be modified.
Parent topic: Migration from Netlib ScaLAPACK to KML_ScaLAPACK