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

crash when calling PARDISO

Zhanghong_T_
Novice
461 Views

Hi all,

I calls the PARDISO solver in my program. It crashes when run to thisfunction and aDOS window pop-up:

system error(8): __kmp_create_monitor: CreateThread: Not enough storage is availableto process this command.

OMP abort: fatal system error detected.

What shouldI do to avoid this crash?

Thanks,

Zhanghong Tang

0 Kudos
1 Reply
Peter_Hollinger
Beginner
461 Views
This is probably unrelated to your crash, but I was getting crashes in PARDISO until I noticed that it requires that the entries for each row in 'ia' (and 'a') be sorted by column.
0 Kudos
Reply