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

paradiso cannot be calculated after decomposition

HUANGK
Novice
1,718 Views

Hello!
I consider using paradiso computation, but I only do the paradiso decomposition once. In other cases, I need to do the paradiso decomposition in one function and the computation in the other function. Oddly enough, I did not have these problems with calling paradiso completely within a function, but I did have problems with calling paradiso separately. The related code is as follows. This code reproduces the related problems.

Your help is very important to me, thank you!

0 Kudos
5 Replies
PraneethA_Intel
Moderator
1,681 Views

Hi Huang,

 

Thanks for posting in Intel communities.

 

We have tried running your code at our end, but we are encountering the following error while trying to build using cmake.

CMake Error at CMakeLists.txt:13 (include):
 include could not find load file:
   SetWarnings

CMake Error at CMakeLists.txt:17 (include):
 include could not find load file:
   CXXFeatures

It seems some dependent files were missing due to which we were unable to execute the code. Could you please share with us the required files so that we could work on your issue?

In addition to this, we have gone through NumericalAlgebra.h and we could see that the headers related to ARPACK were missing in the .tar file provided. Could you please share them as well?

 

Thanks and Regards,

Praneeth Achanta 

 

0 Kudos
HUANGK
Novice
1,622 Views

Hello, these contents are not very critical. I forgot to delete them when reproducing an error. You can directly delete the relevant content and use this code for compilation. My main problem is that I cannot separate the parallel solving steps. You can use this source code to rebuild. Thank you

0 Kudos
PraneethA_Intel
Moderator
1,563 Views

Hi Huang,


We have tried compiling the code after making necessary changes to the CMakeLists.txt and NumericalAlgebra.h files. We were able to create a static library(libNumericalAlgebra.a). However we still get issues as there doesn't seem to be a main function in the code.

Could you please provide us with the detailed steps to reproduce your issue?


Thanks and Regards,

Praneeth Achanta


0 Kudos
PraneethA_Intel
Moderator
1,475 Views

Hi Huang, 


We have not heard back from you. Could you please provide an update on your issue?


Thanks & Regards,

Praneeth Achanta


0 Kudos
PraneethA_Intel
Moderator
1,373 Views

Hi Huang, 


We have not heard back from you. Could you please provide us with the details requested above?


Thanks & Regards,

Praneeth Achanta


0 Kudos
Reply