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

PARDISO OOC error flag

jaewonj
Novice
748 Views

At phase = 33, I think PARDISO OOC solver doesn't return a correct error flag.

1) Do symbolic fact : phase = 11

2) Do numeric fact : phase = 22

3) Delete all the temporary files, for example, ooc_file.ind, ooc_file.jau, ooc_file.lnz, ...

4) Do for-back sub

phase = 33

PARDISO(..., &err)

In terminal, I see an error message of "PARDISO_OOC_OPEN_FILE_ERROR", but the returned err flag is 0 instead of -10.

Thanks.

Jaewon

0 Kudos
1 Reply
Gennady_F_Intel
Moderator
748 Views
Quoting jaewonj

At phase = 33, I think PARDISO OOC solver doesn't return a correct error flag.

1) Do symbolic fact : phase = 11

2) Do numeric fact : phase = 22

3) Delete all the temporary files, for example, ooc_file.ind, ooc_file.jau, ooc_file.lnz, ...

4) Do for-back sub

phase = 33

PARDISO(..., &err)

In terminal, I see an error message of "PARDISO_OOC_OPEN_FILE_ERROR", but the returned err flag is 0 instead of -10.

Thanks.

Jaewon

yeah, this is our mistake and we aill fix it as soon as possible (currently the problem visible in the latest MKL v.10.2Update3).

--Gennady

0 Kudos
Reply