Hello everyone,
I have been trying to compile one of the example source codes using "icl". I have never had issues compiling Intel MKL code by linking to the MKL libraries: icl mkl_code.cpp mkl_intel_lp64.lib mkl_tbb_thread.lib mkl_core.lib tbb.lib.
The DAAL example code builds perfectly from VS2017, but whenever I tried to compile the code using Intel Compiler in the command line:
icl lin_reg_qr_dense_batch.cpp daal_core.lib daal_thread.lib tbb.lib
I get the following error:
lin_reg_qr_dense_batch.cpp
lin_reg_qr_dense_batch.cpp(31): catastrophic error: cannot open source file "service.h"
#include <service.h>
^
compilation aborted for lin_reg_qr_dense_batch.cpp (code 4)
Any help would be appreciated.
Thank you,
Ali