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

PSSYGVX - LWORK parameter number 28 had an illegal value

Fábio_A_
Beginner
621 Views

Dear Intel Forum,

 I am trying to use PSSYGVX, however if a use a matrix larger than 5000 everytime the function returns:

   PSSYGVX  parameter number   28 had an illegal value
   The info parameter is -28

I tryed to use lwork = -1 (which i believe is the 28 parameter) to ask wich is the optimum value, even with this number a recive the same mensagem. Another values was tested without success. Please, this could be a memory issue ? There any way to debug this ?

 Best regards

0 Kudos
4 Replies
Gennady_F_Intel
Moderator
621 Views

Fabio, what mkl version do you use and the problem happens when problem size >=5K? 

0 Kudos
Fábio_A_
Beginner
621 Views

Dear Gennady,

 The MKL version is 11.3.3.

 

0 Kudos
Gennady_F_Intel
Moderator
621 Views

Fabio, you may try the latest available version of MKL 2018 u1 or please give us the reproducer and we will check the problem on our side.

0 Kudos
Fábio_A_
Beginner
620 Views

Dear Gennady,

  I just install parallel studio 2018 and the same error occurs.

  Attached the example, the message is:

PSSYGVX  parameter number   28 had an illegal value
 parameter number   28 had an illegal value

Best regards.

0 Kudos
Reply