Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Объявления
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Use of Pardiso

cyrillique
Начинающий
486Просмотр.
Sorry if my question sounds stupidly, but can I use PARDISO program on a personal computer with 1 processor? Won't it slow down the execution instead of speeding it up? Thank you.
0 баллов
2 Ответы
cyrillique
Начинающий
486Просмотр.

I'm going to add another question to this topic: except pardiso MKL propose another direct routine for sparse solving, DSS. Though i don't arrive to link it with my program. The builder gives anerror as follows

Linking...
solver_f90_test.obj : error LNK2001: unresolved external symbol _DSS_CREATE

for all the routines of DSS. I specified the paths to mkl_s.lib and mkl_solver.lib, as well as paths for module mkl_dss, but it doesn't work =(. What's wrong? May be MKL is not compatible with CVF6.6c I'm using?

Steven_L_Intel1
Сотрудник
486Просмотр.
I suggest asking in the MKL forum. MKL does include a CVF-compatible library, but you have to select it properly.
Ответить