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

Pardiso-OOC solver

mma1
Beginner
434 Views

Hi, All,

Does anyone have a success of PARDISO-OOC solver? If so, do you needa "pardiso-ooc.cfg" file to make it work? Can you post a smaple of "pardiso-ooc.cfg" file?

Many thanks

Ming

0 Kudos
1 Reply
Sergey_Solovev__Inte
New Contributor I
434 Views

Hi, Ming,

Cfg-file "pardiso_ooc.cfg" should be located in the working directory. Its content should be as in example:

MKL_PARDISO_OOC_PATH = ./tmp
MKL_PARDISO_OOC_MAX_CORE_SIZE = 300
MKL_PARDISO_OOC_KEEP_FILE = 0

On the other hand, you can set these variablesas environmental variables:

Lnx:

export MKL_PARDISO_OOC_PATH = ./tmp
export MKL_PARDISO_OOC_MAX_CORE_SIZE = 300
export MKL_PARDISO_OOC_KEEP_FILE = 0

or Win:

set MKL_PARDISO_OOC_PATH = ./tmp
set MKL_PARDISO_OOC_MAX_CORE_SIZE = 300
set MKL_PARDISO_OOC_KEEP_FILE = 0

0 Kudos
Reply