Hello everybody, I am having some problems with the dfdInterpolateEx1D function of the MKL Data Fit module. I am calling the above function, togheter with all the relative initialization/setting/clean function, within a loop and the results are sometimes corrects and sometimes wrong. Particularly, the wrong results provided by the above function are always equal to 0 and in correspondence to these events the error/warning status is equal to 10. As described in the library manual, positive status are associated to warning messages however I can not find the warning status 10 in the mkl_df_defines.h header file which, according to the manual itself, contains all the defined error/warning status. What can I do to understand what is wrong with my code?
The version of the library is defined as INTEL_MKL_VERSION = 110101, I am using the 32 bit MKL interface and I am compiling/linking my code with g++ 4.6.3 on an Ubuntu machine.
Many thanks in advance for your help
Christopher