- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I run MKL7.0 on my Windows xp system with Microsoft Visual C++ 6.0 as developing platform. I applied to Intel and obtained an evaluation license
for MKL 7.0. Under the instruction I installed it sucessfully.
In my project , I need to use those DSS routines to solve a sparse system
of linear equation.I have included "MKLmkl_dss.h", but I can not find relevant
library file such as "mkl_dss.lib". So, after passing the compiling I meet the
LINK error:
error LNK2001: unresolved external symbol "int __cdecl DSS_DELETE(...)"
,where DSS_DELETE(...) is a part of the typical routines of DSS.
So, Can anyone show me how to use DSS functions , or exactly, which header file(s) I should include and library file(s) link ?????
Header files I have include:
#include "MKLmkl.h"
#include "MKLmkl_dss.h"
LIb files I have linked into my project:
#pragma comment(lib,"mkl_c.lib")
#pragma comment(lib,"mkl_c_dll.lib")
#pragma comment(lib,"mkl_ia32.lib")
#pragma comment(lib,"mkl_lapack.lib")
#pragma comment(lib,"mkl_solver.lib")
thanks!
Message Edited by 0023yytao@ustc.edu on 08-13-2004 08:44 PM
Link Copied

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page