Replaces the progress information routine. Use with the Single Dynamic Library (SDL) on Windows* OS.
Fortran:
old_progress_ptr mkl_set_progress( new_progress_ptr )
C:
old_progress_ptr mkl_set_progress( new_progress_ptr );
The FORTRAN 77 interface is specified in the mkl_service.fi include file and the C interface is specified in the mkl_service.h include file.
Name |
Type |
Description |
---|---|---|
new_progress_ptr |
ProgressEntry |
Pointer to the progress information routine to be used. |
If you are linking with the Single Dynamic Library (SDL) mkl_rt.lib on Windows* OS, the mkl_set_progress function replaces the currently used progress information routine with the routine specified by the parameter.
See Intel MKL User's Guide for details of SDL.
The function returns the pointer to the replaced progress information routine.
Copyright © 1994 - 2011, Intel Corporation. All rights reserved.