The dtrnlsp_init method returns a 1503 or a 1502 with the following pseudo code:
_TRNSP_HANDLE_t handle = nullptr;
float64 epsilon[6] = {1e-5,1e-5,1e-5,1e-5,1e-5,1e-5};
float64 io_x1[2] = {1, 0};
dtrnlsp_init(&handle, 2, 2, io_x1, epssilon, 1000, 1000, 100)
I use the following libs in 64 bit mode:mkl_intel_ilp64.lib;mkl_core.lib;mkl_sequential.lib;
Same code works fine with same params in 32 bit mode:mkl_intel_c.lib;mkl_core.lib;mkl_sequential.lib;