Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7028 Discussions

Direct Sparse Solver (DSS) Interface Routines gives access violation

JB
Beginner
421 Views
Can't get sparse solver DSS interface to work. Compiles and links but at run time
after the dss_create and dss_define_structure calls proram crashes and gives access violation after the call

! Reorder the matrix.
error = dss_reorder( handle, mkl_dss_auto_order, perm )


compile command line
/nologo /debug:full /Od /gen-interfaces /fpscomp:nolibs /warn:declarations /warn:unused /warn:interfaces /module:"Debug\\\\" /object:"Debug\\\\" /traceback /check:bounds /check:uninit /libs:static /threads /dbglibs /Qmkl:cluster /c

linker command line
/OUT:"Debug\\olio.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"c:\\program files\\intel\\compiler\\11.1\\060\\\\ia32\\lib" /MANIFEST /MANIFESTFILE:"D:\\Olio\\Debug\\olio.exe.intermediate.manifest" /DEBUG /PDB:"D:\\Olio\\Debug\\olio.pdb" /SUBSYSTEM:CONSOLE /STACK:10000000 /IMPLIB:"D:\\Olio\\Debug\\olio.lib" mkl_intel_c.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib


OS Windows Vista and IVF 11.1.060
0 Kudos
4 Replies
Gennady_F_Intel
Moderator
421 Views
Juhani,
this anunknownissue with this update( IntelMKL v 10.2 Update4)).
Can you get us more details? or may be the best way is the testcase to checking the problem on our side!
--Gennady

0 Kudos
petr_gamov
Beginner
421 Views
hello Jb,
what type of matrix you used?
PetrG
0 Kudos
Gennady_F_Intel
Moderator
421 Views
it's realmkl_dss_non_symmetric.
0 Kudos
Uday_T_
Beginner
421 Views

Hi,

I have the same problem. I used MKL 10.2 and MKL 11.0.3. Please help us resolve the issue. The cursor is stuck there and doesnt even throw the exception.

Thanks,

Uday Thummalapalli

0 Kudos
Reply