Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
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
Beginner
481 Views
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 Kudos
2 Replies
cyrillique
Beginner
481 Views

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?

0 Kudos
Steven_L_Intel1
Employee
481 Views
I suggest asking in the MKL forum. MKL does include a CVF-compatible library, but you have to select it properly.
0 Kudos
Reply