Visible to Intel only — GUID: GUID-502656F7-6C24-4F5C-AADE-5A7700821028
Visible to Intel only — GUID: GUID-502656F7-6C24-4F5C-AADE-5A7700821028
mkl_set_progress
Replaces the progress information routine.
ProgressEntry mkl_set_progress (ProgressEntry new_progress_ptr);
- mkl.h
Name |
Type |
Description |
---|---|---|
new_progress_ptr |
ProgressEntry |
Pointer to the progress information routine to be used. |
The mkl_set_progress function replaces the currently used progress information routine with the routine specified by the parameter.
Usually a user-supplied mkl_progress function redefines the default mkl_progress function automatically. However, you must call mkl_set_progress to replace the default mkl_progress on Windows* in any of the following cases:
You are using the Single Dynamic Library (SDL) mkl_rt.lib.
You link dynamically with ScaLAPACK.
See Intel® oneAPI Math Kernel Library Developer Guide for details of SDL.
The function returns the pointer to the replaced progress information routine.