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

DSS Reorder aborts program

nightcom26
Beginner
239 Views

I am using Compiler Suite for Linux v. 11.1.046, and I use Intel's MKL link adviser (http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/) to setup the libraries in my Makefile.

I am experiencing a strange problem. When I choose to use multi-threaded version of MKL libraries, my code is aborted in DSS reorder subroutine. There is no output on why the program is aborted. However, when I use sequential version, my DSS subroutine calls work just fine.

Can anyone shed some light into my problem? Thank you.

0 Kudos
3 Replies
TimP
Honored Contributor III
239 Views
Did you check whether you are running into a stack overflow (e.g. by increasing your shell stack limit)?
0 Kudos
Gennady_F_Intel
Moderator
239 Views

no idea at this moment.

what type of matrix you are working?

the input matrix sizes: nRow, numCol, nonZeroes, numRighthabds???

is it inCore or OOC version?

did you link lp64 or ilp64 interfaces?

--Gennady

0 Kudos
nightcom26
Beginner
239 Views

I tried the evaluation copy of the latet Intel Fortran compiler, and everything worked! The latest compiler solves many of my linking/compilation problem. Time to update.

0 Kudos
Reply