Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7261 ディスカッション

Direct Sparse Solver (DSS) Interface Routines gives access violation

JB
ビギナー
1,186件の閲覧回数
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 件の賞賛
4 返答(返信)
Gennady_F_Intel
モデレーター
1,186件の閲覧回数
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

petr_gamov
ビギナー
1,186件の閲覧回数
hello Jb,
what type of matrix you used?
PetrG
Gennady_F_Intel
モデレーター
1,186件の閲覧回数
it's realmkl_dss_non_symmetric.
Uday_T_
ビギナー
1,186件の閲覧回数

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

返信